commit | eb3744a2dd01cb07ce9f556d56d6fe451f0c313a | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Jun 13 09:10:37 2018 +0530 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jun 18 07:55:30 2018 +0200 |
tree | 0c14eca065d5b66220dc97ffea58ea90e9644900 | |
parent | c1d013a70f557e0d6db29398c955b2ec87db1ff8 [diff] |
gpio: davinci: Do not assume continuous IRQ numbering Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call platform_get_irq for all the interrupts and store them in an array for later use. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>