]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
pinctrl/nomadik: make independent of <mach/irqs.h>
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 7 Jan 2013 13:54:39 +0000 (14:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jan 2013 20:49:20 +0000 (21:49 +0100)
commitaa6e379aef84711f432ce754bda8e88b0270061c
treedc0002c57c26e4602a6239a973a0438ada8df159
parent483f33f63c1cb3c6becb465bac7b75d7ff5e3b8f
pinctrl/nomadik: make independent of <mach/irqs.h>

Some leftovers in the driver were using NOMADIK_* macros to
translate the irq numbers to offsets, while the first base IRQ
was already being passed from platform data, and the function
setting the disable mask could just as well use the irqdomain.

Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-nomadik.c