OSDN Git Service

irqchip: GICv3: ITS: tables allocators
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 24 Nov 2014 14:35:14 +0000 (14:35 +0000)
committerJason Cooper <jason@lakedaemon.net>
Wed, 26 Nov 2014 15:55:13 +0000 (15:55 +0000)
commit1ac19ca6bf97392a3a631551bac223893d24d21f
treed76110b71447d54284550c42d55736471dca74fa
parentbf9529f8c80c2ec61eacb677eba06a6bd0466be2
irqchip: GICv3: ITS: tables allocators

The interrupt translation is driven by a set of tables (device,
ITT, and collection) to be in the end delivered to a CPU. Also,
the redistributors rely on a couple of tables (configuration, and
pending) to deliver the interrupts to the CPUs.

This patch adds the required allocators for these tables.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1416839720-18400-8-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-gic-v3-its.c