[PATCH] soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()

Kevin Hilman khilman at baylibre.com
Fri Oct 4 14:28:10 PDT 2024


On Thu, 12 Sep 2024 11:41:47 +0800, Jinjie Ruan wrote:
> If request_irq() fails in sr_late_init(), there is no need to enable
> the irq, and if it succeeds, 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 when
> request IRQ.
> 
> [...]

Applied, thanks!

[1/1] soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()
      commit: 16a0a69244240cfa32c525c021c40f85e090557a

Best regards,
-- 
Kevin Hilman <khilman at baylibre.com>




More information about the linux-arm-kernel mailing list