From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 10 Jun 2014 10:01:39 -0600 Subject: [U-Boot] [PATCH 1/3] cmd_mmc: add force_init parameter to init_mmc_device() In-Reply-To: <5388F43A.6000108@wwwdotorg.org> References: <1400873087-20921-1-git-send-email-swarren@wwwdotorg.org> <5388F43A.6000108@wwwdotorg.org> Message-ID: <53972BE3.607@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/30/2014 03:12 PM, Stephen Warren wrote: > On 05/23/2014 01:24 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> 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. > > Pantelis, does this series look good? Any comments?