]> git.baikalelectronics.ru Git - kernel.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)
commitd276d589540bf5f832ac2db47ba7896155cb648b
treeb041e1ae8562d67fca1eb5efc8fa49fd60d1ff84
parentffcf4f13d4fb761f342285a9df47a495e409a7f5
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