summaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ata-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds11 days40-259/+357
|\
| * ata: libata-scsi: Return residual for emulated SCSI commandsDamien Le Moal2024-10-251-34/+47
| * ata: libata-scsi: Remove struct ata_scsi_argsDamien Le Moal2024-10-251-114/+127
| * ata: libata-scsi: Document all VPD page inquiry actorsDamien Le Moal2024-10-251-0/+54
| * ata: libata-scsi: Refactor ata_scsiop_maint_in()Damien Le Moal2024-10-251-9/+11
| * ata: libata-scsi: Refactor ata_scsiop_read_cap()Damien Le Moal2024-10-251-41/+46
| * ata: libata-scsi: Refactor ata_scsi_simulate()Damien Le Moal2024-10-251-43/+63
| * ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24()Andy Shevchenko2024-10-171-11/+2
| * ata: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-1733-41/+41
| * ata: Fix typos in the commentYan Zhen2024-10-018-9/+9
* | ata: libata: Set DID_TIME_OUT for commands that actually timed outNiklas Cassel2024-10-241-0/+1
* | ata: libata: avoid superfluous disk spin down + spin up during hibernationNiklas Cassel2024-10-091-4/+14
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
|/
* Merge tag 'ata-6.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-271-2/+7
|\
| * ata: libata-scsi: Fix ata_msense_control() CDL page reportingDamien Le Moal2024-09-241-1/+1
| * ata: libata-scsi: Fix ata_msense_control_spgt2()Damien Le Moal2024-09-241-1/+6
* | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-58/+49
|\ \
| * | ata: pata_ep93xx: remove legacy pinctrl useNikita Shubin2024-09-121-19/+6
| * | ata: pata_ep93xx: add device tree supportNikita Shubin2024-09-121-39/+43
* | | Merge tag 'ata-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-09-1927-1015/+945
|\ \ \ | | |/ | |/|
| * | ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense dataNiklas Cassel2024-09-112-3/+8
| * | ata: libata: Fix W=1 compilation warningDamien Le Moal2024-09-071-1/+1
| * | ata: libata: Improve CDL resource managementDamien Le Moal2024-09-074-26/+40
| * | ata: libata: Introduce ata_dev_free_resourcesDamien Le Moal2024-09-074-12/+24
| * | ata: libata: Move sector_buf from struct ata_port to struct ata_deviceDamien Le Moal2024-09-075-42/+30
| * | ata: libata: Rename ata_eh_read_sense_success_ncq_log()Damien Le Moal2024-09-073-7/+11
| * | ata: libata: Move sata_std_hardreset() definition to libata-sata.cDamien Le Moal2024-09-072-35/+36
| * | ata: libata: Move sata_down_spd_limit() to libata-sata.cDamien Le Moal2024-09-073-86/+96
| * | ata: libata: Improve __ata_qc_complete()Damien Le Moal2024-09-071-5/+7
| * | ata: libata-scsi: Improve ata_scsi_handle_link_detach()Damien Le Moal2024-09-071-2/+4
| * | ata: libata: Cleanup libata-transportDamien Le Moal2024-09-071-152/+147
| * | ata: sata_gemini: Enable module autoloadingLiao Chen2024-09-021-0/+1
| * | ata: pata_ixp4xx: Enable module autoloadingLiao Chen2024-09-021-0/+1
| * | 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