mmc: tmio: bus_shift become tmio_mmc_data member
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 20 Nov 2013 08:30:55 +0000 (00:30 -0800)
committerChris Ball <chris@printf.net>
Mon, 13 Jan 2014 17:48:23 +0000 (12:48 -0500)
.bus_shift is used to 16/32bit register access offset calculation on
tmio driver.  tmio_mmc_xxx is used from Toshiba/Renesas now, but this
bus_shift value depends on HW IP.  This patch moves .bus_shift to
tmio_mmc_data member and sets it on each driver.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found