summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: Fix PCS quirk application for suspendAdam Vodopjan2022-12-271-9/+23
* Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-12-1321-622/+241
|\
| * ata: ahci: fix enum constants for gcc-13Arnd Bergmann2022-12-061-122/+123
| * ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel2022-11-192-0/+28
| * ata: ahci: Remove linux/msi.h includeThomas Gleixner2022-11-141-1/+0
| * ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQChristophe Leroy2022-11-121-6/+2
| * ata: pata_ep93xx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
| * ata: libata-sff: kill unused ata_sff_busy_sleep()Sergey Shtylyov2022-11-111-56/+0
| * ata: sata_dwc_460ex: remove variable num_processedColin Ian King2022-10-271-3/+1
| * ata: remove palmchip pata_bk3710 driverArnd Bergmann2022-10-213-391/+0
| * ata: libata-core: do not retry reading the log on timeoutNiklas Cassel2022-10-191-1/+2
| * ata: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-189-23/+22
| * ata: pata_ftide010: Remove build dependency on OFDamien Le Moal2022-10-182-2/+1
| * ata: sata_gemini: Remove dependency on OF for compile testsDamien Le Moal2022-10-182-2/+2
| * ata: pata_mpc52xx: Replace NO_IRQ with 0Christophe Leroy2022-10-171-1/+1
| * ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel2022-10-171-0/+14
| * ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel2022-10-172-4/+2
| * ata: libata: only set sense valid flag if sense data is validNiklas Cassel2022-10-174-6/+28
| * ata: libata: clarify when ata_eh_request_sense() will be calledNiklas Cassel2022-10-171-1/+8
| * ata: libata: fix NCQ autosense logicNiklas Cassel2022-10-171-3/+8
* | ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell2022-12-071-1/+1
* | ata: libata-core: do not issue non-internal commands once EH is pendingNiklas Cassel2022-11-121-0/+10
* | ata: libata-transport: fix error handling in ata_tdev_add()Yang Yingliang2022-11-111-1/+7
* | ata: libata-transport: fix error handling in ata_tlink_add()Yang Yingliang2022-11-111-1/+4
* | ata: libata-transport: fix error handling in ata_tport_add()Yang Yingliang2022-11-111-1/+4
* | ata: libata-transport: fix double ata_host_put() in ata_tport_add()Yang Yingliang2022-11-111-1/+0
* | ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failureShin'ichiro Kawasaki2022-11-081-0/+3
* | ata: palmld: fix return value check in palmld_pata_probe()Yang Yingliang2022-10-311-2/+2
* | ata: pata_legacy: fix pdc20230_set_piomode()Sergey Shtylyov2022-10-311-2/+3
* | ata: ahci_qoriq: Fix compilation warningDamien Le Moal2022-10-181-1/+1
* | ata: ahci_imx: Fix compilation warningDamien Le Moal2022-10-181-1/+1
* | ata: ahci_xgene: Fix compilation warningDamien Le Moal2022-10-181-1/+1
* | ata: ahci_brcm: Fix compilation warningDamien Le Moal2022-10-181-1/+1
* | ata: sata_rcar: Fix compilation warningDamien Le Moal2022-10-181-1/+1
* | ata: ahci_st: Fix compilation warningDamien Le Moal2022-10-171-1/+1
* | ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTSKai-Heng Feng2022-10-171-1/+1
* | ata: ahci-imx: Fix MODULE_ALIASAlexander Stein2022-10-171-1/+1
|/
* Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-10-0719-183/+827
|\
| * ata: libata-eh: avoid needless hard reset when revalidating linkNiklas Cassel2022-09-241-0/+19
| * ata: libata: drop superfluous ata_eh_analyze_tf() parameterNiklas Cassel2022-09-211-4/+3
| * ata: libata: drop superfluous ata_eh_request_sense() parameterNiklas Cassel2022-09-211-4/+3
| * ata: libata-eh: Remove the unneeded result variableye xingchen2022-09-211-4/+1
| * ata: ahci_st: Enable compile testDamien Le Moal2022-09-201-1/+1
| * ata: ahci_st: Fix compilation warningDamien Le Moal2022-09-201-1/+0
| * ata: ahci-dwc: Add Baikal-T1 AHCI SATA interface supportSerge Semin2022-09-172-0/+56
| * ata: ahci-dwc: Add platform-specific quirks supportSerge Semin2022-09-171-4/+48
| * ata: ahci: Add DWC AHCI SATA controller supportSerge Semin2022-09-174-2/+404
| * ata: libahci_platform: Add function returning a clock-handle by idSerge Semin2022-09-171-0/+24
| * ata: ahci: Introduce firmware-specific caps initializationSerge Semin2022-09-173-11/+81
| * ata: ahci: Convert __ahci_port_base to accepting hpriv as argumentsSerge Semin2022-09-172-4/+5