commit | fa1500191958660952a3a8466aad54003701a7b6 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Oct 17 17:55:54 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Oct 19 11:22:38 2017 +0100 |
tree | b041e1ae8562d67fca1eb5efc8fa49fd60d1ff84 | |
parent | eda0d04acc5e317da675ee93a3f09e7c2e2fa592 [diff] |
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>