Commit 8b02da0
irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems
While refactoring the way the ITSs are probed, the handling of quirks
applicable to ACPI-based platforms was lost. As a result, systems such as
HIP07 lose their GICv4 functionnality, and some other may even fail to
boot, unless they are configured to boot with DT.
Move the enabling of quirks into its_probe_one(), making it common to all
firmware implementations.
Fixes: 9585a49 ("irqchip/gic-v3-its: Split allocation from initialisation of its_node")
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Zenghui Yu <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]1 parent 846297e commit 8b02da0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5091 | 5091 | | |
5092 | 5092 | | |
5093 | 5093 | | |
| 5094 | + | |
| 5095 | + | |
5094 | 5096 | | |
5095 | 5097 | | |
5096 | 5098 | | |
| |||
5442 | 5444 | | |
5443 | 5445 | | |
5444 | 5446 | | |
5445 | | - | |
5446 | 5447 | | |
5447 | 5448 | | |
5448 | 5449 | | |
| |||
0 commit comments