]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh: intc: Allocate subgroup virq backing desc directly.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 24 May 2012 10:24:18 +0000 (19:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jun 2012 03:08:36 +0000 (12:08 +0900)
commit123df01e8e046d6065089e1bff29aa3fc48d4420
tree4453d8a9cc4686ca885a4b5f22f9864260d81cd7
parentbe9c00295b34760ea2f9667929049f094116b5a8
sh: intc: Allocate subgroup virq backing desc directly.

This switches to using irq_alloc_desc() directly for subgroup IRQs.
We still need to call activate_irq() on these in order to make them
requestable, at least up until these get moved in to their own irq
domain..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/intc/virq.c