aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_platform.c
Commit message (Expand)AuthorAgeFilesLines
* ahci_platform: use dev_info() instead of printk()Jingoo Han2013-10-071-1/+1
* ahci: sata: add support for exynos5440 sataGirish K S2013-06-171-0/+1
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* ahci_platform: make structs staticBrian Norris2012-12-141-3/+3
* ahci_platform: utilize common ata_platform_remove_one()Brian Norris2012-12-031-11/+1
* ahci_platform: perform platform exit in host_stop() hookBrian Norris2012-12-031-7/+23
* ahci_platform: convert to module_platform_driverBrian Norris2012-12-031-12/+1
* ahci_platform: enable hotplug unbindingBrian Norris2012-12-031-2/+3
* [libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu2012-11-161-1/+1
* ata/ahci_platform: Add clock framework supportViresh Kumar2012-09-131-7/+50
* ata: add platform driver for Calxeda AHCI controllerMark Langsdorf2012-09-131-1/+0
* ahci_platform: add hibernation callbacksShiraz Hashim2012-07-251-7/+3
* ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar2012-05-031-0/+1
* ahci_platform: add STRICT_AHCI platform typeBrian Norris2012-03-131-0/+11
* ahci: platform support for suspend/resumeBrian Norris2012-01-081-0/+68
* [libata] ahci_platform: fix DT probingRob Herring2011-11-171-1/+1
* ahci_platform: use dev_get_platdata()JiSheng Zhang2011-11-091-2/+2
* ahci: add DT binding for Calxeda AHCI controllerRob Herring2011-11-031-0/+7
* [libata] ahci_platform: Add the board_ids and pi refer to different featuresRichard Zhu2011-10-081-6/+38
* libata: reimplement link power managementTejun Heo2010-10-211-3/+0
* libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-211-1/+1
* ahci: fix module refcount breakage introduced by libahci splitTejun Heo2010-09-281-1/+5
* ahci_platform: Remove unneeded ahci_driver.probe assignmentAnton Vorontsov2010-08-011-1/+0
* ahci_platform: Provide for vendor specific initJassi Brar2010-08-011-10/+15
* ahci_platform: properly set up EM messagingJeff Garzik2010-05-141-1/+1
* libata: update gfp/slab.h includesTejun Heo2010-05-141-0/+1
* ahci: Add platform driverAnton Vorontsov2010-05-141-0/+191