commit | b627f4bebfe1cf1dc768073ce131e254bea39189 | [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 | ad17c0fa23e7f03f162ece215321a823eb928b62 [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>