]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support
authorBenoit Cousson <b-cousson@ti.com>
Wed, 29 Feb 2012 21:48:32 +0000 (22:48 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 22 Mar 2012 12:05:53 +0000 (13:05 +0100)
commit2d9dd99b4470a2ef05509435465e055f50456330
treea0a3ff0ef75ac90324131e9785cb389861272b4e
parent364cedb2f97063d649b2950c099883b89b60c000
gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support

Do not use the board pdata for irq_base, but allocate them dynamically
to allow a proper support of SPARSE_IRQ.

Fix an unneeded line wrap.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/gpio/gpio-twl4030.c