]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: gpio object shrinkage, cleanup
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 7 Dec 2006 01:13:59 +0000 (17:13 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Mar 2007 11:11:44 +0000 (03:11 -0800)
commit45c4d6bf8662d9d80cdd35022a25ffca66e7ca3f
tree4c0f97a59444ce0ec5344bf5ac6c64d923ac449b
parent1df6c65e437c1d1a460b00ed1c8e4dfb813a80ce
ARM: OMAP: gpio object shrinkage, cleanup

More GPIO/IRQ cleanup:

  - compile-time removal of much useless code
      * mpuio support on non-OMAP1.
      * 15xx/730/24xx gpio support on 1610
      * 15xx/730/16xx gpio support on 24xx
      * etc

  - remove all BUG() calls, which are always bad news ... replaced some
    with normal fault reports for that call, others with WARN_ON(1).

  - small mpuio bugfix:  add missing set_type() method

Oh, and fix a minor merge issue: inode->u.generic_ip is now gone.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/gpio.c