]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: Provide the STMPE GPIO driver with its own IRQ Domain
authorLee Jones <lee.jones@linaro.org>
Mon, 10 Dec 2012 10:07:54 +0000 (10:07 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 10 Dec 2012 10:23:30 +0000 (11:23 +0100)
commitfc13d5a5b17c657b7682c145d367dcb859c507d9
tree9770c0263213f556f87af4e6fb30e2d4e9ca8fab
parent759f5f3752e03f15727688b5288e360ef90c1306
gpio: Provide the STMPE GPIO driver with its own IRQ Domain

The STMPE GPIO driver can be used as an IRQ controller by some
related devices. Here we provide it with its very own IRQ Domain
so that IRQs can be issued dynamically. This will stand the
driver in good stead when it is enabled for Device Tree, as this
it a prerequisite.

Cc: Grant Likely <grant.likely@secretlab.ca>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-stmpe.c