]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sunxi: add MMC_CAP_SDIO_IRQ capability
authorHans de Goede <hdegoede@redhat.com>
Tue, 10 Mar 2015 15:36:36 +0000 (16:36 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:47 +0000 (14:13 +0100)
commita4101dcb44c2adabafc5680ce1ecc109b59e2175
tree242ab9335e95f139620f12b379c949b90e37c0da
parentb1ddaa3d066f28b626a15b15b0dc377fee2e2406
mmc: sunxi: add MMC_CAP_SDIO_IRQ capability

When the sunxi mmc-controller code was initially merged MMC_CAP_SDIO_IRQ was
not added to the host caps because of issues with some sdio wifi modules.

It turns out that these issues have nothing to do with using sdio-irq support,
they also happen with oob interrupts. Since the hardware supports sdio-irq
everywhere, and since the one reason to not claim the capability is gone,
add MMC_CAP_SDIO_IRQ to the default host caps.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sunxi-mmc.c