summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
AgeCommit message (Expand)Author
2006-04-29ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold
2006-03-19Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold
2006-03-18Fix s-t-u-p-i-d bug in the asm ata read routine.Jens Arnold
2006-03-18Coldfire: Assembler optimised disk reading, speed increase ~40% on average.Jens Arnold
2006-03-07ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5Linus Nielsen Feltzing
2006-03-02gigabeat related changesMarcoen Hirschberg
2006-02-24first gigabeat commitMarcoen Hirschberg
2006-02-19Fix slow shutdown on ipod nano.Thom Johansen
2006-02-05More iPod 3G code from Seven Le MesleDave Chapman
2006-02-02Make it compile on iAudio X5Linus Nielsen Feltzing
2006-01-18iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer.Dave Chapman
2006-01-16Temp fix for iPod Nano. Disable ATA sleep, as this will hang disk accesses.Thom Johansen
2005-11-24Fixed yellow iPod builds.Jens Arnold
2005-11-24Fixed disk icon display in remote status bar on iriver. * Rolled back led.c c...Jens Arnold
2005-11-18H300 has no ATA LEDLinus Nielsen Feltzing
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing
2005-11-12Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-08Remove #warning left over from debugging. Sorry about that.Dave Chapman
2005-11-08Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold
2005-05-10This should (hopefully) fix the long-standing RLD problem once and for all.Jens Arnold
2005-05-04OopsLinus Nielsen Feltzing
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing
2005-03-18iRiver: ATA timing is now setup by set_cpu_frequency()Linus Nielsen Feltzing
2005-03-01iRiver: more relaxed default timingLinus Nielsen Feltzing
2005-02-25more long policyJean-Philippe Bernardy
2005-02-22Gmini SMSC chip improvementsJean-Philippe Bernardy
2005-02-19GminiJean-Philippe Bernardy
2005-02-07iRiver: Correct cold start detectionLinus Nielsen Feltzing
2005-02-06Use proper CPU definesLinus Nielsen Feltzing
2005-02-06Added ISD chip power control setup and used proper define for the MCF5249Linus Nielsen Feltzing
2005-02-06iriver: ATA controller register setupLinus Nielsen Feltzing
2005-02-06iriver: fixed ATA enable setupLinus Nielsen Feltzing
2005-02-06Aligned thread stack, correct CONTROL register for iRiverLinus Nielsen Feltzing
2005-01-26fixes for gminiJean-Philippe Bernardy
2005-01-26Ported ATA driver to iRiver, minor code policingLinus Nielsen Feltzing
2005-01-24More int -> longJean-Philippe Bernardy
2005-01-20Factored out some macrosJean-Philippe Bernardy
2005-01-20Support for gmini ATA interfaceJean-Philippe Bernardy
2004-12-29behave for multi-volumeJörg Hohensohn
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn
2004-11-23Retry initializing the harddisk with hard reset in case the first try fails. ...Jens Arnold
2004-11-20Moved player ATA power handling to the correct functionsJens Arnold