aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2019-12-01Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-17/+8
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas2-2/+2
2019-11-25Merge tag 'm68k-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-14/+28
2019-11-25Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds21-70/+124
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-18m68k/atari: Convert Falcon IDE drivers to platform driversMichael Schmitz1-14/+28
2019-11-12scsi: core: Clean up SG_NONEFinn Thain1-1/+0
2019-11-08ata: pata_artop: make arrays static const, makes object smallerColin Ian King1-2/+2
2019-11-06ata_piix: remove open-coded dmi_match(DMI_OEM_STRING)Michał Mirosław1-8/+6
2019-11-05Merge tag 'v5.4-rc6' into develLinus Walleij3-46/+17
2019-11-01ata: sata_mv, avoid trigerrable BUG_ONJiri Slaby1-5/+3
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby17-52/+94
2019-10-31libata: Ensure ata_port probe has completed before detachJohn Garry1-0/+3
2019-10-25ahci: tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski1-3/+3
2019-10-25ahci: Add support for Amazon's Annapurna Labs SATA controllerHanna Hawa1-0/+13
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown1-24/+14
2019-10-24ata: ahci-imx: Covert to use GPIO descriptorLinus Walleij1-17/+8
2019-10-15libata/ahci: Fix PCS quirk applicationDan Williams1-1/+3
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+2
2019-10-06Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg1-21/+0
2019-09-19ata: libahci_platform: Add of_node_put() before loop exitNishka Dasgupta1-2/+7
2019-09-17Merge tag 'for-5.4/libata-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds24-378/+255
2019-08-30libata/ahci: Drop PCS quirk for Denverton and beyondDan Williams2-47/+71
2019-08-30ahci: Do not export local variable ahci_em_messagesAndy Shevchenko1-1/+0
2019-08-26libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig14-70/+14
2019-08-26sata_sil24: use dma_set_mask_and_coherentChristoph Hellwig1-22/+4
2019-08-26sata_qstor: use dma_set_mask_and_coherentChristoph Hellwig1-27/+7
2019-08-26sata_nv: use dma_set_mask_and_coherentChristoph Hellwig1-7/+3
2019-08-26sata_mv: use dma_set_mask_and_coherentChristoph Hellwig1-34/+4
2019-08-26pdc_adma: use dma_set_mask_and_coherentChristoph Hellwig1-19/+4
2019-08-26ahci: use dma_set_mask_and_coherentChristoph Hellwig1-25/+8
2019-08-26acard_ahci: use dma_set_mask_and_coherentChristoph Hellwig1-33/+5
2019-08-23ata/pata_buddha: Probe via modalias instead of initcallMax Staudt1-93/+135
2019-08-07libata: add SG safety checks in SFF pio transfersJens Axboe1-0/+6
2019-08-07libata: have ata_scsi_rw_xlat() fail invalid passthrough requestsJens Axboe1-0/+21
2019-08-06ata: rb532_cf: Fix unused variable warning in rb532_pata_driver_probeGustavo A. R. Silva1-1/+0
2019-07-31ata: libahci: do not complain in case of deferred probeMiquel Raynal1-0/+3
2019-07-29libata: zpodd: Fix small read overflow in zpodd_get_mech_type()Kees Cook1-1/+1
2019-07-16ata: libahci_platform: remove redundant dev_err messageDing Xiang1-1/+0
2019-07-09Merge tag 'for-5.3/libata-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds9-15/+51
2019-07-05drivers: ata: ahci_sunxi: Increased SATA/AHCI DMA TX/RX FIFOsUenal Mutlu1-2/+45
2019-07-02libata: Drop firmware version check from the ST1000LM024 quirkHans de Goede1-3/+1
2019-06-29ata: sata_sil24: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0
2019-06-29ata:sata_qstor: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0
2019-06-29ata: sata_nv: Remove call to memset after dmam_alloc_coherentFuqian Huang1-2/+0
2019-06-29ata: pdc_adma: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0
2019-06-29ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0