summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c (follow)
Commit message (Expand)AuthorAge
* Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold2005-11-07
* Ondio: Fix multivolume and hotswap for the old MMC clock circuit.Jens Arnold2005-05-22
* (1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold2005-05-17
* Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold2005-05-16
* Hotswap: Avoid mount race at startup and after returning from USB mode.Jens Arnold2005-05-16
* Some code cleanup.Jens Arnold2005-05-14
* Improved bitfield handling for settings and MMC (more straigtforward, smaller...Jens Arnold2005-05-04
* MMC driver: More flexible background copy & bitswap concept, using global var...Jens Arnold2005-05-02
* Speed optimisations: (1) Read, write: Use single/multiple block commands depe...Jens Arnold2005-04-28
* MMC driver does now handle block sizes != 512 bytes, which is necessary to su...Jens Arnold2005-04-28
* non-ambiguous error codeJörg Hohensohn2005-03-12
* Don't panic on read attempts past end of card, just exit with error. Such can...Jörg Hohensohn2005-03-10
* Correctly display USB activity on Ondios with old bridge. (Added blindly, ple...Jens Arnold2005-02-20
* Ondio: disk activity indication in USB mode, tooJörg Hohensohn2005-02-19
* Ondio: disk indication in the status bar, to compensate for lacking LEDJörg Hohensohn2005-02-19
* Some MMCs don't like reading their very last sector with the read_multiple_bl...Jens Arnold2005-02-14
* Fixed calculation of MMC sector count. Display sector count instead of (rough...Jens Arnold2005-02-12
* Aligned thread stackLinus Nielsen Feltzing2005-02-06
* MMC driver now panics on out-of-bound accesses.Jens Arnold2005-02-04
* MMC debug info: Tsac is now needed in ns, no longer scaled by 10.Jens Arnold2005-01-31
* do the hotswapJörg Hohensohn2005-01-28
* 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