]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ahci: imx: Add i.MX53 support
authorMarek Vasut <marex@denx.de>
Mon, 25 Nov 2013 08:47:02 +0000 (09:47 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 3 Dec 2013 12:40:58 +0000 (07:40 -0500)
commit4a23d1793f8e268e5867eec6c20abe78ec28ba5f
treea7fc04702f21c2b8fac9d3bb6480cc48a8b86ec0
parent8403e2ec8d4c759f821996d3bc43ca7c512ac9a0
ahci: imx: Add i.MX53 support

Add minor adjustments to support i.MX53 SATA port as well as i.MX6Q one.
The difference here is mostly the clock which need to be enabled and also
the lack of need of programming IOMUXC registers on i.MX53. All of which
is well handles in the clock enable/disable functions. Note that this patch
also cleans up the names of the common functions, so they don't read imx6q_*
but imx_* instead.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Richard Zhu <r65037@freescale.com>
Cc: Linux-IDE <linux-ide@vger.kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci_imx.c