[PATCH 1/2] gpio: davinci: don't create irq_domain in case of unbanked irqs
From: Santosh Shilimkar <hidden>
Date: 2013-12-16 16:24:38
Also in:
linux-gpio, lkml
From: Santosh Shilimkar <hidden>
Date: 2013-12-16 16:24:38
Also in:
linux-gpio, lkml
On Thursday 12 December 2013 01:12 PM, Grygorii Strashko wrote:
The system may crash if: - there are more then 1 bank - unbanked irqs are enabled - someone will call gpio_to_irq() for GPIO from bank2 or above Hence, fix it by not creating irq_domain if unbanked irqs are enabled and correct gpio_to_irq_banked() to handle this properly. CC: Linus Walleij <redacted> CC: Sekhar Nori <redacted> CC: Santosh Shilimkar <redacted> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> ---
Acked-by: Santosh Shilimkar <redacted>