On Tue, Apr 23, 2019 at 11:02 AM Jerome Brunet <jbrunet@xxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxx> I'm doing the same thing (for the same purpose) in the meson-mx-sdio driver: Reviewed-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>