gpio: put GPIO IRQs into their own lock class
commite45d1c80c0eee88e82751461e9cac49d9ed287bc
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 22 Apr 2014 12:01:46 +0000 (22 14:01 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Apr 2014 19:35:09 +0000 (28 12:35 -0700)
tree54e635e0a9b65083e1660850f2f6f0566e2142b9
parent1e0d9823178f8793dec7d1e9cd08f9bee5123871
gpio: put GPIO IRQs into their own lock class

Another feature that is duplicated in a number of GPIO irqchips
is that these cascades IRQs are assigned their own lock class
so as to avoid warnings about lockdep recursions. Do this also
in the generic GPIO irqchip helpers for smooth transition to
this core infrastructure.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c