mmc: s3cmci: move to use request_irq by IRQF_NO_AUTOEN flag
authorTian Tao <tiantao6@hisilicon.com>
Wed, 7 Apr 2021 03:15:39 +0000 (11:15 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 Jun 2021 11:57:34 +0000 (13:57 +0200)
commitda3b1486d7e398617d09c022c71593462b98d67f
tree78532d605cf0021e4cdd5c2cc9b954eaeb2a5c82
parent009c9aa5be652675a06d5211e1640e02bbb1c33d
mmc: s3cmci: move to use request_irq by IRQF_NO_AUTOEN flag

disable_irq() after request_irq() still has a time gap in which interrupts
can come. request_irq() with IRQF_NO_AUTOEN flag will disable IRQ
auto-enable because of requesting.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Link: https://lore.kernel.org/r/1617765339-28946-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/s3cmci.c