From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 02 Jun 2014 09:50:33 -0600 Subject: [U-Boot] [PATCH 1/3] cmd_mmc: add force_init parameter to init_mmc_device() In-Reply-To: <538C04B8.4090909@samsung.com> References: <1400873087-20921-1-git-send-email-swarren@wwwdotorg.org> <5388F43A.6000108@wwwdotorg.org> <538C04B8.4090909@samsung.com> Message-ID: <538C9D49.1080809@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 06/01/2014 10:59 PM, Jaehoon Chung wrote: > 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!" Some SD slots have a "card detect" GPIO or similar, so it might be possible to do that. Of course, not all slots have that, and I don't know how to differentiate "card not present" from "command timed out". Is there a defined way to do that?