summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci_platform.c
Commit message (Expand)AuthorAgeFilesLines
* ata: Use of_property_present() for testing DT property presenceRob Herring2023-03-231-1/+1
* ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell2022-12-071-1/+1
* ata: libahci_platform: Add function returning a clock-handle by idSerge Semin2022-09-171-0/+24
* ata: ahci: Introduce firmware-specific caps initializationSerge Semin2022-09-171-3/+37
* ata: libahci: Discard redundant force_port_map parameterSerge Semin2022-09-171-1/+1
* ata: libahci_platform: Introduce reset assertion/deassertion methodsSerge Semin2022-09-171-5/+45
* ata: libahci_platform: Parse ports-implemented property in resources getterSerge Semin2022-09-171-0/+3
* ata: libahci_platform: Sanity check the DT child nodes numberSerge Semin2022-09-171-2/+12
* ata: libahci_platform: Convert to using devm bulk clocks APISerge Semin2022-09-171-45/+38
* ata: libahci_platform: Convert to using platform devm-ioremap methodsSerge Semin2022-09-171-2/+8
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-1/+1
|\
| * Revert "ata: ahci: mvebu: Make SATA PHY optional for Armada 3720"Pali Rohár2022-02-251-1/+1
* | ata: libata: make ata_host_suspend() *void*Sergey Shtylyov2022-02-191-1/+2
|/
* ata: libahci_platform: Get rid of dup message when IRQ can't be retrievedAndy Shevchenko2022-01-041-4/+1
* ata: libahci_platform: Remove bogus 32-bit DMA mask attemptAndy Shevchenko2022-01-041-7/+2
* ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators()Wang Hai2021-10-141-4/+1
* ata: libahci_platform: fix IRQ checkSergey Shtylyov2021-03-301-1/+3
* ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár2020-10-091-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2019-12-251-2/+4
* ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown2019-10-251-24/+14
* ata: libahci_platform: Add of_node_put() before loop exitNishka Dasgupta2019-09-191-2/+7
* ata: libahci: do not complain in case of deferred probeMiquel Raynal2019-07-311-0/+3
* ata: libahci_platform: remove redundant dev_err messageDing Xiang2019-07-161-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner2019-05-241-5/+1
* ata: libahci_platform: comply to PHY frameworkMiquel Raynal2019-01-111-0/+13
* ata: ahci_platform: add support for PHY controller regulatorCorentin Labbe2018-09-031-0/+20
* ata: ahci_platform: add support for AHCI controller regulatorCorentin Labbe2018-09-031-2/+24
* ata: ahci: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-4/+4
* ata: libahci_platform: add reset control supportKunihiko Hayashi2018-08-221-5/+26
* ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi2018-08-221-1/+3
* Revert "ata: ahci_platform: allow disabling of hotplug to save power"Tejun Heo2018-08-061-65/+17
* Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"Corentin Labbe2018-07-241-1/+7
* ata: ahci_platform: convert kcalloc to devm_kcallocCorentin Labbe2018-07-121-3/+1
* ata: ahci_platform: convert kzallloc to kcallocCorentin Labbe2018-07-121-5/+3
* ata: ahci_platform: correct parameter documentation for ahci_platform_shutdownCorentin Labbe2018-07-121-1/+1
* ata: ahci_platform: allow disabling of hotplug to save powerSamuel Morris2018-06-181-17/+65
* Revert "ata: ahci-platform: add reset control support"Kunihiko Hayashi2018-04-091-21/+3
* ata: ahci-platform: add reset control supportKunihiko Hayashi2018-03-261-3/+21
* ata: libahci: fix comment indentationBaruch Siach2018-02-121-1/+1
* ata: mark expected switch fall-throughsGustavo A. R. Silva2017-10-231-0/+1
* ata: ahci_platform: Add shutdown handlerNate Watterson2017-08-041-0/+34
* ata: libahci: properly propagate return value of platform_get_irq()Thomas Petazzoni2017-05-161-2/+3
* ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-031-1/+3
* ata: libahci: Use of_platform_device_create only if supportedGuenter Roeck2015-02-031-1/+3
* ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita2015-01-281-6/+4
* ata: libahci: Fix devres cleanup on failureThierry Reding2015-01-211-1/+2
* ata: libahci: Allow using multiple regulatorsGregory CLEMENT2015-01-191-65/+165
* ata: libahci: Clean-up the ahci_platform_en/disable_phys functionsGregory CLEMENT2015-01-191-6/+0
* AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev2014-10-061-2/+1