aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17ahci: sata: add support for exynos5440 sataGirish K S1-0/+1
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-14ahci_platform: make structs staticBrian Norris1-3/+3
2012-12-03ahci_platform: utilize common ata_platform_remove_one()Brian Norris1-11/+1
2012-12-03ahci_platform: perform platform exit in host_stop() hookBrian Norris1-7/+23
2012-12-03ahci_platform: convert to module_platform_driverBrian Norris1-12/+1
2012-12-03ahci_platform: enable hotplug unbindingBrian Norris1-2/+3
2012-11-16[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu1-1/+1
2012-09-13ata/ahci_platform: Add clock framework supportViresh Kumar1-7/+50
2012-09-13ata: add platform driver for Calxeda AHCI controllerMark Langsdorf1-1/+0
2012-07-25ahci_platform: add hibernation callbacksShiraz Hashim1-7/+3
2012-05-03ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar1-0/+1
2012-03-13ahci_platform: add STRICT_AHCI platform typeBrian Norris1-0/+11
2012-01-08ahci: platform support for suspend/resumeBrian Norris1-0/+68
2011-11-17[libata] ahci_platform: fix DT probingRob Herring1-1/+1
2011-11-09ahci_platform: use dev_get_platdata()JiSheng Zhang1-2/+2
2011-11-03ahci: add DT binding for Calxeda AHCI controllerRob Herring1-0/+7
2011-10-08[libata] ahci_platform: Add the board_ids and pi refer to different featuresRichard Zhu1-6/+38
2010-10-21libata: reimplement link power managementTejun Heo1-3/+0
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo1-1/+1
2010-09-28ahci: fix module refcount breakage introduced by libahci splitTejun Heo1-1/+5
2010-08-01ahci_platform: Remove unneeded ahci_driver.probe assignmentAnton Vorontsov1-1/+0
2010-08-01ahci_platform: Provide for vendor specific initJassi Brar1-10/+15
2010-05-14ahci_platform: properly set up EM messagingJeff Garzik1-1/+1
2010-05-14libata: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-14ahci: Add platform driverAnton Vorontsov1-0/+191