summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorLines
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-123/+966
2018-04-03Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-1713/+0
2018-03-29ahci: imx: add the imx8qm ahci sata supportRichard Zhu-0/+332
2018-03-27libata: ensure host is free'd on error exit pathsColin Ian King-1/+3
2018-03-26ata: ahci-platform: add reset control supportKunihiko Hayashi-3/+22
2018-03-26ata: remove bf54x driverArnd Bergmann-1713/+0
2018-03-21ahci: imx: fix the build warningRichard Zhu-0/+3
2018-03-19libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 versionHans de Goede-2/+5
2018-03-19libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versionsHans de Goede-1/+1
2018-03-19libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDsHans de Goede-0/+8
2018-03-19ata: add Amiga Gayle PATA controller driverBartlomiej Zolnierkiewicz-0/+232
2018-03-19ahci: imx: add the imx6qp ahci sata supportRichard Zhu-4/+32
2018-03-14ata: change Tegra124 to TegraPreetham Ramchandra-2/+2
2018-03-14ata: ahci_tegra: Add AHCI support for Tegra210Preetham Ramchandra-1/+9
2018-03-14ata: ahci_tegra: disable DIPMPreetham Ramchandra-1/+1
2018-03-14ata: ahci_tegra: disable devslp for Tegra124Preetham Ramchandra-0/+26
2018-03-14ata: ahci_tegra: initialize regulators from soc structPreetham Ramchandra-10/+23
2018-03-14ata: ahci_tegra: Update initialization sequencePreetham Ramchandra-64/+224
2018-03-14libata: Enable queued TRIM for Samsung SSD 860Ju Hyung Park-1/+3
2018-03-13libata: add refcounting to ata_hostTaras Kondratiuk-8/+42
2018-03-11leds: Extends disk trigger for reads and writesLinus Walleij-1/+1
2018-03-04ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede-1/+3
2018-03-01pata_bk3710: clarify license version and use SPDX headerBartlomiej Zolnierkiewicz-5/+3
2018-03-01pata_falcon: clarify license version and use SPDX headerBartlomiej Zolnierkiewicz-5/+3
2018-03-01ata: do not schedule hot plug if it is a sas hostJason Yan-1/+2
2018-02-20libata: disable LPM for Crucial BX100 SSD 500GB driveKai-Heng Feng-0/+3
2018-02-18libata: Apply NOLPM quirk to Crucial MX100 512GB SSDsHans de Goede-0/+5
2018-02-18pata_it821x: Delete an error message for a failed memory allocation in it821x...Markus Elfring-3/+3
2018-02-18pata_macio: Delete an error message for a failed memory allocation in two fun...Markus Elfring-8/+4
2018-02-18pata_mpc52xx: Delete an error message for a failed memory allocation in mpc52...Markus Elfring-1/+0
2018-02-18sata_dwc_460ex: Delete an error message for a failed memory allocation in sat...Markus Elfring-1/+0
2018-02-18pata_samsung_cf: Delete an error message for a failed memory allocation in pa...Markus Elfring-3/+1
2018-02-18pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_pr...Markus Elfring-1/+1
2018-02-18pata_arasan_cf: Delete an error message for a failed memory allocation in ara...Markus Elfring-3/+1
2018-02-13ata: sata_rcar: Remove unused variable in sata_rcar_init_controller()Geert Uytterhoeven-1/+0
2018-02-12sata_rcar: Reset SATA PHY when Salvator-X board resumesKhiem Nguyen-23/+40
2018-02-12libata: don't try to pass through NCQ commands to non-NCQ devicesEric Biggers-0/+6
2018-02-12libata: remove WARN() for DMA or PIO command without dataEric Biggers-2/+1
2018-02-12libata: fix length validation of ATAPI-relayed SCSI commandsEric Biggers-1/+3
2018-02-12ata: libahci: fix comment indentationBaruch Siach-1/+1
2018-02-12ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese-0/+10
2018-02-12libata: Fix compile warning with ATA_DEBUG enabledDong Bo-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-470/+190
2018-01-25ata: pata_pdc2027x: Replace mdelay with msleepJia-Ju Bai-2/+2
2018-01-25ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_commandJia-Ju Bai-1/+1
2018-01-25ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai-1/+1
2018-01-18ata: remove pata_at32Corentin Labbe-410/+0
2018-01-17ata: ahci_brcm: Recover from failures to identify devicesFlorian Fainelli-8/+87