From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 21 Sep 2015 17:49:04 +0900 Subject: [U-Boot] [PATCH 0/4] Fix operation on Odroid devices In-Reply-To: <1442791123-2664-1-git-send-email-tjakobi@math.uni-bielefeld.de> References: <1442791123-2664-1-git-send-email-tjakobi@math.uni-bielefeld.de> Message-ID: <55FFC480.6030907@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, On 09/21/2015 08:18 AM, Tobias Jakobi wrote: > Hello, > > currently operation on Exynos4412-based Odroid devices is broken. > > The bootloader stops with this message: > Card did not respond to voltage select! > *** Warning - MMC init failed, using default environment Which board did you use? and Which cad is failed? SD or eMMC? Your [PATCH 4/4] is strange..so i want to get more information. If you can share more information, i can explain more exactly about your problem. Best Regards, Jaehoon Chung > > This series fixes error handling in the s5p sdhci driver > and the cause of the issue, which is an inverted card > detection check. > > Thanks goes to Marek Vasut and Sjoerd Simons who helped > me on IRC to get this triaged. > > With best wishes, > Tobias > > Tobias Jakobi (4): > exynos: Properly initialize host_caps in s5p_sdhci_core_init() > exynos: Fix passing of errors in exynos_mmc_init() > exynos: be more verbose in process_nodes() > exynos: fix and cleanup do_sdhci_init() > > drivers/mmc/s5p_sdhci.c | 39 +++++++++++++++++++++++---------------- > 1 file changed, 23 insertions(+), 16 deletions(-) >