commit | 27e7b9443722cc5f480cbde276b8a380d2183a60 | [log] [tgz] |
---|---|---|
author | Michael Bohan <mbohan@codeaurora.org> | Fri Jul 06 10:25:30 2012 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Mon Jul 09 19:15:02 2012 -0600 |
tree | 450b7a5e98efbf2083c4579cf85445a113de62c5 | |
parent | 9aa5a9fbfbc7c4e4940269c34797648fb8d3ae1d [diff] |
gpio: msm-common: Set irq attributes on irqdomain map call The current code sets up irq attributes at postcore_init. But with irqdomains, irqs are mapped later at runtime. Thus we need to set these parameters within the irqdomain map routine for systems that are using Device Tree. Change-Id: I185ebc4efdb194d690ecbec75171709bd09e0588 Signed-off-by: Michael Bohan <mbohan@codeaurora.org>