From: Lee Jones Date: Mon, 7 Jan 2013 12:23:48 +0000 (+0000) Subject: mfd: ab8500: provide a irq_set_type() function X-Git-Tag: v3.9-rc1~92^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f6e5a2b52eda7864b7167fb5af1c310b464766;p=pandora-kernel.git mfd: ab8500: provide a irq_set_type() function In the AB8500 IRQ mask and unmask functions, we rely on testing for IRQ_TYPE_EDGE_RISING and IRQ_TYPE_EDGE_FALLING interrupts to physically mask and unmask the correct interrupt lines. In order for us to do that, the trigger needs to be set in the associated flags. However, unless a irq_set_type() function pointer is passed when registering the IRQ chip, the IRQ subsystem will refuse to do it. For that reason, we're providing one. Cc: Samuel Ortiz Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed