summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: print the number of implemented portsNiklas Cassel2024-02-211-4/+10
* ata: ahci: move marking of external port earlierNiklas Cassel2024-02-091-7/+0
* ata: ahci: print the lpm policy on bootNiklas Cassel2023-10-031-1/+1
* ata: libahci: clear pending interrupt statusSzuying Chen2023-09-151-12/+23
* ata: libahci: fix parameter type of ahci_exec_polled_cmd()Sergey Shtylyov2023-08-021-2/+3
* ata: fix debounce timings typeSergey Shtylyov2023-08-021-1/+1
* ata: ahci: Cleanup ahci_reset_controller()Damien Le Moal2023-06-141-31/+30
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-2/+2
* ata: libata: respect successfully completed commands during errorsNiklas Cassel2023-01-041-31/+42
* ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel2023-01-041-3/+87
* ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2023-01-041-4/+2
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-2/+2
* ata: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-181-3/+3
* ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel2022-10-171-0/+14
* ata: ahci: Introduce firmware-specific caps initializationSerge Semin2022-09-171-8/+43
* ata: libahci: Don't read AHCI version twice in the save-config methodSerge Semin2022-09-171-1/+1
* ata: libahci: Discard redundant force_port_map parameterSerge Semin2022-09-171-4/+6
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-2/+2
* ata: ahci: Drop pointless VPRINTK() calls and convert the remaining onesHannes Reinecke2022-01-051-14/+4
* ata: libata: add reset tracepointsHannes Reinecke2022-01-041-10/+0
* ata: libata: Add ata_port_classify() helperHannes Reinecke2022-01-041-1/+1
* ata: libata: remove pointless debugging messagesHannes Reinecke2022-01-041-3/+0
* ata: libahci: Adjust behavior when StorageD3Enable _DSD is setMario Limonciello2021-11-181-0/+15
* libata: libahci: declare ahci_shost_attr_group as staticDamien Le Moal2021-11-121-1/+1
* scsi: ata: Switch to attribute groupsBart Van Assche2021-10-161-17/+35
* libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-181-0/+1
* ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang2021-03-311-0/+5
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-2/+4
* ahci: Do not export local variable ahci_em_messagesAndy Shevchenko2019-08-301-1/+0
* ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1
* ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq ...John Garry2019-02-281-1/+2
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-9/+18
|\
| * ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada2018-07-301-8/+10
| * ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada2018-07-301-0/+2
| * ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-301-1/+4
| * ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris2018-06-181-0/+2
* | libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry2018-06-181-2/+5
|/
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-051-4/+4
|\
| * libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-4/+4
* | libahci: Allow drivers to override stop_engineEvan Wang2018-04-261-8/+12
|/
* ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese2018-02-121-0/+10
* ahci: Convert timers to use timer_setup()Kees Cook2017-10-191-5/+6
* libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger2017-06-221-1/+2
* libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger2017-06-221-0/+5
* libahci: wrong comments in ahci_do_softreset()Minwoo Im2017-06-121-2/+2
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski2017-01-311-5/+13
* ata: ATA Command Priority Disabled By DefaultAdam Manzanares2016-10-191-0/+1
* ahci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-061-3/+8