summaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
Commit message (Expand)AuthorAgeFilesLines
* AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev2014-10-066-38/+39
* AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev2014-10-062-60/+61
* AHCI: Pass SCSI host template as arg to ahci_host_activate()Alexander Gordeev2014-10-062-6/+7
* ata: pata_imx: Use the SIMPLE_DEV_PM_OPS() macroFabio Estevam2014-10-051-7/+2
* AHCI: Cleanup checking of multiple MSIs/SLM modesAlexander Gordeev2014-09-282-12/+8
* libata-sff: Fix controllers with no ctl portOndrej Zary2014-09-281-11/+9
* ahci_xgene: Fix the error print invalid resource for APM X-Gene SoC AHCI SATA...Suman Tripathi2014-09-231-2/+8
* libata: change ata_<foo>_printk routines to return voidJoe Perches2014-09-231-22/+13
* ahci-platform: Bump max number of clocks to 5Kumar Gala2014-09-231-1/+1
* ahci: ahci_p5wdh_workaround - constify DMI tableMathias Krause2014-08-311-1/+1
* libahci_platform: Staticize ahci_platform_<en/dis>able_phys()Fabio Estevam2014-08-311-4/+2
* pata_platform: Remove useless irq_flags fieldAlexander Shiyan2014-08-232-5/+1
* pata_of_platform: Remove "electra-ide" quirkAlexander Shiyan2014-08-231-16/+6
* libata: Use dev_name() for request_irq() to distinguish devicesAlexander Shiyan2014-08-191-1/+1
* ata: remove deprecated struct ahci_platform_dataBartlomiej Zolnierkiewicz2014-08-162-40/+1
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-072-69/+4
|\
| * libata: Use glob_match from lib/glob.cGeorge Spelvin2014-08-072-69/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-072-2/+2
|\ \ | |/ |/|
| * scsi: use 64-bit LUNsHannes Reinecke2014-07-172-2/+2
* | ata: libahci: Silence compiler warning on 64-bitThierry Reding2014-08-011-1/+1
* | ata: ahci_platform: add a generic AHCI compatibleAntoine Ténart2014-07-301-0/+2
* | ata: libahci: allow to use multiple PHYsAntoine Ténart2014-07-302-39/+157
* | ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart2014-07-3014-52/+31
* | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-07-3010-29/+111
|\ \
| * | libata: introduce ata_host->n_tags to avoid oops on SAS controllersTejun Heo2014-07-231-12/+4
| * | ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)Romain Degez2014-07-191-0/+1
| * | 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