mmc: Add a new callback function to perform the 74 clocks cycle sequence
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 10 Apr 2025 09:00:20 +0000 (11:00 +0200)
committerPeng Fan <peng.fan@nxp.com>
Wed, 23 Apr 2025 02:41:11 +0000 (10:41 +0800)
commitd770e325e9d2fd3ba94481fc6ee41c25e799b325
treed6d869e087dbaa21930a8e6919ab193b6d6864bd
parent392a5860bd65c467696deb6c0713b488a66d1b28
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>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc.c
include/mmc.h