-
由 Ulf Hansson 提交于
It has turned out that some host controllers can't use R1B for CMD6 and other commands that have R1B associated with them. Therefore invent a new host cap, MMC_CAP_NEED_RSP_BUSY to let them specify this. In __mmc_switch(), let's check the flag and use it to prevent R1B responses from being converted into R1. Note that, this also means that the host are on its own, when it comes to manage the busy timeout. Suggested-by: NSowjanya Komatineni <skomatineni@nvidia.com> Cc: <stable@vger.kernel.org> Tested-by: NAnders Roxell <anders.roxell@linaro.org> Tested-by: NSowjanya Komatineni <skomatineni@nvidia.com> Tested-by: NFaiz Abbas <faiz_abbas@ti.com> Tested-By: NPeter Geis <pgwipeout@gmail.com> Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
1292e3ef