summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c (follow)
Commit message (Expand)AuthorAge
* select the card within the mutex, seems more safeJörg Hohensohn2005-01-03
* cosmetic: use the IF_MV2() macro for optional argumentsJörg Hohensohn2004-12-29
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Fix: my previous adjustments broke access to external MMC on newer Ondio mode...Jens Arnold2004-11-17
* Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock selec...Jens Arnold2004-11-17
* Increased MMC init timeout (again), and sleep() between consecutive tries.Jens Arnold2004-11-14
* Increased init timeout to account for some very slow (SD) cardsJens Arnold2004-11-14
* Unique error codesJens Arnold2004-11-07
* MMC hotswap handling in USB modeJens Arnold2004-10-10
* First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold2004-10-10
* Fixed busy timeout handling; better commentsJens Arnold2004-10-09
* Major MMC driver rework: DMA for sector transfers (except for single sector w...Jens Arnold2004-10-09
* Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold2004-10-06
* Compile ata_mmc.c for targets with mmc, ata.c for all others.Björn Stenberg2004-10-05
* (Re-)added the delayed write feature to avoid wearing the flash unnecessarilyJens Arnold2004-10-04
* MMC: 10 % faster reading and 15 % faster writingJens Arnold2004-10-04
* Removed disabled code.Jens Arnold2004-10-03
* Implemented multiple block reading and writing. Significant speedup.Jens Arnold2004-10-03
* Some cleanup, and a quick fix to make battery status reading and idle powerof...Jens Arnold2004-10-01
* Fix: card initialization on card_select()Jens Arnold2004-10-01
* Ondio PACR inits for cold startJörg Hohensohn2004-10-01
* Writing to mmc does work now, but not always correct yet. It caused a corrupt...Jens Arnold2004-09-29
* Small fix for the card initJens Arnold2004-09-29
* MMC driver is now write enabled, and should no longer lock up. Still prelimin...Jens Arnold2004-09-29
* First working MMC driver (very preliminary, and read-only), and some adaption...Jens Arnold2004-09-28
* Chip selects for internal & external card were reversedJens Arnold2004-09-20
* Ondio USB mode works with both internal and external MMCJörg Hohensohn2004-09-14
* Ondio USB mode works, but only with external MMCJörg Hohensohn2004-09-14
* some fixes for Ondio USB passthrough (but still doesn't work yet)Jörg Hohensohn2004-09-11
* prepared Ondio USB passthrough (but doesn't work yet)Jörg Hohensohn2004-09-11
* prepared an empty MMC driverJörg Hohensohn2004-09-11