summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-820/+0
2023-02-14ata: pata_octeon_cf: drop kernel-doc notationRandy Dunlap1-8/+8
2023-02-14ata: ahci: Add Tiger Lake UP{3,4} AHCI controllerSimon Gaiser1-0/+1
2023-02-14ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LHPatrick McLean1-0/+3
2023-02-02ata: libata: Fix sata_down_spd_limit() when no link speed is reportedDamien Le Moal1-1/+1
2023-01-20ata: remove palmld pata driverArnd Bergmann3-147/+0
2023-01-16pata: remove samsung_cf driverArnd Bergmann3-673/+0
2023-01-14ata: pata_cs5535: Don't build on UMLPeter Foley1-0/+1
2022-12-27ata: ahci: Fix PCS quirk application for suspendAdam Vodopjan1-9/+23
2022-12-13Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds21-622/+241
2022-12-07ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell1-1/+1
2022-12-06ata: ahci: fix enum constants for gcc-13Arnd Bergmann1-122/+123
2022-11-19ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel2-0/+28
2022-11-14ata: ahci: Remove linux/msi.h includeThomas Gleixner1-1/+0
2022-11-12ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQChristophe Leroy1-6/+2
2022-11-12ata: pata_ep93xx: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-11-12ata: libata-core: do not issue non-internal commands once EH is pendingNiklas Cassel1-0/+10
2022-11-11ata: libata-transport: fix error handling in ata_tdev_add()Yang Yingliang1-1/+7
2022-11-11ata: libata-transport: fix error handling in ata_tlink_add()Yang Yingliang1-1/+4
2022-11-11ata: libata-transport: fix error handling in ata_tport_add()Yang Yingliang1-1/+4
2022-11-11ata: libata-transport: fix double ata_host_put() in ata_tport_add()Yang Yingliang1-1/+0
2022-11-11ata: libata-sff: kill unused ata_sff_busy_sleep()Sergey Shtylyov1-56/+0
2022-11-08ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failureShin'ichiro Kawasaki1-0/+3
2022-10-31ata: palmld: fix return value check in palmld_pata_probe()Yang Yingliang1-2/+2
2022-10-31ata: pata_legacy: fix pdc20230_set_piomode()Sergey Shtylyov1-2/+3
2022-10-27ata: sata_dwc_460ex: remove variable num_processedColin Ian King1-3/+1
2022-10-21ata: remove palmchip pata_bk3710 driverArnd Bergmann3-391/+0
2022-10-19ata: libata-core: do not retry reading the log on timeoutNiklas Cassel1-1/+2
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel9-23/+22
2022-10-18ata: pata_ftide010: Remove build dependency on OFDamien Le Moal2-2/+1
2022-10-18ata: sata_gemini: Remove dependency on OF for compile testsDamien Le Moal2-2/+2
2022-10-18ata: ahci_qoriq: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: ahci_imx: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: ahci_xgene: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: ahci_brcm: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: sata_rcar: Fix compilation warningDamien Le Moal1-1/+1
2022-10-17ata: ahci_st: Fix compilation warningDamien Le Moal1-1/+1
2022-10-17ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTSKai-Heng Feng1-1/+1
2022-10-17ata: ahci-imx: Fix MODULE_ALIASAlexander Stein1-1/+1
2022-10-17ata: pata_mpc52xx: Replace NO_IRQ with 0Christophe Leroy1-1/+1
2022-10-17ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel1-0/+14
2022-10-17ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel2-4/+2
2022-10-17ata: libata: only set sense valid flag if sense data is validNiklas Cassel4-6/+28
2022-10-17ata: libata: clarify when ata_eh_request_sense() will be calledNiklas Cassel1-1/+8
2022-10-17ata: libata: fix NCQ autosense logicNiklas Cassel1-3/+8
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds19-183/+827
2022-10-04Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+10
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-12/+12
2022-09-28ata: libata-scsi: Fix initialization of device queue depthDamien Le Moal1-6/+4
2022-09-27libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel1-0/+4