index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
ata-sd-pp.c
Age
Commit message (
Expand
)
Author
2009-11-26
Remove unused card_detect(), and make card_detect_target() static inline in e...
Thomas Martitz
2009-07-20
sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...
Frank Gevaerts
2009-07-20
Make sd_present() and mmc_present() look only at the actual presence of a car...
Frank Gevaerts
2009-07-20
take first_drive into account when handling hotswap. This is not important as...
Frank Gevaerts
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
2009-07-06
Sansa AMS: display the virtual led icon on disk transfers
Rafaël Carré
2009-07-01
Move sd_get_info() into common sd code
Rafaël Carré
2009-07-01
* Move some more stuff to the general SD driver
Maurus Cuelenaere
2009-07-01
add firmware/driver/sd.c which contains common code between SD drivers
Rafaë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-06-19
Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha...
Mark Arigo
2009-03-14
Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2)...
Mark Arigo
2009-02-03
Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin...
Antonius Hellmann
2009-02-01
First step in committing the results of FS#8663:
Antonius Hellmann
2009-01-22
Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...
Michael Sevakis
2009-01-21
Unify kernel list management for ticks, registered queues and timeout objects...
Michael Sevakis
2008-11-24
First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory ...
Michael Giacomelli
2008-11-09
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 drivers
Rafaël Carré
2008-11-02
implement single-driver storage layer with macros instead of inlines
Frank Gevaerts
2008-11-01
conditionalise *_get_info() to get some binsize back
Frank Gevaerts
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-29
correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usage
Frank Gevaerts
2008-09-14
Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...
Jens Arnold
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-21
Philips GoGear SA9200 port. Working bootloader and normal builds, including s...
Mark Arigo
2008-05-13
Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a micr...
Mark Arigo
2008-05-13
Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ...
Mark Arigo