summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2018-02-17ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg1-0/+1
2018-02-17ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede1-0/+4
2018-02-17ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede1-16/+16
2018-01-23libata: apply MAX_SEC_1024 to all LITEON EP1 series devicesXinyu Lin1-0/+1
2017-12-14libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo1-1/+0
2017-11-30ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu1-1/+1
2017-11-21ata: SATA_MV should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-11-21ata: SATA_HIGHBANK should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-11-21ata: ATA_BMDMA should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-10-08libata: transport: Remove circular dependency at free timeGwendal Grignou1-6/+3
2017-10-08sata_via: Enable hotplug only on VT6421Ondrej Zary1-8/+10
2017-09-09cs5536: add support for IDE controller variantAndrey Korolyov2-0/+2
2017-08-11libata: array underflow in ata_find_dev()Dan Carpenter1-2/+4
2017-06-14ahci: Acer SA5-271 SSD Not Detected FixSui Chen1-0/+38
2017-04-12sata: ahci-da850: implement a workaround for the softreset quirkBartosz Golaszewski1-1/+32
2017-02-09libata: Fix ATA request senseDamien Le Moal1-0/+2
2017-02-09libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo1-2/+2
2017-02-09ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav1-0/+3
2016-12-08libata-scsi: disable SCT Write Same for the momentNicolai Stange1-0/+1
2016-11-29ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König1-1/+14
2016-11-21ahci: always fall back to single-MSI modeChristoph Hellwig1-7/+0
2016-11-01libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke1-1/+1
2016-10-25ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig1-1/+1
2016-10-20ahci: fix nvec checkChristoph Hellwig1-7/+7
2016-10-19ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig1-14/+17
2016-09-30ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian1-7/+1
2016-09-22pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra1-3/+1
2016-09-22ata: Replace BUG() with BUG_ON().Harman Kalra1-2/+1
2016-09-20ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra1-4/+2
2016-09-09libata: Some drives failing on SCT Write SameShaun Tancheff1-3/+3
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig3-139/+45
2016-09-06Merge branch 'master' into for-4.9Tejun Heo2-2/+2
2016-08-30pata_ninja32: Avoid corrupting status flagsAlan Cox1-1/+1
2016-08-25libata: SCT Write Same handle ATA_DFLAG_PIOShaun Tancheff1-0/+2
2016-08-25libata: SCT Write Same / DSM TrimShaun Tancheff1-28/+57
2016-08-25libata: Add support for SCT Write SameShaun Tancheff1-29/+170
2016-08-25libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff1-5/+51
2016-08-11ahci: disable correct irq for dummy portsChristoph Hellwig1-1/+1
2016-08-11ahci: also use a per-port lock for the multi-MSIX caseChristoph Hellwig1-1/+1
2016-08-10ahci: st: Add ports-implemented property in supportPatrice Chotard1-0/+4
2016-08-10ahci: qoriq: enable snoopable sata read and writeTang Yuantian1-0/+6
2016-08-10ahci: qoriq: adjust sata parameterTang Yuantian1-6/+0
2016-08-10libata-scsi: fix MODE SELECT translation for Control mode pageTom Yan1-2/+2
2016-08-09libata-scsi: use u8 array to store mode page copyTom Yan1-2/+2
2016-07-28Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds1-0/+4
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-27Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds14-76/+129
2016-07-23Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2016-07-20libata-scsi: better style in ata_msense_*()Tom Yan1-6/+13
2016-07-20AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond1-0/+8