summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz33-11/+2325
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 Gjenero12-1/+14
2011-12-21Make more local functions static.Boris Gjenero8-9/+15
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-20Another round of making local functions staticBertrik Sikken1-1/+1
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-19Remove obsolete empty IRAM defines from the sansa m200v4 config file.Andree Buschmann1-10/+0
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero13-3/+18
2011-12-19Hosted/linux: Add process/cpu info screen to the debug menu.Thomas Martitz3-0/+249
2011-12-19Buflib: Fix handles being possibly moved twiceThomas Martitz1-0/+1
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-19disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly1-3/+2
2011-12-18AMSv2: enable storage write in bootloaderRafaël Carré1-10/+0
2011-12-18Gigabeat S: PMIC SPI improvement and bugfixes.Michael Sevakis4-198/+176
2011-12-18Add linker script wildcards for -ffunction-sections and -fdata-sections.Boris Gjenero1-3/+3
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero21-30/+30
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 Sikken12-37/+516
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 Sevakis37-178/+83
2011-12-17Get the linker files that slipped through in r31337.Michael Sevakis6-24/+21
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis17-104/+79
2011-12-16Oops. Left some bits I didn't want to keep.Michael Sevakis1-9/+0
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis14-453/+197
2011-12-16Sansa Connect: Disable USB clocks when disconnected.Tomasz Moń4-19/+106
2011-12-16factorize build of ipod filesRafaël Carré1-28/+14
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero3-1/+20
2011-12-16Factorize ipod mini common codeRafaël Carré1-8/+5
2011-12-16Fix mmu-arm.S selectionRafaël Carré1-1/+2
2011-12-15factorize build of mmu-arm.S (for armv4/5)Rafaël Carré1-12/+5
2011-12-15bits-armv4.S: build on arm < 6Rafaël Carré1-4/+4
2011-12-15OOPS, style got lost in scrolling lines with r31247, so put it backJonathan Gordon1-0/+1
2011-12-15factorize common PP filesRafaël Carré1-78/+22
2011-12-15Fix r31311 red and yellow.Michael Sevakis5-1/+10