]> git.sur5r.net Git - u-boot/commit
mmc: Add a new callback function to perform the 74 clocks cycle sequence
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 21 Sep 2017 14:30:01 +0000 (16:30 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:04 +0000 (18:11 +0900)
commit318a7a576bc49aa8b4207e694d3fbd48c663d6ac
treeb693aae78287dc6ad3eb069d6a4308266187bff1
parentaff5d3c83fb8c294b3c4b97c5b6386306b47f1a0
mmc: Add a new callback function to perform the 74 clocks cycle sequence

Add a new callback function *send_init_stream* which start a sequence of
at least 74 clock cycles.
The mmc core uses *mmc_send_init_stream* in order to invoke the callback
function. This will be used during power cycle where the specification
requires such a sequence after power up.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc.c
include/mmc.h