From 83141a771975f4e54402ab05e5cbbc3c56f45bdd Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 26 Sep 2014 13:50:12 +0200 Subject: [PATCH] gpio: set parent irq on chained handlers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit If the IRQ from the parent is nested the IRQ may need to be resent under certain conditions. Currently the chained IRQ handler in gpiolib does not handle connecting nested IRQs but it is conceptually correct to indicate the actual parent IRQ. Reported-by: Grygorii Strashko Reported-by: Lothar Waßmann Signed-off-by: Linus Walleij --- Reading git-format-patch failed