summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/param'Sascha Hauer2013-05-061-11/+10
|\
| * ata: Use dev_add_param_bool for probe parameterSascha Hauer2013-04-111-11/+10
* | ata: Remove wrong DISK_DRIVE symbolAlexander Shiyan2013-04-301-1/+0
|/
* ata: ahci: refactor init functionsSascha Hauer2013-03-081-78/+58
* ata: ahci: implement init callbackSascha Hauer2013-03-082-39/+30
* ata: Add init callback to ata_port_operationsSascha Hauer2013-03-081-0/+6
* ata: add ata logical device to defer probeSascha Hauer2013-03-081-8/+49
* ata: ahci: fix wrong link checkSascha Hauer2013-03-081-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2013-03-045-28/+5
|\
| * Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-134-28/+4
| * sata-imx: fix depends on ARCH_IMXAlexander Aring2013-02-111-0/+1
* | ahci-generic: add oftree supportJean-Christophe PLAGNIOL-VILLARD2013-02-141-0/+9
* | ahci: handle COMINIT received during spin-upRob Herring2013-02-131-2/+9
|/
* ata sff: set device pointer in ata portSascha Hauer2012-12-171-0/+1
* Merge branch 'kconfig'Sascha Hauer2012-12-081-2/+1
|\
| * Remove bad Kconfig reference to DISK_DRIVEAlexander Shiyan2012-12-081-1/+0
| * Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
* | ata: Add i.MX AHCI driverSascha Hauer2012-12-073-0/+160
* | ata: Add ahci supportSascha Hauer2012-12-074-0/+866
* | ata: Use dma_alloc for bufferSascha Hauer2012-12-071-1/+2
* | ata: align ata command defines with kernelSascha Hauer2012-12-071-3/+3
* | ata: split ide sff suport to separate fileSascha Hauer2012-12-076-314/+384
* | ata: fix status flagsSascha Hauer2012-12-071-3/+5
* | ata: register disks as /dev/ata*Sascha Hauer2012-12-071-2/+4
* | ata: Add i.MX PATA driver supportSascha Hauer2012-12-063-0/+211
|/
* ata: Allow partitions > 4GiBSascha Hauer2012-12-031-9/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-042-2/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* 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