summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c (follow)
Commit message (Expand)AuthorAge
* Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...Marcin Bukat2011-03-01
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* Make mutexes a tiny bit leaner. There is no need for a separate locked semaph...Michael Sevakis2010-12-26
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2010-06-05
* Simplify some expressions using the ? operatorBertrik Sikken2010-01-01
* Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts2009-07-20
* Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2009-07-17
* 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-07-01
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* implement single-driver storage layer with macros instead of inlinesFrank Gevaerts2008-11-02
* conditionalise *_get_info() to get some binsize backFrank Gevaerts2008-11-01
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Some more size optimisations, giving a tiny write speedup as well.Jens Arnold2008-09-19
* Change the way send_cmd() returns data to make it cleaner and save binsize. A...Jens Arnold2008-09-19
* Further MMC driver touchup: * Save a tiny amount of power by not enabling the...Jens Arnold2008-09-17
* Fix error handling in multiple block read and multiple block write state. Whe...Jens Arnold2008-09-15
* Implement chasing bitswap for reading. Speeds up reading single 512-byte bloc...Jens Arnold2008-09-14
* Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold2008-09-14
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold2008-02-22
* Proper mutexing in the MMC driver's ata_init(), resembling what is done in th...Jens Arnold2008-01-20
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon2007-01-23
* Woops. Missed a file.Michael Sevakis2006-12-19
* Get rid of ages-old interdependency between ata.c and mas.cJens Arnold2006-11-12
* Ondio: Better activity monitoring for 'ata' idle notification.Jens Arnold2006-11-09
* Bah, Linus was right, trying to call the ata_idle callbacks on usb andJonathan Gordon2006-11-09
* Missed one hotswap ifdef...Jens Arnold2006-11-08
* Fix idle monitoring to not freeze the Ondio, and add it in a more elegant way...Jens Arnold2006-11-08
* fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2006-11-08
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channe...Jens Arnold2006-05-07
* 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