]> asedeno.scripts.mit.edu Git - linux.git/commit
irqchip/gic-v3: Probe device ID space before quirks handling
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 17 Oct 2017 16:55:54 +0000 (17:55 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 19 Oct 2017 10:22:38 +0000 (11:22 +0100)
commitfa1500191958660952a3a8466aad54003701a7b6
treeb041e1ae8562d67fca1eb5efc8fa49fd60d1ff84
parenteda0d04acc5e317da675ee93a3f09e7c2e2fa592
irqchip/gic-v3: Probe device ID space before quirks handling

Before adding another SoC whose device ID space deviates from the
value presented in the GIC ID registers, let's slightly refactor
the code so that the ID registers are probed before that quirks
handling executes. This allows us to move the device ID override
into the quirk handler itself.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c