Re: [PATCH v2 3/7] mmc: meson-gx: correct irq flag

From: Martin Blumenstingl
Date: Sat Apr 27 2019 - 15:56:26 EST


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>