]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-esdhc-imx: fix host version read
authorShawn Guo <shawn.guo@linaro.org>
Tue, 15 Jan 2013 15:30:27 +0000 (23:30 +0800)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:36:56 +0000 (14:36 -0500)
commitfa6772187c5ee8bea1a8c8ae43d8aa95451dfcab
tree9b6ce04697d823f784219c73f9991a91053e531c
parent05e79f825814ce22adbb7dd0057556fab88309a1
mmc: sdhci-esdhc-imx: fix host version read

When commit 00a90fb (mmc: sdhci-esdhc-imx: add basic imx6q usdhc
support) works around host version issue on imx6q, it gets the
register address fixup "reg ^= 2" lost for imx25/35/51/53 esdhc.
Thus, the controller version on these SoCs is wrongly identified
as v1 while it's actually v2.

Add the address fixup back and take a different approach to correct
imx6q host version, so that the host version read gets back to work
for all SoCs.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c