summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * | drivers/ata/pata_ep93xx.c: use signed int type for result of platform_get_irq()Andrey Utkin2014-07-171-1/+1
| * | libata: EH should handle AMNF error condition as a media errorAlexey Asemov2014-07-151-4/+5
| * | libata: support the ata host which implements a queue depth less than 32Kevin Hao2014-07-141-3/+19
| |/
| * ahci_xgene: fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode...Suman Tripathi2014-07-081-13/+47
| * libahci: export ahci_qc_issue() and ahci_start_fix_rx()Suman Tripathi2014-07-082-3/+6
| * ata: ahci_imx: warn when disabling ahci linkRussell King2014-06-241-0/+3
| * ahci: disable ncq feature for hisilicon sataKefeng Wang2014-06-241-1/+1
| * ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable]Shawn Guo2014-06-191-4/+31
| * libahci_platform: Fail when PHY required but PHY support disabledMikko Perttunen2014-06-171-1/+6
* | ahci: imx: add missing clk_disable_unprepare() on error in imx_sata_enable()Wei Yongjun2014-07-301-1/+3
* | ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA H...Suman Tripathi2014-07-291-3/+3
* | ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controll...Suman Tripathi2014-07-291-0/+7
* | ahci: st: Make of_device_id array constKiran Padwal2014-07-221-1/+1
* | sata_sil24: Identify which card suffered IRQ status errorTim Small2014-07-221-2/+2
* | ata: Add support for the Tegra124 SATA controllerMikko Perttunen2014-07-183-0/+387
* | ata: ahci_platform: Increase AHCI_MAX_CLKS to 4Mikko Perttunen2014-07-181-1/+1
* | ata: ahci_imx: add disable for spread-spectrumRussell King2014-07-011-1/+13
* | ata: ahci_imx: allow hardware parameters to be specified in DTRussell King2014-07-011-8/+160
* | ata: pata_samsung_cf: removes s5pc100 related ata codesKukjin Kim2014-06-301-13/+0
* | ahci/xgene: Remove logic to set 64-bit DMA maskSuravee Suthikulpanit2014-06-171-10/+0
* | ahci: Check and set 64-bit DMA mask for platform AHCI driverSuravee Suthikulpanit2014-06-171-0/+13
* | ata: Use dma_zalloc_coherentJoe Perches2014-06-171-3/+2
|/
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-06-0977-189/+313
|\
| * ahci: Add Device ID for HighPoint RocketRaid 642LJérôme Carretero2014-06-031-0/+2
| * ata: ep93xx: use dmaengine_prep_slave_sg api instead of internal callbackBarry Song2014-05-271-2/+2
| * ahci: add PCI ID for Marvell 88SE91A0 SATA ControllerAndreas Schrägle2014-05-271-0/+2
| * sata_fsl: remove check for CONFIG_MPC8315_DSPaul Bolle2014-05-211-14/+0
| * ahci: add support for Hisilicon sataKefeng Wang2014-05-141-1/+8
| * libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang2014-05-148-11/+23
| * ata: ahci: append new hflag AHCI_HFLAG_NO_FBSKefeng Wang2014-05-142-0/+6
| * ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-0960-120/+113
| * ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfacesThomas Petazzoni2014-05-043-0/+137
| * libata-sff: remove dead codePaul Bolle2014-05-041-9/+0
| * ata: SATL compliance for Inquiry Product RevisionKeith Busch2014-05-021-1/+5
| * pata_octeon_cf: use devm_kzalloc() to allocate cf_portBartlomiej Zolnierkiewicz2014-04-141-33/+17
* | libata: Blacklist queued trim for Crucial M500Martin K. Petersen2014-06-021-4/+4
* | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-216-8/+205
|\ \
| * | ahci: imx: PLL clock needs 100us to settle downShawn Guo2014-05-191-0/+2
| * | ata: pata_at91 only works on sam9Arnd Bergmann2014-05-081-1/+1
| * | libata: clean up ZPODD when a port is detachedLevente Kurusa2014-05-071-0/+9
| * | ahci: imx: software workaround for phy reset issue in resumeShawn Guo2014-05-041-0/+161
| * | ahci: imx: add namespace for register enumsShawn Guo2014-05-041-7/+9
| * | ahci: disable DEVSLP for Intel ValleyviewJacob Pan2014-04-243-0/+23
* | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-247-37/+59
|\ \ \ | |/ / | | / | |/ |/|
| * libata/ahci: accommodate tag ordered controllersDan Williams2014-04-181-8/+13
| * ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev2014-04-181-6/+10
| * ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev2014-04-171-4/+4
| * ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev2014-04-172-1/+9
| * ahci: do not request irq for dummy portDavid Milburn2014-04-161-8/+4
| * pata_samsung_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-151-3/+7
OpenPOWER on IntegriCloud