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>
Wed, 5 Mar 2008 08:23:21 +0000 (10:23 +0200)
commita6472533e4553985af775982744b0ba088b5ff8c
tree5c55fef6dc40829ac07ba07e50de2877fd327dae
parent02bad5f9bc9f1f42d4bb87bb8bf741d4cefe87d6
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