[PATCH] irqchip: gic: Add binding probe for ARM GIC400
From: suravee.suthikulpanit@amd.com (Suravee Suthikulanit)
Date: 2014-07-17 14:13:58
Also in:
linux-devicetree, linux-pci, lkml
From: suravee.suthikulpanit@amd.com (Suravee Suthikulanit)
Date: 2014-07-17 14:13:58
Also in:
linux-devicetree, linux-pci, lkml
On 7/17/2014 7:48 AM, Jason Cooper wrote:
On Tue, Jul 15, 2014 at 12:03:03AM +0200, Heiko St?bner wrote:quoted
From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Commit 3ab72f9156bb "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> --- As I really need this, I took the liberty of adapting the patch accordingly to make it apply on top of the current irqchip/for-next (or urgent) and explicitly state the fixed issue. Hope that is ok drivers/irqchip/irq-gic.c | 1 + 1 file changed, 1 insertion(+)Applied to irqchip/urgent with Will's Ack and Cc'd to stable for v3.14+ thx, Jason.
Thank you, Suravee