]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: irq: Enable irq retriggering for nested irqs
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 26 Feb 2016 15:53:57 +0000 (17:53 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 29 Feb 2016 14:00:49 +0000 (23:00 +0900)
commit13553adfa6d1851cebe31714a0a12156377a26ea
tree715a99f4405315be8f8d8cd936e1aa49532fb026
parent86836cdcf501deacafca1e0e23c1c567bc5d8fc8
regmap: irq: Enable irq retriggering for nested irqs

When nested interrupts are handled with regmap irq framework, we need to
mark the interrupts to be resend for pending interrupts on enable_irq.
Else the events might be lost for nested irqs.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-irq.c