]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: gic: Add binding probe for ARM GIC400
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Mon, 14 Jul 2014 22:03:03 +0000 (00:03 +0200)
committerJason Cooper <jason@lakedaemon.net>
Thu, 17 Jul 2014 12:46:07 +0000 (12:46 +0000)
commit7d322fb83f63da1c1a80bad6e588e80b4db3001a
treed30777cedad2b94aa456dca59014b8f6df942da9
parent0f2a6f6bf4591a68d2ab8ea48de3ff920d0927c7
irqchip: gic: Add binding probe for ARM GIC400

Commit caca1588c557 "dt-bindings: add GIC-400 binding" added the
"arm,gic-400" compatible string, but the corresponding IRQCHIP_DECLARE
was never added to the gic driver.

Therefore add the missing irqchip declaration for it.

Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Removed additional empty line and adapted commit message to mark it
as fixing an issue.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Will Deacon <will.deacon@arm.com>
Fixes: caca1588c557 ("dt-bindings: add GIC-400 binding")
Cc: <stable@vger.kernel.org> # v3.14+
Link: https://lkml.kernel.org/r/2621565.f5eISveXXJ@diego
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-gic.c