summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c (follow)
Commit message (Expand)AuthorAge
...
* OopsLinus Nielsen Feltzing2005-05-04
* Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing2005-04-04
* iRiver: ATA timing is now setup by set_cpu_frequency()Linus Nielsen Feltzing2005-03-18
* iRiver: more relaxed default timingLinus Nielsen Feltzing2005-03-01
* more long policyJean-Philippe Bernardy2005-02-25
* Gmini SMSC chip improvementsJean-Philippe Bernardy2005-02-22
* GminiJean-Philippe Bernardy2005-02-19
* iRiver: Correct cold start detectionLinus Nielsen Feltzing2005-02-07
* Use proper CPU definesLinus Nielsen Feltzing2005-02-06
* Added ISD chip power control setup and used proper define for the MCF5249Linus Nielsen Feltzing2005-02-06
* iriver: ATA controller register setupLinus Nielsen Feltzing2005-02-06
* iriver: fixed ATA enable setupLinus Nielsen Feltzing2005-02-06
* Aligned thread stack, correct CONTROL register for iRiverLinus Nielsen Feltzing2005-02-06
* fixes for gminiJean-Philippe Bernardy2005-01-26
* Ported ATA driver to iRiver, minor code policingLinus Nielsen Feltzing2005-01-26
* More int -> longJean-Philippe Bernardy2005-01-24
* Factored out some macrosJean-Philippe Bernardy2005-01-20
* Support for gmini ATA interfaceJean-Philippe Bernardy2005-01-20
* behave for multi-volumeJörg Hohensohn2004-12-29
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Retry initializing the harddisk with hard reset in case the first try fails. ...Jens Arnold2004-11-23
* Moved player ATA power handling to the correct functionsJens Arnold2004-11-20
* New players: switch on the HD in ata_init()Jens Arnold2004-11-20
* Fixed warning when compiling with PREFER_C_WRITINGJens Arnold2004-10-08
* Correct CPU type handlingLinus Nielsen Feltzing2004-10-07
* Compile ata_mmc.c for targets with mmc, ata.c for all others.Björn Stenberg2004-10-05
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* Added preliminary support for Iriver H100Björn Stenberg2004-09-17
* prepared Ondio USB passthrough (but doesn't work yet)Jörg Hohensohn2004-09-11
* prepared an empty MMC driverJörg Hohensohn2004-09-11
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* More const policeing step 3Jens Arnold2004-08-03
* Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold2004-07-05
* Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold2004-06-11
* patch #922836 by Jens: way faster disk writing, in assembler. The code is in,...Jörg Hohensohn2004-04-01
* A hip shot trying to make the Red LED Death situation a little betterLinus Nielsen Feltzing2004-03-19
* - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please...Jörg Hohensohn2004-03-10
* Reverted the STANDBY fix from 2004-02-15, rev 1.106Linus Nielsen Feltzing2004-03-09
* Now sets the highest possible PIO mode in set_features()Linus Nielsen Feltzing2004-03-02
* fixed compiling errorsLinus Nielsen Feltzing2004-02-17
* set_features() is now called from ata_power_on()Linus Nielsen Feltzing2004-02-17
* Silly me, I forgot to remove my debugging codeLinus Nielsen Feltzing2004-02-16
* Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ...Linus Nielsen Feltzing2004-02-16
* Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ...Jörg Hohensohn2004-02-15
* Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa...Jörg Hohensohn2004-02-09
* no code change, I just forgot to take my template disassembly out (a big comm...Jörg Hohensohn2004-01-27
* Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f...Jörg Hohensohn2004-01-27
* warning + obsolete variable removedJörg Hohensohn2004-01-16
* Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn2004-01-16
* Added acoustic management, power management and read look-ahead.Björn Stenberg2004-01-14