public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Fix operation on Odroid devices
@ 2015-09-20 23:18 Tobias Jakobi
  2015-09-20 23:18 ` [U-Boot] [PATCH 1/4] exynos: Properly initialize host_caps in s5p_sdhci_core_init() Tobias Jakobi
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Tobias Jakobi @ 2015-09-20 23:18 UTC (permalink / raw)
  To: u-boot

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

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(-)

-- 
2.0.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-09-24 15:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-20 23:18 [U-Boot] [PATCH 0/4] Fix operation on Odroid devices Tobias Jakobi
2015-09-20 23:18 ` [U-Boot] [PATCH 1/4] exynos: Properly initialize host_caps in s5p_sdhci_core_init() Tobias Jakobi
2015-09-23  9:35   ` Lukasz Majewski
2015-09-20 23:18 ` [U-Boot] [PATCH 2/4] exynos: Fix passing of errors in exynos_mmc_init() Tobias Jakobi
2015-09-23  9:39   ` Lukasz Majewski
2015-09-23  9:54     ` Jaehoon Chung
2015-09-23 10:13       ` Minkyu Kang
2015-09-21  8:49 ` [U-Boot] [PATCH 0/4] Fix operation on Odroid devices Jaehoon Chung
2015-09-21  9:34   ` Tobias Jakobi
2015-09-21 10:04     ` Jaehoon Chung
2015-09-21 10:54       ` Tobias Jakobi
2015-09-21 11:00       ` Tobias Jakobi
2015-09-21 11:05         ` Jaehoon Chung
2015-09-24 15:04 ` Przemyslaw Marczak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox