aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_imx.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-07ata: Drop commas after OF match table sentinelsGravatar Geert Uytterhoeven 1-1/+1
2020-04-07ata: ahci-imx: remove redundant assignment to retGravatar Colin Ian King 1-1/+1
2019-10-24ata: ahci-imx: Covert to use GPIO descriptorGravatar Linus Walleij 1-17/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 1-12/+1
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Gravatar Kunihiko Hayashi 1-1/+1
2018-03-29ahci: imx: add the imx8qm ahci sata supportGravatar Richard Zhu 1-0/+332
2018-03-21ahci: imx: fix the build warningGravatar Richard Zhu 1-0/+3
2018-03-19ahci: imx: add the imx6qp ahci sata supportGravatar Richard Zhu 1-4/+32
2017-11-13ahci: imx: Handle increased read failures for IMX53 temperature sensor in low...Gravatar Egor Starkov 1-1/+1
2017-01-15ahci: imx: fix building without hwmon or thermalGravatar Arnd Bergmann 1-1/+2
2017-01-06ahci: imx: Add imx53 SATA temperature sensor supportGravatar Csaba Kertesz 1-0/+195
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostGravatar Akinobu Mita 1-2/+9
2015-01-19ata: libahci: Allow using multiple regulatorsGravatar Gregory CLEMENT 1-9/+5
2014-10-20ata: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureGravatar Antoine Ténart 1-2/+1
2014-07-30Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Tejun Heo 1-4/+34
2014-07-30ahci: imx: add missing clk_disable_unprepare() on error in imx_sata_enable()Gravatar Wei Yongjun 1-1/+3
2014-07-01ata: ahci_imx: add disable for spread-spectrumGravatar Russell King 1-1/+13
2014-07-01ata: ahci_imx: allow hardware parameters to be specified in DTGravatar Russell King 1-8/+160
2014-06-24ata: ahci_imx: warn when disabling ahci linkGravatar Russell King 1-0/+3
2014-06-19ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable]Gravatar Shawn Guo 1-4/+31
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-1/+2
2014-05-19ahci: imx: PLL clock needs 100us to settle downGravatar Shawn Guo 1-0/+2
2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Gravatar Kefeng Wang 1-1/+2
2014-05-04ahci: imx: software workaround for phy reset issue in resumeGravatar Shawn Guo 1-0/+161
2014-05-04ahci: imx: add namespace for register enumsGravatar Shawn Guo 1-7/+9
2014-03-06ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functionsGravatar Hans de Goede 1-0/+2
2014-02-22ahci-imx: Port to library-ised ahci_platformGravatar Hans de Goede 1-204/+127
2013-12-12ahci: imx: fix the error handling in imx_ahci_probe()Gravatar Wei Yongjun 1-1/+2
2013-12-03ahci: imx: ahci_imx_softreset() can be staticGravatar Fengguang Wu 1-1/+1
2013-12-03ahci: imx: Add i.MX53 supportGravatar Marek Vasut 1-58/+122
2013-12-03ahci: imx: Pull out the clock enable/disable callsGravatar Marek Vasut 1-68/+75
2013-12-03ahci: imx: Explicitly clear IMX6Q_GPR13_SATA_MPLL_CLK_ENGravatar Marek Vasut 1-1/+2
2013-10-15ahci: imx: setup power saving methodsGravatar Richard Zhu 1-2/+99
2013-07-24ahci_imx: add ahci sata support on imx platformsGravatar Richard Zhu 1-0/+236