aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTSKai-Heng Feng1-1/+1
2022-09-17ata: ahci: Introduce firmware-specific caps initializationSerge Semin1-0/+1
2022-09-17ata: ahci: Convert __ahci_port_base to accepting hpriv as argumentsSerge Semin1-3/+4
2022-09-17ata: libahci: Discard redundant force_port_map parameterSerge Semin1-1/+0
2022-09-17ata: libahci: Extend port-cmd flags set with port capabilitiesSerge Semin1-1/+7
2022-09-17ata: libahci_platform: Introduce reset assertion/deassertion methodsSerge Semin1-0/+1
2022-09-17ata: libahci_platform: Convert to using devm bulk clocks APISerge Semin1-2/+2
2022-04-06ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item backMario Limonciello1-1/+1
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+0
2022-03-01ata: ahci: Rename CONFIG_SATA_LPM_MOBILE_POLICY configuration itemMario Limonciello1-1/+1
2022-03-01ata: ahci: Rename `AHCI_HFLAG_IS_MOBILE`Mario Limonciello1-1/+1
2022-02-25Revert "ata: ahci: mvebu: Make SATA PHY optional for Armada 3720"Pali Rohár1-2/+0
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche1-4/+4
2021-06-16ata: ahci: Ensure initialised fields are not overwritten in AHCI_SHT()Lee Jones1-2/+5
2021-03-31ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang1-0/+1
2020-10-09ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár1-0/+2
2020-04-07ata: ahci: Add sysfs attribute to show remapped NVMe device countKai-Heng Feng1-0/+1
2019-08-30libata/ahci: Drop PCS quirk for Denverton and beyondDan Williams1-0/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2019-01-11ata: libahci_platform: comply to PHY frameworkMiquel Raynal1-0/+2
2018-09-03ata: ahci_platform: add support for PHY controller regulatorCorentin Labbe1-0/+1
2018-09-03ata: ahci_platform: add support for AHCI controller regulatorCorentin Labbe1-0/+1
2018-08-22ata: libahci_platform: add reset control supportKunihiko Hayashi1-0/+1
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+1
2018-05-11ahci: enable full queue depth of 32Jens Axboe1-1/+1
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang1-0/+7
2018-04-09Revert "ata: ahci-platform: add reset control support"Kunihiko Hayashi1-1/+0
2018-03-26ata: ahci-platform: add reset control supportKunihiko Hayashi1-0/+1
2017-12-11ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede1-0/+3
2017-10-19ahci: Convert timers to use timer_setup()Kees Cook1-0/+1
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger1-0/+2
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger1-0/+1
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski1-0/+3
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig1-19/+5
2016-02-19ahci: Cache host controller versionMika Westerberg1-0/+1
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi1-2/+1
2016-02-11libahci: Implement the capability to override the generic ahci interrupt handler.Suman Tripathi1-0/+2
2016-01-25drivers: ata: wake port before DMA stop for ALPMDanesh Petigara1-0/+1
2015-12-07ahci: compile out msi/msix infrastructureDan Williams1-2/+24
2015-11-16ahci: kill 'intr_status'Dan Williams1-1/+0
2015-11-16ahci: per-port msix supportDan Williams1-0/+2
2015-09-30ata: ahci: find eSATA ports and flag them as removableManuel Lauss1-0/+2
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter1-2/+2
2015-05-10libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi1-0/+2
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita1-0/+4
2015-01-19ata: libahci: Allow using multiple regulatorsGregory CLEMENT1-1/+1
2014-10-06AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI modeAlexander Gordeev1-1/+1
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev1-3/+0
2014-10-06AHCI: Pass SCSI host template as arg to ahci_host_activate()Alexander Gordeev1-1/+2