summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Change byte order detection mechanism to kernel styleSascha Hauer2012-06-281-1/+1
* Allow use platform_ide driver without ALT-registersAlexander Shiyan2012-04-181-4/+10
* Add driver for IDE like interfacesJuergen Beisert2011-11-283-0/+138
* ATA Disk Support: Add support for native ATA type drivesJuergen Beisert2011-11-283-0/+625
* Remove 'disk_drive.c' as it is now replaced by generic partition handlingJuergen Beisert2011-11-283-256/+0
* Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-282-43/+61
* ATA/DISK: The BIOS based disk driver is not an interfaceJuergen Beisert2011-11-284-9/+9
* ATA/DISK: Reorganize file structure and names for future updatesJuergen Beisert2011-11-283-13/+16
* ATA/DISK: Enabling write support does not belong to 'drive types'Juergen Beisert2011-11-281-2/+2
* ATA/DISK: Add generic disk support when enabling the BIOS disk driverJuergen Beisert2011-11-281-0/+1
* Fixed unaligned accessFabian van der Werf2011-10-091-5/+10
* disk_drive: fix x86 supportJean-Christophe PLAGNIOL-VILLARD2011-08-151-3/+3
* ata: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* ata/bios: convert to struct resourceJean-Christophe PLAGNIOL-VILLARD2011-07-231-1/+1
* ata: guessing disk sizes is only needed on X86Sascha Hauer2011-05-061-1/+4
* ata: make write support optionalSascha Hauer2011-04-112-0/+8
* ata: use block supportSascha Hauer2011-04-112-158/+35
* x86 ATA: Don't touch the size entry for the BIOS disk based deviceJuergen Beisert2011-03-101-1/+0
* Don't try to guess the size of a disk if its size value is already givenJuergen Beisert2010-10-111-9/+18
* Don't use a sector buffer on stackJuergen Beisert2010-10-111-5/+12
* Make the disk driver less noisyJuergen Beisert2010-10-111-1/+2
* x-functions do not return in case of failure.Juergen Beisert2010-10-111-4/+0
* Add a low level disk drive access driverJuergen Beisert2010-01-143-0/+302
* Add the main disk driverJuergen Beisert2010-01-143-0/+353
* Start to add ATA support to bareboxJuergen Beisert2010-01-142-0/+15