commit | 3ab52475447641a6facf6ee5450bea24e477b811 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Fri Oct 21 08:05:53 2011 -0500 |
committer | Rob Herring <rob.herring@calxeda.com> | Thu Jan 05 08:47:12 2012 -0600 |
tree | a0910cfda03eddecbb07d2d0e57d02a325013477 | |
parent | 2b84112718ea816bb1147d6eabd4469143f89ddd [diff] |
gpio: pl061: convert to use generic irq chip Convert the pl061 irq_chip code to use the generic irq chip code. This has the side effect of using 32-bit accesses rather than 8-bit accesses to interrupt registers. The h/w TRM and testing seem to indicate this is fine. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Linus Walleij <linus.walleij@linaro.org>