aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci_platform.c
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche
2023-03-23ata: Use of_property_present() for testing DT property presenceRob Herring
2022-12-07ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell
2022-09-17ata: libahci_platform: Add function returning a clock-handle by idSerge Semin
2022-09-17ata: ahci: Introduce firmware-specific caps initializationSerge Semin
2022-09-17ata: libahci: Discard redundant force_port_map parameterSerge Semin
2022-09-17ata: libahci_platform: Introduce reset assertion/deassertion methodsSerge Semin
2022-09-17ata: libahci_platform: Parse ports-implemented property in resources getterSerge Semin
2022-09-17ata: libahci_platform: Sanity check the DT child nodes numberSerge Semin
2022-09-17ata: libahci_platform: Convert to using devm bulk clocks APISerge Semin
2022-09-17ata: libahci_platform: Convert to using platform devm-ioremap methodsSerge Semin
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-02-25Revert "ata: ahci: mvebu: Make SATA PHY optional for Armada 3720"Pali Rohár
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov
2022-01-04ata: libahci_platform: Get rid of dup message when IRQ can't be retrievedAndy Shevchenko
2022-01-04ata: libahci_platform: Remove bogus 32-bit DMA mask attemptAndy Shevchenko
2021-10-14ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators()Wang Hai
2021-03-30ata: libahci_platform: fix IRQ checkSergey Shtylyov
2020-10-09ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-25ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown
2019-09-19ata: libahci_platform: Add of_node_put() before loop exitNishka Dasgupta
2019-07-31ata: libahci: do not complain in case of deferred probeMiquel Raynal
2019-07-16ata: libahci_platform: remove redundant dev_err messageDing Xiang
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner
2019-01-11ata: libahci_platform: comply to PHY frameworkMiquel Raynal
2018-09-03ata: ahci_platform: add support for PHY controller regulatorCorentin Labbe
2018-09-03ata: ahci_platform: add support for AHCI controller regulatorCorentin Labbe
2018-08-28ata: ahci: Convert to using %pOFn instead of device_node.nameRob Herring
2018-08-22ata: libahci_platform: add reset control supportKunihiko Hayashi
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi
2018-08-06Revert "ata: ahci_platform: allow disabling of hotplug to save power"Tejun Heo
2018-07-24Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"Corentin Labbe
2018-07-12ata: ahci_platform: convert kcalloc to devm_kcallocCorentin Labbe
2018-07-12ata: ahci_platform: convert kzallloc to kcallocCorentin Labbe
2018-07-12ata: ahci_platform: correct parameter documentation for ahci_platform_shutdownCorentin Labbe
2018-06-18ata: ahci_platform: allow disabling of hotplug to save powerSamuel Morris
2018-04-09Revert "ata: ahci-platform: add reset control support"Kunihiko Hayashi
2018-03-26ata: ahci-platform: add reset control supportKunihiko Hayashi
2018-02-12ata: libahci: fix comment indentationBaruch Siach
2017-10-23ata: mark expected switch fall-throughsGustavo A. R. Silva
2017-08-04ata: ahci_platform: Add shutdown handlerNate Watterson
2017-05-16ata: libahci: properly propagate return value of platform_get_irq()Thomas Petazzoni
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter
2015-02-03ata: libahci: Use of_platform_device_create only if supportedGuenter Roeck
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita
2015-01-21ata: libahci: Fix devres cleanup on failureThierry Reding