commit | 31b0ff5e7390a955f0d7279ab922e4b41469729d | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun May 06 13:33:40 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sun May 13 08:05:58 2012 +0800 |
tree | c626eda686845bfe4795a5614f8ed72ee921295f | |
parent | b60188c820347040087bfe329f77b286dfd50a7e [diff] |
mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_host Copy wp_gpio from platform_data into struct mxs_mmc_host, so that the use of platform_data can be limited in probe function, which will ease the device tree probe. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Marek Vasut <marex@denx.de> Acked-by: Chris Ball <cjb@laptop.org>