]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: tmio-mmc: add support for 32bit data port
authorChris Brandt <chris.brandt@renesas.com>
Mon, 12 Sep 2016 14:15:06 +0000 (10:15 -0400)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:00:53 +0000 (09:00 +0100)
commit2fcf52cbf29696143aa69c62df1d5757ef3f9409
treebe239a93fd696bfe128f0fc23c996e8215c397d1
parent6e9a2a0d5d376234dcae0f78e2bed06eb3a476c8
mmc: tmio-mmc: add support for 32bit data port

For the r7s72100 SOC, the DATA_PORT register was changed to 32-bits wide.
Therefore a new flag has been created that will allow 32-bit reads/writes
to the DATA_PORT register instead of 16-bit (because 16-bits accesses are
not supported).

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc.h
drivers/mmc/host/tmio_mmc_pio.c
include/linux/mfd/tmio.h