summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
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
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-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis11-432/+131
2011-12-16Sansa Connect: Disable USB clocks when disconnected.Tomasz Moń4-19/+106
2011-12-15Fix r31311 red and yellow.Michael Sevakis3-0/+5
2011-12-15Collect some of the memory frame LCD C code.Michael Sevakis7-443/+69
2011-12-15Un-break nano2g USBMichael Sparmann1-1/+1
2011-12-15typoRafaël Carré1-1/+1
2011-12-15tuner-as3525v2.c: only build what's neededRafaël Carré1-4/+7
2011-12-15Remove two useless variable and hopefully finally fix redAmaury Pouly1-2/+0
2011-12-15imx233: fix to typo and remove a forgotten panicAmaury Pouly3-5/+2
2011-12-15imx233/fuze+: add support for sd card, enable FAT16 support because it's comm...Amaury Pouly3-76/+250
2011-12-15Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx.Tomasz Moń6-8/+18
2011-12-15usb-s3c6400: 0x10000000 (bit 28) is DEPCTL_setd0pidRafaël Carré1-1/+1
2011-12-15usb-s3c6400: fix error introduced r31222Rafaël Carré1-3/+3
2011-12-15Commit the ascodec-as3525.c/ascodec-target.h changes from FS#12452 that keep ...Michael Sevakis2-25/+42
2011-12-15Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis4-11/+11
2011-12-14Clipv2: fix buttons broken by me in r31235Rafaël Carré1-7/+7
2011-12-14Sansa AMSv2: don't panic if microsd init failedRafaël Carré1-7/+3
2011-12-14usb-drv-as3525v2: make it look more like usb-s3c6400Rafaël Carré1-48/+58
2011-12-14Sansa AMSv2: enable usb storage in bootloaderRafaël Carré1-1/+1
2011-12-14usb-s3c6400: fix confusion between USB_DIR_IN and DIR_INRafaël Carré1-2/+3
2011-12-14usb-drv-as3525v2: cosmeticsRafaël Carré1-5/+5
2011-12-14usb-drv-as3525v2: simplify usb_reset isrRafaël Carré1-51/+21
2011-12-14usb-s3c6400: make isr more clearRafaël Carré1-26/+25
2011-12-14usb-s3c6400: fix more index / endpoint number confusionRafaël Carré1-5/+5
2011-12-13Sansa Clip: simplify matrix key scanRafaël Carré3-286/+82