commit | 3b159a6e955c8d468f4ffa212c8b5d68d8323a8d | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Nov 20 00:30:55 2013 -0800 |
committer | Chris Ball <chris@printf.net> | Mon Jan 13 12:48:23 2014 -0500 |
tree | 897ba847a2be1223b4dd142869528d7747f5e346 | |
parent | 05fae4a7551543f10f1892f533af2d12378a4ba9 [diff] |
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>