commit | f4932cfd22f151af19d552c0ee607b2fb9c41b53 | [log] [tgz] |
---|---|---|
author | yangbo lu <yangbo.lu@freescale.com> | Thu Oct 08 18:36:36 2015 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 26 16:00:08 2015 +0100 |
tree | 50f10f60980fadde9bd4aaef3fa7ac1741c01a61 | |
parent | e38eeca5c23389f9a606e4847f0f9731b2e889f2 [diff] |
mmc: sdhci-of-esdhc: support both BE and LE host controller To support little endian eSDHC controller, we redefine both BE and LE IO accessors. In the new accessors, use ioread*/iowrite* instead of in_be32/out_be32 and will select accessors according to endian mode in probe function. Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>