Skip to content
Snippets Groups Projects
Commit 3a638320 authored by Jaehoon Chung's avatar Jaehoon Chung Committed by Andy Fleming
Browse files

mmc: sdhci: add the quirk for broken r1b response


When response type is R1b, mask value is added the SDHCI_INT_DAT_END.
but in while(), didn't check that flag.
So sdhci controller didn't work fine.
CMD6 didn't always complete.

So add the quirks for broken r1b response
and add the timeout value to prevent the infinite loop.

Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Acked-by: default avatarLei <Wen&lt;leiwen@marvell.com>
parent e7205905
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment