summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2014-07-30ahci: imx: add missing clk_disable_unprepare() on error in imx_sata_enable()Wei Yongjun1-1/+3
2014-07-29ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA H...Suman Tripathi1-3/+3
2014-07-29ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controll...Suman Tripathi1-0/+7
2014-07-22ahci: st: Make of_device_id array constKiran Padwal1-1/+1
2014-07-22sata_sil24: Identify which card suffered IRQ status errorTim Small1-2/+2
2014-07-18ata: Add support for the Tegra124 SATA controllerMikko Perttunen3-0/+387
2014-07-18ata: ahci_platform: Increase AHCI_MAX_CLKS to 4Mikko Perttunen1-1/+1
2014-07-01ata: ahci_imx: add disable for spread-spectrumRussell King1-1/+13
2014-07-01ata: ahci_imx: allow hardware parameters to be specified in DTRussell King1-8/+160
2014-06-30ata: pata_samsung_cf: removes s5pc100 related ata codesKukjin Kim1-13/+0
2014-06-17ahci/xgene: Remove logic to set 64-bit DMA maskSuravee Suthikulpanit1-10/+0
2014-06-17ahci: Check and set 64-bit DMA mask for platform AHCI driverSuravee Suthikulpanit1-0/+13
2014-06-17ata: Use dma_zalloc_coherentJoe Perches1-3/+2
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds77-189/+313
2014-06-03ahci: Add Device ID for HighPoint RocketRaid 642LJérôme Carretero1-0/+2
2014-06-02libata: Blacklist queued trim for Crucial M500Martin K. Petersen1-4/+4
2014-05-27ata: ep93xx: use dmaengine_prep_slave_sg api instead of internal callbackBarry Song1-2/+2
2014-05-27ahci: add PCI ID for Marvell 88SE91A0 SATA ControllerAndreas Schrägle1-0/+2
2014-05-21sata_fsl: remove check for CONFIG_MPC8315_DSPaul Bolle1-14/+0
2014-05-21Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-8/+205
2014-05-19ahci: imx: PLL clock needs 100us to settle downShawn Guo1-0/+2
2014-05-14ahci: add support for Hisilicon sataKefeng Wang1-1/+8
2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang8-11/+23
2014-05-14ata: ahci: append new hflag AHCI_HFLAG_NO_FBSKefeng Wang2-0/+6
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz60-120/+113
2014-05-08ata: pata_at91 only works on sam9Arnd Bergmann1-1/+1
2014-05-07libata: clean up ZPODD when a port is detachedLevente Kurusa1-0/+9
2014-05-04ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfacesThomas Petazzoni3-0/+137
2014-05-04ahci: imx: software workaround for phy reset issue in resumeShawn Guo1-0/+161
2014-05-04ahci: imx: add namespace for register enumsShawn Guo1-7/+9
2014-05-04libata-sff: remove dead codePaul Bolle1-9/+0
2014-05-02ata: SATL compliance for Inquiry Product RevisionKeith Busch1-1/+5
2014-04-24Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-37/+59
2014-04-24ahci: disable DEVSLP for Intel ValleyviewJacob Pan3-0/+23
2014-04-18libata/ahci: accommodate tag ordered controllersDan Williams1-8/+13
2014-04-18ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev1-6/+10
2014-04-17ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev1-4/+4
2014-04-17ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev2-1/+9
2014-04-16ahci: do not request irq for dummy portDavid Milburn1-8/+4
2014-04-15pata_samsung_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz1-3/+7
2014-04-14pata_arasan_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz1-2/+5
2014-04-14pata_octeon_cf: use devm_kzalloc() to allocate cf_portBartlomiej Zolnierkiewicz1-33/+17
2014-04-08ata: fix i.MX AHCI driver dependenciesJean Delvare1-1/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-04-02pata_at91: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz1-5/+6
2014-04-02libata: Update queued trim blacklist for M5x0 drivesMartin K. Petersen1-2/+4
2014-04-02libata: make AHCI_XGENE depend on PHY_XGENETejun Heo1-2/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+9
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+45
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds83-700/+1959