summaryrefslogtreecommitdiff
path: root/firmware/export/sd.h (follow)
Commit message (Expand)AuthorAge
* storage: fix MD vs MV confusionAmaury Pouly2013-12-06
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero2011-12-19
* Add INIT_ATTR to storage_init() when possibleRafaël Carré2011-11-20
* Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis2011-01-15
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz2009-11-26
* sd.h: No functional changes to present code. Added some additional SD CMD's...Jack Halpin2009-11-07
* Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with ...Jack Halpin2009-10-25
* Working Bootloader for mini2440. Dominik Wenger2009-10-22
* Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2009-07-17
* Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré2009-07-17
* Storage API : remove undeeded target-specific functionsRafaël Carré2009-07-17
* Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré2009-07-01
* add firmware/driver/sd.c which contains common code between SD driversRafaël Carré2009-07-01
* Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré2009-07-01
* 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
* Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts2008-11-04
* *_hard_reset() is only used inside ata.c, so there's no need to export it to ...Frank Gevaerts2008-11-04
* conditionalise *_get_info() to get some binsize backFrank Gevaerts2008-11-01
* Now also commit added filesFrank Gevaerts2008-11-01