mfd: pcf50633: fix unsafe disable_irq()
authorNelson Castillo <arhuaco@freaks-unidos.net>
Tue, 12 May 2009 20:26:47 +0000 (13:26 -0700)
committerSamuel Ortiz <samuel@sortiz.org>
Tue, 19 May 2009 20:22:28 +0000 (22:22 +0200)
commitf43ab901005c2bb3c5440e91b6efae9f5db02e7c
tree3289277db811ce78d5f333fdc1fcb4decd20448d
parentb126d113484886d900179b4ae55ea7fabe15f936
mfd: pcf50633: fix unsafe disable_irq()

Without this change Openmoko Freerunner (GTA02) bootstrap will deadlock.
As pointed out in other patches this issue is in the wild since the merge
of:

: commit 3aa551c9b4c40018f0e261a178e3d25478dc04a9
: Author: Thomas Gleixner <tglx@linutronix.de>
: Date:   Mon Mar 23 18:28:15 2009 +0100
:
:    genirq: add threaded interrupt handler support
:
:    Add support for threaded interrupt handlers

Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: <balajirrao@openmoko.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/pcf50633-core.c