]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: core: Prevent HSQ from enabling for SDUC
authorAvri Altman <avri.altman@wdc.com>
Sun, 6 Oct 2024 05:11:47 +0000 (08:11 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 Oct 2024 10:40:09 +0000 (12:40 +0200)
commita7861651943dac0006f55e0b6db28ed8e9dbe411
treefc5a52cbf3584993aa226a0842d72d6724541a82
parent96f5e90259465f0f90afb4e899110ee3bdd61675
mmc: core: Prevent HSQ from enabling for SDUC

hsq allows to get more in-flight requests from mmc core, which can be
prepared in advance and be issued asynchronously to the completion of
the preceding request (in atomic context). This is presumably broken
though by the mandatory CMD22 for SDUC.

We plan to make it work, but only as an improvement on top of the
initial support for SDUC.

Signed-off-by: Avri Altman <avri.altman@wdc.com>
Link: https://lore.kernel.org/r/20241006051148.160278-10-avri.altman@wdc.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sd.c