commit | 7e71330169d8056536b299290544980bccc6b300 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Jul 26 03:19:06 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Jul 28 01:32:04 2011 -0600 |
tree | 7dab4954a7683e35bbf66adadd89b26971960311 | |
parent | 08a543ad33fc188650801bd36eed4ffe272643e1 [diff] |
dt/irq: add irq_domain_generate_simple() helper irq_domain_generate_simple() is an easy way to generate an irq translation domain for simple irq controllers. It assumes a flat 1:1 mapping from hardware irq number to an offset of the first linux irq number assigned to the controller Signed-off-by: Grant Likely <grant.likely@secretlab.ca>