summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* AHCI: convert to streaming DMA opsLucas Stach2015-03-061-3/+10
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-6/+9
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-164-5/+13
* resource: Let dev_get_resource return an error pointerSascha Hauer2014-09-161-3/+3
* resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-161-0/+1
* ata: platform_ide: cleanup resource requestingSascha Hauer2014-09-121-25/+22
* sandbox: allow "make ARCH=sandbox allyesconfig"Holger Schurig2014-07-221-0/+1
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-112-10/+0
* Merge branch 'for-next/misc'Sascha Hauer2014-05-051-3/+0
|\
| * ata: pata-imx: Remove unused variableAlexander Shiyan2014-04-231-3/+0
* | x86: Add support for IDE on the legacy I/O portsMichel Stam2014-04-082-21/+114
|/
* 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