From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 30 May 2014 15:12:26 -0600 Subject: [U-Boot] [PATCH 1/3] cmd_mmc: add force_init parameter to init_mmc_device() In-Reply-To: <1400873087-20921-1-git-send-email-swarren@wwwdotorg.org> References: <1400873087-20921-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5388F43A.6000108@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/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?