]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQ
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 5 Apr 2012 09:15:16 +0000 (12:15 +0300)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 6 Apr 2012 04:38:23 +0000 (21:38 -0700)
commitb3e35af2b0ea9ad1618e01f40a1ffee83333ef35
tree1ccbeb72bab9f989076780a466f82ab4602ef90f
parent8302c7413814e26959f69d36a0dcc1f945573bc9
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>
drivers/gpio/gpio-langwell.c