From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 02 Jun 2014 13:59:36 +0900 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: <538C04B8.4090909@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Stephen. Your patch-set looks good to me. Acked-by: Jaehoon Chung If card didn't insert, can we display the other log instead of the below log? #mmc rescan #mmc dev 1 "Card did not respond to voltage select!" Best Regards, Jaehoon Chung On 05/31/2014 06:12 AM, 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? > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >