Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: Merge branch fixes into next

Merge the mmc fixes for v6.8-rc[n] into the next branch, to allow them to
get tested together with the new mmc changes that are targeted for v6.9.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+2
+2
drivers/mmc/host/tmio_mmc_core.c
··· 259 259 else 260 260 mrq->cmd->error = -ETIMEDOUT; 261 261 262 + /* No new calls yet, but disallow concurrent tmio_mmc_done_work() */ 263 + host->mrq = ERR_PTR(-EBUSY); 262 264 host->cmd = NULL; 263 265 host->data = NULL; 264 266