summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2024-09-02ata: sata_gemini: Enable module autoloadingLiao Chen1-0/+1
2024-09-02ata: pata_ixp4xx: Enable module autoloadingLiao Chen1-0/+1
2024-09-02ata: pata_ftide010: Enable module autoloadingLiao Chen1-0/+1
2024-08-29ata: libata: Add helper ata_eh_decide_disposition()Niklas Cassel3-10/+46
2024-08-28ata: ahci_brcm: Use devm_platform_ioremap_resource_byname() helper functionZhang Zekun1-3/+1
2024-08-27ata: libata: Remove obsolete function declarationsGaosheng Cui1-1/+0
2024-08-27ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing1-1/+3
2024-08-21ata: pata_macio: Use WARN instead of BUGMichael Ellerman1-2/+5
2024-08-21ata: pata_macio: Fix DMA table overflowMichael Ellerman1-8/+15
2024-08-15ata: ahci_imx: Fix error code in probe()Dan Carpenter1-0/+1
2024-08-15ata: libahci_platform: Simplify code with for_each_child_of_node_scoped()Zhang Zekun1-14/+5
2024-08-14Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"Niklas Cassel1-2/+13
2024-08-12ata: ahci_imx: Correct the email addressRichard Zhu1-1/+1
2024-08-12ata: ahci_imx: Enlarge RX water mark for i.MX8QM SATARichard Zhu1-0/+10
2024-08-12ata: ahci_imx: AHB clock rate setting is not required on i.MX8QM AHCI SATARichard Zhu1-13/+15
2024-08-12ata: ahci_imx: Clean up code by using i.MX8Q HSIO PHY driverRichard Zhu1-285/+80
2024-08-02ata: libata: Print device quirks only onceDamien Le Moal1-1/+7
2024-08-02ata: libata: Remove ata_noop_qc_prep()Damien Le Moal6-18/+7
2024-07-30ata: pata_hpt37x: Rename hpt_dma_blacklisted()Damien Le Moal1-5/+5
2024-07-30ata: pata_hpt366: Rename hpt_dma_blacklisted()Damien Le Moal1-5/+5
2024-07-30ata: pata_cs5520: Rephrase file header commentDamien Le Moal1-3/+3
2024-07-30ata: ata_piix: Remove useless comment in piix_init_sidpr()Damien Le Moal1-1/+0
2024-07-30ata: sata_sil: Rename sil_blacklist to sil_quirksDamien Le Moal1-6/+6
2024-07-30ata: ahci: Rephrase comment to not use the term blacklistDamien Le Moal1-1/+1
2024-07-30ata: pata_serverworks: Do not use the term blacklistDamien Le Moal1-7/+9
2024-07-30ata: libata: Print quirks applied to devicesDamien Le Moal1-5/+71
2024-07-30ata: libata: Use QUIRK instead of HORKAGEDamien Le Moal7-262/+261
2024-07-29ata: libata: Rename ata_dma_blacklisted()Damien Le Moal1-8/+9
2024-07-29ata: libata: Change ata_dev_knobble() to return a boolDamien Le Moal1-2/+2
2024-07-20Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-07-17Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds9-184/+151
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2-4/+3
2024-07-04ata: ahci: Add debug print for external portNiklas Cassel1-1/+3
2024-07-04ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel3-36/+1
2024-07-04ata: libata-core: Reuse available ata_port print_idsNiklas Cassel1-2/+9
2024-07-04ata: libata: Assign print_id at port allocation timeNiklas Cassel3-7/+1
2024-07-04ata: libata-core: Remove local_port_no struct memberNiklas Cassel2-5/+3
2024-07-04ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc()Niklas Cassel1-1/+0
2024-07-04ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel1-17/+5
2024-07-04ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel3-15/+2
2024-07-04Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11Niklas Cassel4-26/+56
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert1-1/+0
2024-07-03ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv1-0/+21
2024-07-03ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2-10/+10
2024-07-03ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error()Igor Pylypiv1-5/+4
2024-07-03ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv1-5/+0
2024-07-03ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv1-5/+2
2024-07-03ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv1-77/+92
2024-07-03ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv1-13/+13
2024-06-30ata: ahci: Clean up sysfs file on errorNiklas Cassel1-5/+12