]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: Set twl4030-irq tertiary interrupts to be nested/threaded.
authorNeilBrown <neilb@suse.de>
Sat, 26 Nov 2011 20:17:41 +0000 (07:17 +1100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 12 Dec 2011 17:37:27 +0000 (18:37 +0100)
commit5fdd06be12026d2a6965345c2845a3467bae99a2
tree56bfb20d09e2026f5554cc50cbb7e55b1deb43e8
parent9058b94eaa60751e3588e36f645e9f50bf84985e
mfd: Set twl4030-irq tertiary interrupts to be nested/threaded.

As tertiary interrupts are handled by handle_twl4030_sih calling
handle_nested_irq, they do not need their own separate irq thread.
So mark them as 'nested_thread' interrupts to avoid the extra thread
creation.

Tested on GTA04 Pheonux.

Signed-off-by: NeilBrown <neilb@suse.de>
Tested-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/twl4030-irq.c