commit | b426476a5c55a3fa2747810f616e395b31ff029e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Mar 19 10:45:37 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Mar 25 12:25:23 2013 +0100 |
tree | e19383d06cc469fcdb81587cc44535f0f3eb9bc3 | |
parent | f8016f1eac1ff7162130f253a41099386558ebc1 [diff] |
pinctrl: sirf: convert to linear irq domain The sirf platforms use no hardcoded IRQ numbers, so there is no reason to use the legacy domain, and by converting to the linear domain, we get a more efficient representation of sparse IRQs and remove the dependency on the mach/irqs.h header file. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Linus Walleij <linus.walleij@linaro.org>