From: Kuninori Morimoto Date: Wed, 20 Nov 2013 08:30:55 +0000 (-0800) Subject: mmc: tmio: bus_shift become tmio_mmc_data member X-Git-Tag: v3.14-rc1~88^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b159a6e955c8d468f4ffa212c8b5d68d8323a8d;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed