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>
Sun, 8 Jan 2012 23:37:33 +0000 (00:37 +0100)
commitb18d1f0f490cbeefd389ccd90504dd6501e6d493
treeebe612a8130006909a55c8d7dc44adf157f6b6e3
parent2161891a0a7bcad6ee8819bb324ee4a031bc8a95
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
This page took 0.024372 seconds and 5 git commands to generate.