summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* 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