[Arm-dev] [PATCH v1 60/87] ACPI, GICv3: Allow to map irq for non-hierarchical doamin.
Vadim Lomovtsev
Vadim.Lomovtsev at caviumnetworks.comThu Aug 13 13:18:57 UTC 2015
- Previous message: [Arm-dev] [PATCH v1 59/87] arm64, acpi: Implement new "GIC version" field of MADT GIC entry.
- Next message: [Arm-dev] [PATCH v1 61/87] GICv3: Refactor gic_of_init() of GICv3 driver to allow for FDT and ACPI initialization.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Tomasz Nowicki <tomasz.nowicki at linaro.org> Signed-off-by: Tomasz Nowicki <tomasz.nowicki at linaro.org> Signed-off-by: Vadim Lomovtsev <Vadim.Lomovtsev at caviumnetworks.com> --- drivers/irqchip/irq-gic-v3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c index 9c67bda..89dde54 100644 --- a/drivers/irqchip/irq-gic-v3.c +++ b/drivers/irqchip/irq-gic-v3.c @@ -790,6 +790,7 @@ static void gic_irq_domain_free(struct irq_domain *domain, unsigned int virq, } static const struct irq_domain_ops gic_irq_domain_ops = { + .map = gic_irq_domain_map, .xlate = gic_irq_domain_xlate, .alloc = gic_irq_domain_alloc, .free = gic_irq_domain_free, -- 2.4.3
- Previous message: [Arm-dev] [PATCH v1 59/87] arm64, acpi: Implement new "GIC version" field of MADT GIC entry.
- Next message: [Arm-dev] [PATCH v1 61/87] GICv3: Refactor gic_of_init() of GICv3 driver to allow for FDT and ACPI initialization.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Arm-dev mailing list