summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: Do not include <scsi.h>Andrey Smirnov2019-03-111-1/+0
* ata/ahci: simplify ahci_read_idUwe Kleine-König2017-01-101-6/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* 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-161-0/+3
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-111-5/+0
* barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* ata: ahci: Allow 'detect' on hardware deviceSascha Hauer2013-06-061-0/+16
* ata: ahci: only use lba48 on drives which support itSascha Hauer2013-06-061-4/+15
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-1/+1
* ata: ahci: refactor init functionsSascha Hauer2013-03-081-78/+58
* ata: ahci: implement init callbackSascha Hauer2013-03-081-38/+30
* ata: ahci: fix wrong link checkSascha Hauer2013-03-081-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2013-03-041-7/+1
|\
| * Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+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: Add ahci supportSascha Hauer2012-12-071-0/+678