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