summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* sata-imx: i.MX53, use the internal 120MHz clock by defaultEric BĂ©nard2014-02-101-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2013-12-064-1/+5
|\
| * barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
| * treewide: Add missing includesSascha Hauer2013-11-084-0/+4
* | ata: pata-imx: Add missing NULL entry in dt idsSascha Hauer2013-12-021-0/+2
|/
* ata: ide-sff: Add missing wait for ready in write functionSascha Hauer2013-09-271-0/+3
* ata: Make 'already initialized' a debug messageSascha Hauer2013-06-211-1/+1
* ata: pata-imx: implement detect callback for hardware deviceSascha Hauer2013-06-211-0/+10
* ata: ide: embed ata_ioports into struct ide_port and export itSascha Hauer2013-06-213-49/+38
* ata: i.MX pata: Add devicetree probe supportSascha Hauer2013-06-191-1/+15
* ata: ide: Allow to set the devicenameSascha Hauer2013-06-194-9/+20
* ata: i.MX sata: Add devicetree probe supportSascha Hauer2013-06-061-0/+13
* ata: ahci: Allow 'detect' on hardware deviceSascha Hauer2013-06-061-0/+16
* ata: implement detectSascha Hauer2013-06-061-5/+19
* ata: ahci: only use lba48 on drives which support itSascha Hauer2013-06-061-4/+15
* ata: move ATA_ID_ fields and functions to include/Sascha Hauer2013-06-061-44/+0
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-302-2/+2
* 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