summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ata-sd-pp.c
AgeCommit message (Expand)Author
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts
2010-04-22ata-sd-pp: reduce size of the buffer used to switch bank, no functional chang...Amaury Pouly
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2009-07-06Sansa AMS: display the virtual led icon on disk transfersRafaël Carré
2009-07-01Move sd_get_info() into common sd codeRafaël Carré
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré
2009-06-19Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha...Mark Arigo
2009-03-14Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2)...Mark Arigo
2009-02-03Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin...Antonius Hellmann
2009-02-01First step in committing the results of FS#8663:Antonius Hellmann
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis
2008-11-24First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory ...Michael Giacomelli
2008-11-09sd.h : avoid namespace collision by prefixing defines with SD_Rafaël Carré
2008-11-09SD PP: move non specific defines to sd.h, to be reused by other SD driversRafaël Carré
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-29correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usageFrank Gevaerts
2008-09-14Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including s...Mark Arigo
2008-05-13Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a micr...Mark Arigo
2008-05-13Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ...Mark Arigo