This patch series adds device tree bindings and driver support for the AST2700 SoC¡¦s two interrupt controllers (INTC0 and INTC1), along with debugfs entries for runtime inspection of routing and register protection status, and bindings example refine. v3: - aspeed,ast2700-intc.yaml - improve commit message description. - irq-aspeed-intc.c - add platform driver for "aspeed,ast2700-intc0/1" compatible nodes. v2: - fix dt bindingcheck Ryan Chen (2): dt-bindings: interrupt-controller: aspeed: Add parent node compatibles and refine documentation irqchip: aspeed: add debugfs support and AST2700 INTC0/INTC1 routing/protection display .../aspeed,ast2700-intc.yaml | 158 ++++++++---- drivers/irqchip/irq-aspeed-intc.c | 238 ++++++++++++++++++ 2 files changed, 353 insertions(+), 43 deletions(-) -- 2.34.1