]> git.baikalelectronics.ru Git - kernel.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)
commitf2ea3f47b650ae489892b4dd8bd382baa6400365
treea7fc04702f21c2b8fac9d3bb6480cc48a8b86ec0
parent654876f2f30ffb8d45939dc55923ad72df56dcf4
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