commit | 1ae24a5041b6fab7cc986bda7fec92b3d643ac96 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri May 23 13:24:45 2014 -0600 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Thu Jun 12 15:21:12 2014 +0300 |
tree | ba91c0fbf5424aa6d7d94389bd9acf8dd041223f | |
parent | ecdd57e27467593a864ca5437db45266e36e3a7b [diff] |
cmd_mmc: add force_init parameter to init_mmc_device() This allows callers to inject mmc->has_init = 0 between finding the MMC device, and calling mmc_init(), which forces mmc_init() to rescan the HW. Future changes will use this feature. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>