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)
commit3b159a6e955c8d468f4ffa212c8b5d68d8323a8d
tree897ba847a2be1223b4dd142869528d7747f5e346
parent05fae4a7551543f10f1892f533af2d12378a4ba9
mmc: tmio: bus_shift become tmio_mmc_data member

.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>
drivers/mmc/host/sh_mobile_sdhi.c
drivers/mmc/host/tmio_mmc.c
drivers/mmc/host/tmio_mmc.h
drivers/mmc/host/tmio_mmc_dma.c
drivers/mmc/host/tmio_mmc_pio.c
include/linux/mfd/tmio.h