aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_platform.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Gravatar Thomas Gleixner 1-5/+1
2018-09-07ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATAGravatar Suman Tripathi 1-1/+14
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-1/+2
2018-08-22ata: ahci_platform: enable to get and control resetGravatar Kunihiko Hayashi 1-1/+2
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Gravatar Kunihiko Hayashi 1-1/+1
2018-08-06Revert "ata: ahci_platform: allow disabling of hotplug to save power"Gravatar Tejun Heo 1-9/+2
2018-07-17ata: ahci-platform: Remove support for Exynos5440Gravatar Krzysztof Kozlowski 1-1/+0
2018-06-18ata: ahci_platform: allow disabling of hotplug to save powerGravatar Samuel Morris 1-2/+9
2017-08-04ata: ahci_platform: Add shutdown handlerGravatar Nate Watterson 1-0/+1
2016-04-01ata: ahci-platform: Add ports-implemented DT bindings.Gravatar Srinivas Kandagatla 1-0/+3
2016-02-11libata: support AHCI on OCTEON platformGravatar Aleksey Makarov 1-0/+1
2015-09-08Revert "ahci: added support for Freescale AHCI sata"Gravatar Tang Yuantian 1-1/+0
2015-07-07ata: ahci_platform: Add ACPI _CLS matchingGravatar Suthikulpanit, Suravee 1-0/+9
2015-06-09ahci: added support for Freescale AHCI sataGravatar Tang Yuantian 1-0/+1
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostGravatar Akinobu Mita 1-2/+9
2014-10-20ata: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-16ata: remove deprecated struct ahci_platform_dataGravatar Bartlomiej Zolnierkiewicz 1-17/+1
2014-07-30ata: ahci_platform: add a generic AHCI compatibleGravatar Antoine Ténart 1-0/+2
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureGravatar Antoine Ténart 1-4/+2
2014-06-24ahci: disable ncq feature for hisilicon sataGravatar Kefeng Wang 1-1/+1
2014-05-14ahci: add support for Hisilicon sataGravatar Kefeng Wang 1-1/+8
2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Gravatar Kefeng Wang 1-1/+1
2014-03-25ata: move library code from ahci_platform.c to libahci_platform.cGravatar Bartlomiej Zolnierkiewicz 1-515/+0
2014-03-25ata: ahci_platform: fix ahci_platform_data->suspend method handlingGravatar Bartlomiej Zolnierkiewicz 1-2/+9
2014-03-14ata: ahci_platform: fix devm_ioremap_resource() return value checkingGravatar Bartlomiej Zolnierkiewicz 1-3/+3
2014-02-22ahci_platform: Drop unused ahci_platform_data membersGravatar Hans de Goede 1-9/+1
2014-02-22ahci_platform: Drop support for imx53-ahci platform device typeGravatar Hans de Goede 1-40/+6
2014-02-22ahci_platform: Drop support for ahci-strict platform device typeGravatar Hans de Goede 1-11/+0
2014-02-22ata: ahci_platform: runtime resume the device before useGravatar Roger Quadros 1-0/+15
2014-02-22ata: ahci_platform: Manage SATA PHYGravatar Roger Quadros 1-2/+45
2014-02-22ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controllerGravatar Roger Quadros 1-0/+1
2014-02-22ahci-platform: "Library-ise" suspend / resume functionalityGravatar Hans de Goede 1-15/+82
2014-02-22ahci-platform: "Library-ise" ahci_probe functionalityGravatar Hans de Goede 1-65/+123
2014-02-22ahci-platform: Add enable_ / disable_resources helper functionsGravatar Hans de Goede 1-37/+69
2014-02-22ahci-platform: Add support for an optional regulator for sata-target powerGravatar Hans de Goede 1-2/+34
2014-02-22ahci-platform: Add support for devices with more then 1 clockGravatar Hans de Goede 1-27/+86
2014-02-13ata: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-22ahci: add support for IBM Akebono platform deviceGravatar Alistair Popple 1-0/+1
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-1/+2
2013-10-15ahci: imx: setup power saving methodsGravatar Richard Zhu 1-1/+2
2013-10-07ahci_platform: use dev_info() instead of printk()Gravatar Jingoo Han 1-1/+1
2013-06-17ahci: sata: add support for exynos5440 sataGravatar Girish K S 1-0/+1
2013-01-03Drivers: ata: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-14ahci_platform: make structs staticGravatar Brian Norris 1-3/+3
2012-12-03ahci_platform: utilize common ata_platform_remove_one()Gravatar Brian Norris 1-11/+1
2012-12-03ahci_platform: perform platform exit in host_stop() hookGravatar Brian Norris 1-7/+23
2012-12-03ahci_platform: convert to module_platform_driverGravatar Brian Norris 1-12/+1
2012-12-03ahci_platform: enable hotplug unbindingGravatar Brian Norris 1-2/+3
2012-11-16[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPGravatar Yuanhan Liu 1-1/+1
2012-09-13ata/ahci_platform: Add clock framework supportGravatar Viresh Kumar 1-7/+50