commit | b18d1f0f490cbeefd389ccd90504dd6501e6d493 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Sun Nov 27 07:17:41 2011 +1100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jan 09 00:37:33 2012 +0100 |
tree | ebe612a8130006909a55c8d7dc44adf157f6b6e3 | |
parent | 2161891a0a7bcad6ee8819bb324ee4a031bc8a95 [diff] |
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>