Age | Commit message (Expand) | Author | Files | Lines |
2022-12-13 | Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 21 | -622/+241 |
2022-12-07 | ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointer | Anders Roxell | 1 | -1/+1 |
2022-12-06 | ata: ahci: fix enum constants for gcc-13 | Arnd Bergmann | 1 | -122/+123 |
2022-11-19 | ata: libata: fix commands incorrectly not getting retried during NCQ error | Niklas Cassel | 2 | -0/+28 |
2022-11-14 | ata: ahci: Remove linux/msi.h include | Thomas Gleixner | 1 | -1/+0 |
2022-11-12 | ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ | Christophe Leroy | 1 | -6/+2 |
2022-11-12 | ata: pata_ep93xx: use devm_platform_get_and_ioremap_resource() | Minghao Chi | 1 | -2/+1 |
2022-11-12 | ata: libata-core: do not issue non-internal commands once EH is pending | Niklas Cassel | 1 | -0/+10 |
2022-11-11 | ata: libata-transport: fix error handling in ata_tdev_add() | Yang Yingliang | 1 | -1/+7 |
2022-11-11 | ata: libata-transport: fix error handling in ata_tlink_add() | Yang Yingliang | 1 | -1/+4 |
2022-11-11 | ata: libata-transport: fix error handling in ata_tport_add() | Yang Yingliang | 1 | -1/+4 |
2022-11-11 | ata: libata-transport: fix double ata_host_put() in ata_tport_add() | Yang Yingliang | 1 | -1/+0 |
2022-11-11 | ata: libata-sff: kill unused ata_sff_busy_sleep() | Sergey Shtylyov | 1 | -56/+0 |
2022-11-08 | ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure | Shin'ichiro Kawasaki | 1 | -0/+3 |
2022-10-31 | ata: palmld: fix return value check in palmld_pata_probe() | Yang Yingliang | 1 | -2/+2 |
2022-10-31 | ata: pata_legacy: fix pdc20230_set_piomode() | Sergey Shtylyov | 1 | -2/+3 |
2022-10-27 | ata: sata_dwc_460ex: remove variable num_processed | Colin Ian King | 1 | -3/+1 |
2022-10-21 | ata: remove palmchip pata_bk3710 driver | Arnd Bergmann | 3 | -391/+0 |
2022-10-19 | ata: libata-core: do not retry reading the log on timeout | Niklas Cassel | 1 | -1/+2 |
2022-10-18 | ata: make use of ata_port_is_frozen() helper | Niklas Cassel | 9 | -23/+22 |
2022-10-18 | ata: pata_ftide010: Remove build dependency on OF | Damien Le Moal | 2 | -2/+1 |
2022-10-18 | ata: sata_gemini: Remove dependency on OF for compile tests | Damien Le Moal | 2 | -2/+2 |
2022-10-18 | ata: ahci_qoriq: Fix compilation warning | Damien Le Moal | 1 | -1/+1 |
2022-10-18 | ata: ahci_imx: Fix compilation warning | Damien Le Moal | 1 | -1/+1 |
2022-10-18 | ata: ahci_xgene: Fix compilation warning | Damien Le Moal | 1 | -1/+1 |
2022-10-18 | ata: ahci_brcm: Fix compilation warning | Damien Le Moal | 1 | -1/+1 |
2022-10-18 | ata: sata_rcar: Fix compilation warning | Damien Le Moal | 1 | -1/+1 |
2022-10-17 | ata: ahci_st: Fix compilation warning | Damien Le Moal | 1 | -1/+1 |
2022-10-17 | ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS | Kai-Heng Feng | 1 | -1/+1 |
2022-10-17 | ata: ahci-imx: Fix MODULE_ALIAS | Alexander Stein | 1 | -1/+1 |
2022-10-17 | ata: pata_mpc52xx: Replace NO_IRQ with 0 | Christophe Leroy | 1 | -1/+1 |
2022-10-17 | ata: libahci: read correct status and error field for NCQ commands | Niklas Cassel | 1 | -0/+14 |
2022-10-17 | ata: libata: fetch sense data for ATA devices supporting sense reporting | Niklas Cassel | 2 | -4/+2 |
2022-10-17 | ata: libata: only set sense valid flag if sense data is valid | Niklas Cassel | 4 | -6/+28 |
2022-10-17 | ata: libata: clarify when ata_eh_request_sense() will be called | Niklas Cassel | 1 | -1/+8 |
2022-10-17 | ata: libata: fix NCQ autosense logic | Niklas Cassel | 1 | -3/+8 |
2022-10-07 | Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 19 | -183/+827 |
2022-10-04 | Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+10 |
2022-09-28 | ata: libata-sata: Fix device queue depth control | Damien Le Moal | 1 | -12/+12 |
2022-09-28 | ata: libata-scsi: Fix initialization of device queue depth | Damien Le Moal | 1 | -6/+4 |
2022-09-27 | libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205 | Niklas Cassel | 1 | -0/+4 |
2022-09-24 | ata: libata-eh: avoid needless hard reset when revalidating link | Niklas Cassel | 1 | -0/+19 |
2022-09-21 | ata: libata: drop superfluous ata_eh_analyze_tf() parameter | Niklas Cassel | 1 | -4/+3 |
2022-09-21 | ata: libata: drop superfluous ata_eh_request_sense() parameter | Niklas Cassel | 1 | -4/+3 |
2022-09-21 | ata: libata-eh: Remove the unneeded result variable | ye xingchen | 1 | -4/+1 |
2022-09-20 | ata: ahci_st: Enable compile test | Damien Le Moal | 1 | -1/+1 |
2022-09-20 | ata: ahci_st: Fix compilation warning | Damien Le Moal | 1 | -1/+0 |
2022-09-16 | ata: ahci-dwc: Add Baikal-T1 AHCI SATA interface support | Serge Semin | 2 | -0/+56 |
2022-09-16 | ata: ahci-dwc: Add platform-specific quirks support | Serge Semin | 1 | -4/+48 |
2022-09-16 | ata: ahci: Add DWC AHCI SATA controller support | Serge Semin | 4 | -2/+404 |