index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Lines
2024-09-12
ata: pata_ep93xx: remove legacy pinctrl use
Nikita Shubin
-19
/
+6
2024-09-12
ata: pata_ep93xx: add device tree support
Nikita Shubin
-39
/
+43
2024-09-11
ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense data
Niklas Cassel
-3
/
+8
2024-09-07
ata: libata: Fix W=1 compilation warning
Damien Le Moal
-1
/
+1
2024-09-07
ata: libata: Improve CDL resource management
Damien Le Moal
-26
/
+40
2024-09-07
ata: libata: Introduce ata_dev_free_resources
Damien Le Moal
-12
/
+24
2024-09-07
ata: libata: Move sector_buf from struct ata_port to struct ata_device
Damien Le Moal
-42
/
+30
2024-09-07
ata: libata: Rename ata_eh_read_sense_success_ncq_log()
Damien Le Moal
-7
/
+11
2024-09-07
ata: libata: Move sata_std_hardreset() definition to libata-sata.c
Damien Le Moal
-35
/
+36
2024-09-07
ata: libata: Move sata_down_spd_limit() to libata-sata.c
Damien Le Moal
-86
/
+96
2024-09-07
ata: libata: Improve __ata_qc_complete()
Damien Le Moal
-5
/
+7
2024-09-07
ata: libata-scsi: Improve ata_scsi_handle_link_detach()
Damien Le Moal
-2
/
+4
2024-09-07
ata: libata: Cleanup libata-transport
Damien Le Moal
-152
/
+147
2024-09-02
ata: sata_gemini: Enable module autoloading
Liao Chen
-0
/
+1
2024-09-02
ata: pata_ixp4xx: Enable module autoloading
Liao Chen
-0
/
+1
2024-09-02
ata: pata_ftide010: Enable module autoloading
Liao Chen
-0
/
+1
2024-08-29
ata: libata: Add helper ata_eh_decide_disposition()
Niklas Cassel
-10
/
+46
2024-08-28
ata: ahci_brcm: Use devm_platform_ioremap_resource_byname() helper function
Zhang Zekun
-3
/
+1
2024-08-27
ata: libata: Remove obsolete function declarations
Gaosheng Cui
-1
/
+0
2024-08-27
ata: libata: Fix memory leak for error path in ata_host_alloc()
Zheng Qixing
-1
/
+3
2024-08-21
ata: pata_macio: Use WARN instead of BUG
Michael Ellerman
-2
/
+5
2024-08-21
ata: pata_macio: Fix DMA table overflow
Michael Ellerman
-8
/
+15
2024-08-15
ata: ahci_imx: Fix error code in probe()
Dan Carpenter
-0
/
+1
2024-08-15
ata: libahci_platform: Simplify code with for_each_child_of_node_scoped()
Zhang Zekun
-14
/
+5
2024-08-14
Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"
Niklas Cassel
-2
/
+13
2024-08-12
ata: ahci_imx: Correct the email address
Richard Zhu
-1
/
+1
2024-08-12
ata: ahci_imx: Enlarge RX water mark for i.MX8QM SATA
Richard Zhu
-0
/
+10
2024-08-12
ata: ahci_imx: AHB clock rate setting is not required on i.MX8QM AHCI SATA
Richard Zhu
-13
/
+15
2024-08-12
ata: ahci_imx: Clean up code by using i.MX8Q HSIO PHY driver
Richard Zhu
-285
/
+80
2024-08-02
ata: libata: Print device quirks only once
Damien Le Moal
-1
/
+7
2024-08-02
ata: libata: Remove ata_noop_qc_prep()
Damien Le Moal
-18
/
+7
2024-07-30
ata: pata_hpt37x: Rename hpt_dma_blacklisted()
Damien Le Moal
-5
/
+5
2024-07-30
ata: pata_hpt366: Rename hpt_dma_blacklisted()
Damien Le Moal
-5
/
+5
2024-07-30
ata: pata_cs5520: Rephrase file header comment
Damien Le Moal
-3
/
+3
2024-07-30
ata: ata_piix: Remove useless comment in piix_init_sidpr()
Damien Le Moal
-1
/
+0
2024-07-30
ata: sata_sil: Rename sil_blacklist to sil_quirks
Damien Le Moal
-6
/
+6
2024-07-30
ata: ahci: Rephrase comment to not use the term blacklist
Damien Le Moal
-1
/
+1
2024-07-30
ata: pata_serverworks: Do not use the term blacklist
Damien Le Moal
-7
/
+9
2024-07-30
ata: libata: Print quirks applied to devices
Damien Le Moal
-5
/
+71
2024-07-30
ata: libata: Use QUIRK instead of HORKAGE
Damien Le Moal
-262
/
+261
2024-07-29
ata: libata: Rename ata_dma_blacklisted()
Damien Le Moal
-8
/
+9
2024-07-29
ata: libata: Change ata_dev_knobble() to return a bool
Damien Le Moal
-2
/
+2
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+0
2024-07-17
Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
-184
/
+151
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
-4
/
+3
2024-07-04
ata: ahci: Add debug print for external port
Niklas Cassel
-1
/
+3
2024-07-04
ata,scsi: Remove wrapper ata_sas_port_alloc()
Niklas Cassel
-36
/
+1
2024-07-04
ata: libata-core: Reuse available ata_port print_ids
Niklas Cassel
-2
/
+9
2024-07-04
ata: libata: Assign print_id at port allocation time
Niklas Cassel
-7
/
+1
2024-07-04
ata: libata-core: Remove local_port_no struct member
Niklas Cassel
-5
/
+3
[prev]
[next]