summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_imx.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi1-1/+1
2018-03-29ahci: imx: add the imx8qm ahci sata supportRichard Zhu1-0/+332
2018-03-21ahci: imx: fix the build warningRichard Zhu1-0/+3
2018-03-19ahci: imx: add the imx6qp ahci sata supportRichard Zhu1-4/+32
2017-11-13ahci: imx: Handle increased read failures for IMX53 temperature sensor in low...Egor Starkov1-1/+1
2017-01-15ahci: imx: fix building without hwmon or thermalArnd Bergmann1-1/+2
2017-01-06ahci: imx: Add imx53 SATA temperature sensor supportCsaba Kertesz1-0/+195
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita1-2/+9
2015-01-19ata: libahci: Allow using multiple regulatorsGregory CLEMENT1-9/+5
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-2/+1
2014-07-30Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo1-4/+34
2014-07-30ahci: imx: add missing clk_disable_unprepare() on error in imx_sata_enable()Wei Yongjun1-1/+3
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-24ata: ahci_imx: warn when disabling ahci linkRussell King1-0/+3
2014-06-19ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable]Shawn Guo1-4/+31
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-1/+2
2014-05-19ahci: imx: PLL clock needs 100us to settle downShawn Guo1-0/+2
2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang1-1/+2
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-03-06ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functionsHans de Goede1-0/+2
2014-02-22ahci-imx: Port to library-ised ahci_platformHans de Goede1-204/+127
2013-12-12ahci: imx: fix the error handling in imx_ahci_probe()Wei Yongjun1-1/+2
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-03ahci: imx: Explicitly clear IMX6Q_GPR13_SATA_MPLL_CLK_ENMarek Vasut1-1/+2
2013-10-15ahci: imx: setup power saving methodsRichard Zhu1-2/+99
2013-07-24ahci_imx: add ahci sata support on imx platformsRichard Zhu1-0/+236