summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.h
AgeCommit message (Expand)Author
2024-01-25ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche
2022-12-13Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2022-12-06ata: ahci: fix enum constants for gcc-13Arnd Bergmann
2022-10-17ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTSKai-Heng Feng
2022-09-17ata: ahci: Introduce firmware-specific caps initializationSerge Semin
2022-09-17ata: ahci: Convert __ahci_port_base to accepting hpriv as argumentsSerge Semin
2022-09-17ata: libahci: Discard redundant force_port_map parameterSerge Semin
2022-09-17ata: libahci: Extend port-cmd flags set with port capabilitiesSerge Semin
2022-09-17ata: libahci_platform: Introduce reset assertion/deassertion methodsSerge Semin
2022-09-17ata: libahci_platform: Convert to using devm bulk clocks APISerge Semin
2022-04-06ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item backMario Limonciello
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-01ata: ahci: Rename CONFIG_SATA_LPM_MOBILE_POLICY configuration itemMario Limonciello
2022-03-01ata: ahci: Rename `AHCI_HFLAG_IS_MOBILE`Mario Limonciello
2022-02-25Revert "ata: ahci: mvebu: Make SATA PHY optional for Armada 3720"Pali Rohár
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche
2021-06-16ata: ahci: Ensure initialised fields are not overwritten in AHCI_SHT()Lee Jones
2021-03-31ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang
2020-10-09ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár
2020-04-07ata: ahci: Add sysfs attribute to show remapped NVMe device countKai-Heng Feng
2019-08-30libata/ahci: Drop PCS quirk for Denverton and beyondDan Williams
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas 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-22ata: libahci_platform: add reset control supportKunihiko Hayashi
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2018-05-11ahci: enable full queue depth of 32Jens Axboe
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang
2018-04-09Revert "ata: ahci-platform: add reset control support"Kunihiko Hayashi
2018-03-26ata: ahci-platform: add reset control supportKunihiko Hayashi
2017-12-11ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede
2017-10-19ahci: Convert timers to use timer_setup()Kees Cook
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-02-19ahci: Cache host controller versionMika Westerberg
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi
2016-02-11libahci: Implement the capability to override the generic ahci interrupt hand...Suman Tripathi
2016-01-25drivers: ata: wake port before DMA stop for ALPMDanesh Petigara
2015-12-07ahci: compile out msi/msix infrastructureDan Williams
2015-11-16ahci: kill 'intr_status'Dan Williams
2015-11-16ahci: per-port msix supportDan Williams
2015-09-30ata: ahci: find eSATA ports and flag them as removableManuel Lauss
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter
2015-05-10libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita