summaryrefslogtreecommitdiff
path: root/drivers/ata/libahci.c
AgeCommit message (Expand)Author
2023-10-03ata: ahci: print the lpm policy on bootNiklas Cassel
2023-09-15ata: libahci: clear pending interrupt statusSzuying Chen
2023-08-02ata: libahci: fix parameter type of ahci_exec_polled_cmd()Sergey Shtylyov
2023-08-02ata: fix debounce timings typeSergey Shtylyov
2023-06-14ata: ahci: Cleanup ahci_reset_controller()Damien Le Moal
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche
2023-01-04ata: libata: respect successfully completed commands during errorsNiklas Cassel
2023-01-04ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel
2022-10-17ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel
2022-09-17ata: ahci: Introduce firmware-specific caps initializationSerge Semin
2022-09-17ata: libahci: Don't read AHCI version twice in the save-config methodSerge Semin
2022-09-17ata: libahci: Discard redundant force_port_map parameterSerge Semin
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov
2022-01-05ata: ahci: Drop pointless VPRINTK() calls and convert the remaining onesHannes Reinecke
2022-01-04ata: libata: add reset tracepointsHannes Reinecke
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke
2021-11-18ata: libahci: Adjust behavior when StorageD3Enable _DSD is setMario Limonciello
2021-11-12libata: libahci: declare ahci_shost_attr_group as staticDamien Le Moal
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche
2021-08-18libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal
2021-03-31ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby
2019-08-30ahci: Do not export local variable ahci_em_messagesAndy Shevchenko
2019-06-29ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2019-02-28ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq ...John Garry
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2018-07-30ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada
2018-07-30ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada
2018-07-30ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada
2018-06-18libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry
2018-06-18ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang
2018-02-12ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese
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-06-12libahci: wrong comments in ahci_do_softreset()Minwoo Im
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-09-06Merge branch 'master' into for-4.9Tejun Heo
2016-08-11ahci: disable correct irq for dummy portsChristoph Hellwig