mmc: mmci: Stash status while waiting for busy
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Jun 2023 20:42:21 +0000 (22:42 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jun 2023 11:14:26 +0000 (13:14 +0200)
commit8a6a9e79720a51f40835a8a7dc94cf02a58f0600
tree439fc0b36131f28cefd764ac4ee72eb4cb39ef8f
parent479d8e61f6244286e629e157ea831e8c4f783826
mmc: mmci: Stash status while waiting for busy

Some interesting flags can arrive while we are waiting for
the first busy detect IRQ so OR then onto the stashed
flags so they are not missed.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230405-pl180-busydetect-fix-v7-3-69a7164f2a61@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c