summaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ata: pata_ftide010: Enable module autoloadingLiao Chen2024-09-021-0/+1
| * | ata: libata: Add helper ata_eh_decide_disposition()Niklas Cassel2024-08-293-10/+46
| * | ata: ahci_brcm: Use devm_platform_ioremap_resource_byname() helper functionZhang Zekun2024-08-281-3/+1
| * | ata: libata: Remove obsolete function declarationsGaosheng Cui2024-08-271-1/+0
| * | ata: ahci_imx: Fix error code in probe()Dan Carpenter2024-08-151-0/+1
| * | ata: libahci_platform: Simplify code with for_each_child_of_node_scoped()Zhang Zekun2024-08-151-14/+5
| * | ata: ahci_imx: Correct the email addressRichard Zhu2024-08-121-1/+1
| * | ata: ahci_imx: Enlarge RX water mark for i.MX8QM SATARichard Zhu2024-08-121-0/+10
| * | ata: ahci_imx: AHB clock rate setting is not required on i.MX8QM AHCI SATARichard Zhu2024-08-121-13/+15
| * | ata: ahci_imx: Clean up code by using i.MX8Q HSIO PHY driverRichard Zhu2024-08-121-285/+80
| * | ata: libata: Print device quirks only onceDamien Le Moal2024-08-021-1/+7
| * | ata: libata: Remove ata_noop_qc_prep()Damien Le Moal2024-08-026-18/+7
| * | ata: pata_hpt37x: Rename hpt_dma_blacklisted()Damien Le Moal2024-07-301-5/+5
| * | ata: pata_hpt366: Rename hpt_dma_blacklisted()Damien Le Moal2024-07-301-5/+5
| * | ata: pata_cs5520: Rephrase file header commentDamien Le Moal2024-07-301-3/+3
| * | ata: ata_piix: Remove useless comment in piix_init_sidpr()Damien Le Moal2024-07-301-1/+0
| * | ata: sata_sil: Rename sil_blacklist to sil_quirksDamien Le Moal2024-07-301-6/+6
| * | ata: ahci: Rephrase comment to not use the term blacklistDamien Le Moal2024-07-301-1/+1
| * | ata: pata_serverworks: Do not use the term blacklistDamien Le Moal2024-07-301-7/+9
| * | ata: libata: Print quirks applied to devicesDamien Le Moal2024-07-301-5/+71
| * | ata: libata: Use QUIRK instead of HORKAGEDamien Le Moal2024-07-307-262/+261
| * | ata: libata: Rename ata_dma_blacklisted()Damien Le Moal2024-07-291-8/+9
| * | ata: libata: Change ata_dev_knobble() to return a boolDamien Le Moal2024-07-291-2/+2
* | | ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing2024-08-261-1/+3
* | | ata: pata_macio: Use WARN instead of BUGMichael Ellerman2024-08-211-2/+5
* | | ata: pata_macio: Fix DMA table overflowMichael Ellerman2024-08-211-8/+15
| |/ |/|
* | Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"Niklas Cassel2024-08-141-2/+13
|/
* Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-201-1/+0
|\
| * parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-031-1/+0
* | Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-07-179-184/+151
|\ \
| * | ata: ahci: Add debug print for external portNiklas Cassel2024-07-041-1/+3
| * | ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel2024-07-043-36/+1
| * | ata: libata-core: Reuse available ata_port print_idsNiklas Cassel2024-07-041-2/+9
| * | ata: libata: Assign print_id at port allocation timeNiklas Cassel2024-07-043-7/+1
| * | ata: libata-core: Remove local_port_no struct memberNiklas Cassel2024-07-042-5/+3
| * | ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc()Niklas Cassel2024-07-041-1/+0
| * | ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel2024-07-041-17/+5
| * | ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel2024-07-043-15/+2
| * | Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11Niklas Cassel2024-07-044-26/+56
| |\|
| * | ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv2024-07-031-0/+21
| * | ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2024-07-032-10/+10
| * | ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error()Igor Pylypiv2024-07-031-5/+4
| * | ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv2024-07-031-5/+0
| * | ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv2024-07-031-5/+2
| * | ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv2024-07-031-77/+92
| * | ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv2024-07-031-13/+13
| * | ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med_power_with_dipmMario Limonciello2024-05-271-1/+1
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-152-4/+3
|\ \ \ | |_|/ |/| |
| * | block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-262-4/+3
* | | ata: ahci: Clean up sysfs file on errorNiklas Cassel2024-06-301-5/+12