summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68k-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-251-14/+28
|\
| * m68k/atari: Convert Falcon IDE drivers to platform driversMichael Schmitz2019-11-181-14/+28
* | Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-2521-70/+124
|\ \
| * | ata: pata_artop: make arrays static const, makes object smallerColin Ian King2019-11-081-2/+2
| * | ata_piix: remove open-coded dmi_match(DMI_OEM_STRING)Michał Mirosław2019-11-061-8/+6
| * | ata: sata_mv, avoid trigerrable BUG_ONJiri Slaby2019-11-011-5/+3
| * | ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-0117-52/+94
| * | libata: Ensure ata_port probe has completed before detachJohn Garry2019-10-311-0/+3
| * | ahci: tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski2019-10-251-3/+3
| * | ahci: Add support for Amazon's Annapurna Labs SATA controllerHanna Hawa2019-10-251-0/+13
* | | ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown2019-10-251-24/+14
|/ /
* | libata/ahci: Fix PCS quirk applicationDan Williams2019-10-151-1/+3
* | Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg2019-10-061-21/+0
|/
* ata: libahci_platform: Add of_node_put() before loop exitNishka Dasgupta2019-09-191-2/+7
* Merge tag 'for-5.4/libata-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-1724-378/+255
|\
| * libata/ahci: Drop PCS quirk for Denverton and beyondDan Williams2019-08-302-47/+71
| * ahci: Do not export local variable ahci_em_messagesAndy Shevchenko2019-08-301-1/+0
| * libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig2019-08-2614-70/+14
| * sata_sil24: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-22/+4
| * sata_qstor: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-27/+7
| * sata_nv: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-7/+3
| * sata_mv: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-34/+4
| * pdc_adma: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-19/+4
| * ahci: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-25/+8
| * acard_ahci: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-33/+5
| * ata/pata_buddha: Probe via modalias instead of initcallMax Staudt2019-08-231-93/+135
* | libata: add SG safety checks in SFF pio transfersJens Axboe2019-08-071-0/+6
* | libata: have ata_scsi_rw_xlat() fail invalid passthrough requestsJens Axboe2019-08-071-0/+21
* | ata: rb532_cf: Fix unused variable warning in rb532_pata_driver_probeGustavo A. R. Silva2019-08-061-1/+0
|/
* ata: libahci: do not complain in case of deferred probeMiquel Raynal2019-07-311-0/+3
* libata: zpodd: Fix small read overflow in zpodd_get_mech_type()Kees Cook2019-07-291-1/+1
* ata: libahci_platform: remove redundant dev_err messageDing Xiang2019-07-161-1/+0
* Merge tag 'for-5.3/libata-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-099-15/+51
|\
| * drivers: ata: ahci_sunxi: Increased SATA/AHCI DMA TX/RX FIFOsUenal Mutlu2019-07-051-2/+45
| * libata: Drop firmware version check from the ST1000LM024 quirkHans de Goede2019-07-021-3/+1
| * ata: sata_sil24: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * ata:sata_qstor: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * ata: sata_nv: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-2/+0
| * ata: pdc_adma: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * ata: acard-ahci: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0
| * libata: don't request sense data on !ZAC ATA devicesTejun Heo2019-06-251-3/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-27/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner2019-06-191-9/+1
|/
* libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede2019-06-131-3/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-055-66/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 300Thomas Gleixner2019-06-051-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1