]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function
authorMatthew Schwartz <matthew.schwartz@linux.dev>
Mon, 29 Dec 2025 20:45:26 +0000 (12:45 -0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 20 Jan 2026 10:58:32 +0000 (11:58 +0100)
commit122610220134b32c742cc056eaf64f7017ac8cd9
tree859557b7be0858bcaaa31f7af81e9ee19600a151
parent3009738a855cf938bbfc9078bec725031ae623a4
mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function

rtsx_pci_sdmmc does not have an sdmmc_card_busy function, so any voltage
switches cause a kernel warning, "mmc0: cannot verify signal voltage
switch."

Copy the sdmmc_card_busy function from rtsx_pci_usb to rtsx_pci_sdmmc to
fix this.

Fixes: ff984e57d36e ("mmc: Add realtek pcie sdmmc host driver")
Signed-off-by: Matthew Schwartz <matthew.schwartz@linux.dev>
Tested-by: Ricky WU <ricky_wu@realtek.com>
Reviewed-by: Ricky WU <ricky_wu@realtek.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/rtsx_pci_sdmmc.c