mmc: meson-gx: correct irq flag
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 23 Apr 2019 09:02:31 +0000 (11:02 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 6 May 2019 09:55:39 +0000 (11:55 +0200)
commiteb4d811277465784e2d25d74c19183295d4499ab
tree4dfb807a5fec0287e6efa2fb05a4159615fc18b3
parent9c5fdb07a28d730d4907d48905f06680691851e8
mmc: meson-gx: correct irq flag

There is no reason for another device to request the MMC irq. It should
only be used the MMC device, so remove IRQ_SHARED and replace by
IRQ_ONESHOT as we don't the irq to fire again until the irq thread is
done

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c