]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: core: SPI mode remove cmd7
authorRex Chen <rex.chen_1@nxp.com>
Mon, 28 Jul 2025 08:22:29 +0000 (17:22 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Oct 2025 14:37:32 +0000 (16:37 +0200)
commite58bb2cab77ba2cd89576b11e301356f06e491a4
tree5125641ec3fd7da04f765a75db93aaab2b23ce7d
parent1da032da3fa37bd6b13d1e23b876ddbbf5312015
mmc: core: SPI mode remove cmd7

commit fec40f44afdabcbc4a7748e4278f30737b54bb1a upstream.

SPI mode doesn't support cmd7, so remove it in mmc_sdio_alive() and
confirm if sdio is active by checking CCCR register value is available
or not.

Signed-off-by: Rex Chen <rex.chen_1@nxp.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250728082230.1037917-2-rex.chen_1@nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/core/sdio.c