]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 13 Feb 2023 20:55:56 +0000 (21:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:59:47 +0000 (12:59 +0100)
commit0de3e53eab9529a0338b1d552fbc1f8e95082fac
tree9ffa753d17c0dc290455f4e3c1a2f74ce5fec101
parent459980cc1448f9ed36846cc93a0604b37208ae79
mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set

commit 6ea6b95a7e3ec2015954cb514ee9dbc6dc80ec8f upstream.

Some SDIO WiFi modules stopped working after SDIO interrupt mode
was added if cap_sdio_irq isn't set in device tree. This patch was
confirmed to fix the issue.

Fixes: 066ecde6d826 ("mmc: meson-gx: add SDIO interrupt support")
Reported-by: Geraldo Nascimento <geraldogabriel@gmail.com>
Tested-by: Geraldo Nascimento <geraldogabriel@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/816cba9f-ff92-31a2-60f0-aca542d1d13e@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/meson-gx-mmc.c