Home
last modified time | relevance | path

Searched hist:"92 a7b540f0052cc6e914873b6751f24c5d75f719" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/imx/usdhc/
H A Dimx_usdhc.c92a7b540f0052cc6e914873b6751f24c5d75f719 Wed Jun 11 12:55:23 UTC 2025 Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> fix(nxp-mmc): handle response for CMD0

Fixed a regression introduced by commit
a59d43fc222d ("refactor(nxp-mmc): populate command transfer type").

The commit incorrectly assumes that all commands will have a response
type, which is not always the case. For instance, Command 0 (used to
reset the card and enter idle state) does not expect a response. As a
result, the response type field will be explicitly set to zero in
such cases.

Change-Id: Id97b765b9720bbd02fafb30a271f134536fab5a6
Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>