commit | 25db711df3258d125dc1209800317e5c0ef3c870 | [log] [tgz] |
---|---|---|
author | Benoit Cousson <b-cousson@ti.com> | Thu Feb 23 21:50:10 2012 +0100 |
committer | Benoit Cousson <b-cousson@ti.com> | Mon Mar 05 23:02:53 2012 +0100 |
tree | 7445b68d6f50f65cb1f316dcf135494e3737910a | |
parent | 384ebe1c2849160d040df3e68634ec506f13d9ff [diff] |
gpio/omap: Fix IRQ handling for SPARSE_IRQ The driver is still relying on internal OMAP IRQ defines that are not relevant anymore if OMAP is built with SPARSE_IRQ. Replace the defines with the proper IRQ base number. Clean some comment style issue. Remove some hidden and ugly cpu_class_is_omap1() inside the gpio header. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Tested-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>