]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: mmc_get_op_cond: Allow quiet detection of eMMC
authorPali Rohár <pali@kernel.org>
Wed, 14 Jul 2021 14:37:29 +0000 (16:37 +0200)
committerStefan Roese <sr@denx.de>
Thu, 15 Jul 2021 08:53:11 +0000 (10:53 +0200)
commita4c577f981569bf34e997cd85618f922409d6b2f
tree6ea4a683e3c89b33c3d0c2568a544856641b601b
parent42ba56691ccae5a33da13a023a342fef4fa8f086
mmc: mmc_get_op_cond: Allow quiet detection of eMMC

Add a new 'quiet' argument to mmc_get_op_cond() function which avoids
printing error message when SD/eMMC card is not detected.

Espressobin and mx6cuboxi boards use this function for detecting presence
of eMMC and therefore it is expected and normal that eMMC does not have to
be connected. So error message "Card did not respond to voltage select!"
should be skipped in this case as it is not an error.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
board/Marvell/mvebu_armada-37xx/board.c
board/solidrun/mx6cuboxi/mx6cuboxi.c
drivers/mmc/mmc.c
include/mmc.h