summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2013-05-23buflib: Remove compulsory IRQ disable during buffer move.Michael Sevakis1-16/+2
2013-05-22USB: Detect charging-only mode upon cable insert, not host detect.Michael Sevakis1-5/+15
2013-05-17FS#12854 - ipod-time-sync sets wrong dayrbutil/mkamsboot/mkamsboot.cBoris Gjenero1-1/+1
2013-05-14Get rid of usb_drv_attach() from USB code.Michael Sevakis5-17/+6
2013-05-14usb-drv-arc: Kill trailing whitespaceMichael Sevakis1-7/+7
2013-05-11Set the right variable type for ucallback :)Michael Sevakis1-1/+1
2013-05-11i.MX31: Remove long udelay from DVFS interrupt handlerMichael Sevakis6-88/+140
2013-05-11rk27xx: Use DMA for lcd_update_rect()Marcin Bukat4-101/+58
2013-05-11rk27xx: Slightly refactor lcd_set_gram_area()Marcin Bukat5-39/+46
2013-05-11rk27xx: Decide lcd databus width at compile timeMarcin Bukat2-18/+13
2013-05-09Fix FS#12860 - iPod 5g line out silentMichael Sevakis1-0/+4
2013-05-09hm60x: Implement lcd_enable() for v2 display.Andrew Ryabinin1-0/+25
2013-05-08hm60x: Implement lcd_update_rect for v2 display.Andrew Ryabinin1-12/+19
2013-05-06Introduce HiFi E.T MA9 port.Andrew Ryabinin21-2/+1176
2013-05-04Fix FS#12859 - Bass/Treble not doing anything in new buildsMichael Sevakis1-2/+2
2013-04-27Provide high resolution volume and prescaler to hosted targets.Michael Sevakis9-94/+177
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis1-116/+0
2013-04-25Bass/Treble caps should exist implicitly with HAVE_SW_TONE_CONTROLS.Michael Sevakis1-14/+14
2013-04-25Add Serial Port 1 support for iPod Photo/Color/4G/Mini2Gandypotter5-186/+292
2013-04-23Make pcm_sw_volume.c a bit less verbose by merging volume code.Michael Sevakis1-17/+10
2013-04-22Oops. Revert a pointless change.Michael Sevakis1-6/+2
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis42-305/+168
2013-04-15Forget about fixedpoint.c in any HWCODEC bin.Michael Sevakis1-3/+4
2013-04-15Fix final error from 0c7b787 in Player sim.Michael Sevakis1-0/+2
2013-04-15Still at it for 0c7b787. Might be done now.Michael Sevakis6-17/+7
2013-04-15Keep fixing 0c7b787 stuffMichael Sevakis6-57/+26
2013-04-15Fix some more errors and warnings from 0c7b787.Michael Sevakis9-62/+10
2013-04-15Hopefully knock out most of the red and yellow from 0c7b787.Michael Sevakis12-19/+24
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis50-1187/+950
2013-04-12rk27xx: do not attenuate signal twice in analog bypass modeMarcin Bukat1-4/+0
2013-04-12rk27xx: avoid one multiply in udelay() as pointed by kugelMarcin Bukat1-1/+8
2013-04-12rk27xx: make udelay() more accurateMarcin Bukat1-8/+2
2013-04-12hm60x/hm801: Fix balance by enabling sw volume control.Andrew Ryabinin4-2/+19
2013-04-11Fix f5a5b94 errors. Employ SW volume for select targets on SIM.Michael Sevakis4-3/+27
2013-04-11Implement universal in-PCM-driver software volume control.Michael Sevakis11-135/+478
2013-04-11fix yellowMarcin Bukat1-1/+2
2013-04-11rk27xx: implement radio supportAmaury Pouly6-3/+118
2013-04-10Move fixedpoint.h to be accessible in /firmware.Michael Sevakis1-0/+111
2013-04-09rk27xx: fix i2c driverMarcin Bukat1-20/+32
2013-04-04Fix identations.Andrew Ryabinin3-15/+15
2013-04-04rk27xx: Correct comment about i2c divider calculationMarcin Bukat1-7/+8
2013-04-01Increase MAXUSERFONTS to 12.Frank Gevaerts1-1/+1
2013-04-01android: Rewrite PCM playback without OnPlaybackPositionUpdateListener.Thomas Martitz1-8/+12
2013-03-25rk27xx: Add E & F gpio ports to debug info.Andrew Ryabinin1-0/+4
2013-03-25hm60x: Add lcd type information to debug info.Andrew Ryabinin3-5/+13
2013-03-24Remove redundant assigment of variable to itselfBertrik Sikken1-1/+1
2013-03-24Fix LV24020 tuner chip volume level definition (found by cppcheck)Bertrik Sikken1-2/+2
2013-03-11jz4740: a few minor fixesMarcin Bukat2-3/+3
2013-03-06Samsung YP-R0 LCD improvementsLorenzo Miori4-26/+45
2013-03-06ypr0: Align to coding guidelines (no typedef) and remove unused function.Thomas Martitz3-18/+12