]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: gpio lockdep updates
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 3 Mar 2008 12:33:30 +0000 (04:33 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 3 Mar 2008 13:05:01 +0000 (05:05 -0800)
commit6ef66debc869ca4c4f0eec644fd35cfda795ac62
treea428a3cd7da0772f5d1cbb1b1485d8801d7cc196
parent8aa99e821baa1649d12a7ef57f1f5cdbf26380a4
ARM: OMAP: gpio lockdep updates

Fix some spinlock issues reported by lockdep:  since the gpio bank
locks can be aquired in both irq and non-irq contexts, they need
to be consistent about always using the irq-safe variants.

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