summaryrefslogtreecommitdiff
path: root/drivers/ata/libahci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21ahci: print the number of implemented portsNiklas Cassel1-4/+10
2024-02-09ata: ahci: move marking of external port earlierNiklas Cassel1-7/+0
2023-10-03ata: ahci: print the lpm policy on bootNiklas Cassel1-1/+1
2023-09-15ata: libahci: clear pending interrupt statusSzuying Chen1-12/+23
2023-08-02ata: libahci: fix parameter type of ahci_exec_polled_cmd()Sergey Shtylyov1-2/+3
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-1/+1
2023-06-14ata: ahci: Cleanup ahci_reset_controller()Damien Le Moal1-31/+30
2023-03-25scsi: ata: Declare SCSI host templates constBart Van Assche1-2/+2
2023-01-04ata: libata: respect successfully completed commands during errorsNiklas Cassel1-31/+42
2023-01-04ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel1-3/+87
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-4/+2
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-2/+2
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel1-3/+3
2022-10-17ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel1-0/+14
2022-09-16ata: ahci: Introduce firmware-specific caps initializationSerge Semin1-8/+43
2022-09-16ata: libahci: Don't read AHCI version twice in the save-config methodSerge Semin1-1/+1
2022-09-16ata: libahci: Discard redundant force_port_map parameterSerge Semin1-4/+6
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-2/+2
2022-01-05ata: ahci: Drop pointless VPRINTK() calls and convert the remaining onesHannes Reinecke1-14/+4
2022-01-04ata: libata: add reset tracepointsHannes Reinecke1-10/+0
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke1-1/+1
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke1-3/+0
2021-11-18ata: libahci: Adjust behavior when StorageD3Enable _DSD is setMario Limonciello1-0/+15
2021-11-12libata: libahci: declare ahci_shost_attr_group as staticDamien Le Moal1-1/+1
2021-10-17scsi: ata: Switch to attribute groupsBart Van Assche1-17/+35
2021-08-18libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal1-0/+1
2021-03-31ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang1-0/+5
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-2/+4
2019-08-30ahci: Do not export local variable ahci_em_messagesAndy Shevchenko1-1/+0
2019-06-29ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2019-03-01ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq ...John Garry1-1/+2
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-9/+18
2018-07-30ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada1-8/+10
2018-07-30ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada1-0/+2
2018-07-30ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada1-1/+4
2018-06-18libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry1-2/+5
2018-06-18ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris1-0/+2
2018-06-06Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-4/+4
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe1-4/+4
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang1-8/+12
2018-02-12ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese1-0/+10
2017-10-20ahci: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger1-1/+2
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger1-0/+5
2017-06-12libahci: wrong comments in ahci_do_softreset()Minwoo Im1-2/+2
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski1-5/+13
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares1-0/+1
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig1-3/+8