aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+3
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds6-8/+35
2014-02-18ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa1-0/+14
2014-02-16ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia1-2/+7
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev1-1/+3
2014-02-05ata: sata_mv: Fix probe failures with optional physAndrew Lunn1-3/+5
2014-02-03sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYNTejun Heo1-0/+1
2014-01-31ata: enable quirk from jmicron JMB350 for JMB394Denis V. Lunev1-2/+5
2014-01-29ATA: SATA_MV: Add missing Kconfig select statememntAndrew Lunn1-0/+1
2014-01-29ata: pata_imx: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+6
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-18/+15
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-21/+35
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds11-143/+436
2014-01-20SATA: MV: Add support for the optional PHYsAndrew Lunn1-0/+27
2014-01-19sata-highbank: Remove unnecessary ahci_platform.h includeHans de Goede1-1/+0
2014-01-16libata: disable LPM for some WD SATA-I devicesTejun Heo2-3/+42
2014-01-16Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo4-11/+51
2014-01-15ata: sata_mv: fix disk hotplug for Armada 370/XP SoCsLior Amsalem1-0/+24
2014-01-15ata: sata_mv: introduce compatible string "marvell, armada-370-sata"Simon Guinot1-0/+1
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki1-13/+13
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki2-5/+2
2014-01-12ata: pata_samsung_cf: Remove unused macrosSachin Kamat1-13/+0
2014-01-09Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-0/+7
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev1-21/+35
2014-01-02ata: pata_samsung_cf: Use devm_ioremap_resource()Jingoo Han1-15/+3
2014-01-02ata: pata_samsung_cf: Merge pata_samsung_cf.h into pata_samsung_cf.cSachin Kamat2-56/+37
2014-01-01sata_sis: missing PM supportAlan1-0/+4
2013-12-31ahci: add PCI ID for Marvell 88SE9170 SATA controllerSimon Guinot1-0/+3
2013-12-31ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ataSachin Kamat2-1/+56
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds4-12/+49
2013-12-19libata, freezer: avoid block device removal while system is frozenTejun Heo1-0/+21
2013-12-17libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDsMarc Carino1-2/+13
2013-12-16libata: disable a disk via libata.force paramsRobin H. Johnson1-0/+1
2013-12-16ahci: bail out on ICH6 before using AHCI BARPaul Bolle1-9/+9
2013-12-14drivers: ata: Mark the function as static in libahci.cRashika Kheria1-2/+2
2013-12-14drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.cRashika Kheria1-1/+1
2013-12-12ahci: imx: fix the error handling in imx_ahci_probe()Wei Yongjun1-1/+2
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki1-13/+13
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng2-5/+2
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2013-12-03ahci: imx: ahci_imx_softreset() can be staticFengguang Wu1-1/+1
2013-12-03ahci: imx: Add i.MX53 supportMarek Vasut1-58/+122
2013-12-03ahci: imx: Pull out the clock enable/disable callsMarek Vasut1-68/+75
2013-12-03libata: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo6-6/+11
2013-12-03ahci: imx: Explicitly clear IMX6Q_GPR13_SATA_MPLL_CLK_ENMarek Vasut1-1/+2
2013-11-29libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8Michele Baldessari1-0/+3
2013-11-29sata_rcar: Add R-Car Gen2 SATA PHY supportValentine Barshak1-16/+102
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-11-27ATA: Fix port removal orderingRafael J. Wysocki1-2/+1
2013-11-23ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil1-0/+2