summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz3-88/+172
2011-12-31usb-s3c6400x: Fix endpoints being enabled too lateMichael Sparmann1-10/+10
2011-12-29Forgot a "static" in r31462.Michael Sevakis1-1/+1
2011-12-29Gigabeat S: Update RDS processing to use asynchronous I2C rather than thread.Michael Sevakis1-22/+41
2011-12-29i.MX31: Implement asynchronous version of I2C driver.Michael Sevakis2-158/+262
2011-12-29i.MX31: Some tweaks with variable declaration in SPI driver.Michael Sevakis1-19/+14
2011-12-28usb-srv-as3525v2: backport r31458Michael Sparmann1-1/+1
2011-12-28usb-s3c6400x: Fix some more confusion between DEPCTL_stall and DEPCTL_nakstsMichael Sparmann1-1/+1
2011-12-28iPod Classic: HDD endianness changeMichael Sparmann2-10/+31
2011-12-26fuze+: remove two_finger pseudo touchpad button because it was unrealiable, u...Amaury Pouly2-43/+6
2011-12-26imx233: implement core_sleepAmaury Pouly3-1/+13
2011-12-26i.MX31: Rename somethingMichael Sevakis4-7/+7
2011-12-26i.MX31: Silly little change to enable/disable a SPIMichael Sevakis4-45/+34
2011-12-26Sansa Connect: Set unknown GIOs to state with lowest power consumption. This ...Tomasz Moń3-4/+17
2011-12-25ypr0: Fix ascodec_readbytes().Thomas Martitz1-4/+6
2011-12-24imx233: forgot a fileAmaury Pouly1-0/+41
2011-12-24imx233/fuze+: implement power management(battery charger), add powermgmt debu...Amaury Pouly6-40/+430
2011-12-24ypr0: Cleanup and simplify ascodec functions. Fix audiohw_{pre,post}init() no...Thomas Martitz3-108/+48
2011-12-24TMS320DM320: Add generic I/O debug window for targets other than mrobe 500.Tomasz Moń2-12/+170
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz19-0/+2013
2011-12-22TMS320DM320: Disable CLOCKOUT signal to save some power.Tomasz Moń2-142/+141
2011-12-22sd-imx233: fix a few parameters when calling send_cmd, thanks to Andrej Sinic...Amaury Pouly1-4/+4
2011-12-22Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver.Tomasz Moń1-2/+2
2011-12-22usb-drv-as3525v2: use all endpointsRafaël Carré1-1/+1
2011-12-21TMS320DM320: Ensure udelay() will not end before specified amount of time.Tomasz Moń1-4/+27
2011-12-21Fix red.Boris Gjenero1-1/+1
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero8-1/+10
2011-12-21Make more local functions static.Boris Gjenero7-7/+13
2011-12-21TMS320DM320: Check for TIMER1 bit in udelay().Tomasz Moń1-3/+3
2011-12-21TMS320DM320: Prevent lockup in udelay() when this function is called with int...Tomasz Moń1-2/+17
2011-12-21Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode.Tomasz Moń1-3/+4
2011-12-21Fix comment in sdmmc to reflect what it really means.Tomasz Moń1-2/+2
2011-12-21Sansa Connect: Don't enable DAC clock as it's not necessary.Tomasz Moń1-4/+4
2011-12-21Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks.Tomasz Moń2-4/+10
2011-12-20Sansa Connect: use udelay() in AVR spi_txrx().Tomasz Moń2-9/+7
2011-12-20TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise.Tomasz Moń1-7/+31
2011-12-20Sansa Connect: Disable EMIF clock after booting main binary. Raise the thresh...Tomasz Moń2-2/+7
2011-12-19usb-drv-as3525v2: revert part of r31243Rafaël Carré1-18/+15
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero1-0/+1
2011-12-19Hosted/linux: Add process/cpu info screen to the debug menu.Thomas Martitz2-0/+243
2011-12-19TMS320DM320: Turn on Image Buffer clock on demand (FS #12462)Tomasz Moń6-140/+163
2011-12-19Sansa Connect: Use Image Buffer for screen updates.Tomasz Moń2-0/+132
2011-12-18AMSv2: enable storage write in bootloaderRafaël Carré1-10/+0
2011-12-18Gigabeat S: PMIC SPI improvement and bugfixes.Michael Sevakis3-192/+128
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero17-25/+25
2011-12-17Try to fix r31346Bertrik Sikken1-0/+2
2011-12-17FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)Bertrik Sikken5-3/+135
2011-12-17Add const to global pointers to strings.Boris Gjenero1-1/+1
2011-12-17Swap red and yellow for green on r31339's cranky builds.Michael Sevakis6-15/+15
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis31-139/+76