summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ata-sd-pp.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts1-0/+6
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts1-1/+8
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts1-6/+8
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-11/+25
2009-07-06Sansa AMS: display the virtual led icon on disk transfersRafaël Carré1-10/+5
2009-07-01Move sd_get_info() into common sd codeRafaël Carré1-21/+0
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere1-13/+0
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré1-57/+16
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré1-5/+5
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré1-22/+22
2009-06-19Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha...Mark Arigo1-9/+0
2009-03-14Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2)...Mark Arigo1-2/+33
2009-02-03Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin...Antonius Hellmann1-16/+43
2009-02-01First step in committing the results of FS#8663:Antonius Hellmann1-94/+165
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-1/+0
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis1-2/+2
2008-11-24First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory ...Michael Giacomelli1-2/+4
2008-11-09sd.h : avoid namespace collision by prefixing defines with SD_Rafaël Carré1-31/+31
2008-11-09SD PP: move non specific defines to sd.h, to be reused by other SD driversRafaël Carré1-48/+2
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-0/+12
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts1-0/+2
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-70/+83
2008-10-29correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usageFrank Gevaerts1-4/+4
2008-09-14Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold1-3/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including s...Mark Arigo1-1/+1
2008-05-13Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a micr...Mark Arigo1-3/+5
2008-05-13Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ...Mark Arigo1-0/+1325