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