commit | b3e35af2b0ea9ad1618e01f40a1ffee83333ef35 | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Thu Apr 05 12:15:16 2012 +0300 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Apr 05 21:38:23 2012 -0700 |
tree | 1ccbeb72bab9f989076780a466f82ab4602ef90f | |
parent | 8302c7413814e26959f69d36a0dcc1f945573bc9 [diff] |
gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQ Since x86 is using SPARSE_IRQ by default nowadays it means that we need to allocate IRQ descriptors dynamically using irq_alloc_descs() otherwise the genirq code fails to convert our irq numbers to suitable descriptors. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>