]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fixes for RMK's comments and changed GPIO triggering
authorTony Lindgren <tony@atomide.com>
Tue, 6 Sep 2005 10:49:33 +0000 (13:49 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Sep 2005 10:49:33 +0000 (13:49 +0300)
commite920271802fa6daa04acf96f31729c0479acb37a
treea2a0828dbe984c69a4968bf0a2a2c30b4d1f5ec8
parentca127ff92fdba00d075eca45337b12448ef35f83
ARM: OMAP: Fixes for RMK's comments and changed GPIO triggering

These fixes are based on RMK's comments here:

http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=2879/1

- BSS is zeroed, no reason to initialize variables in that area

- Made gpio.c use __void iomem *reg; instead of casting

- Made gpio triggering to set IRQT_NOEDGE at omap_request_gpio().
  The edge must be set with set_irq_type _after_ request_irq()
arch/arm/plat-omap/common.c
arch/arm/plat-omap/gpio.c
include/asm-arm/arch-omap/gpio.h