Re: [PATCH v2 2/5] irqchip, gicv3: Add HW revision detection and configuration

2015-08-13 Thread Marc Zyngier
On 13/08/15 15:47, Robert Richter wrote: > From: Robert Richter > > Some GIC revisions require an individual configuration to esp. add > workarounds for HW bugs. This patch implements generic code to parse > the hw revision provided by an IIDR register value and runs specific > code if hw matches

[PATCH v2 2/5] irqchip, gicv3: Add HW revision detection and configuration

2015-08-13 Thread Robert Richter
From: Robert Richter Some GIC revisions require an individual configuration to esp. add workarounds for HW bugs. This patch implements generic code to parse the hw revision provided by an IIDR register value and runs specific code if hw matches. There are functions that read the IIDR registers fo