[PATCH v5 3/3] irqchip: aspeed: add compatible strings for ast2700-intc0-ic and ast2700-intc1-ic

Ryan Chen ryan_chen at aspeedtech.com
Thu Oct 23 19:29:29 AEDT 2025


> Subject: Re: [PATCH v5 3/3] irqchip: aspeed: add compatible strings for
> ast2700-intc0-ic and ast2700-intc1-ic
> 
> On Wed, Oct 22 2025 at 14:55, Ryan Chen wrote:
> 
> The subject prefix is: irqchip/aspeed-intc:
> 
> It's documented how to make them:
> 
> 
> https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#patch-su
> bject

Thanks, will fix.
> 
> > The AST2700 SoC defines two parent interrupt controller blocks
> > (INTC0 and INTC1), each containing multiple interrupt-controller child
> > instances ("*-intc-ic"). The existing irqchip driver
> > (irq-aspeed-intc.c) currently only registers a single compatible
> > string: "aspeed,ast2700-intc-ic"
> >
> > To support device trees that describe the INTC0 and INTC1 hierarchy
> > more precisely, this patch adds two additional
> 
> s/this patch adds/add/
will fix.
> 
> git grep 'This patch' Documentation/process/
> 
will fix.

> > compatible strings:
> >  - "aspeed,ast2700-intc0-ic"
> >  - "aspeed,ast2700-intc1-ic"
> >
> > Both map to the same initialization function
> > `aspeed_intc_ic_of_init()`.
> 
> The backticks are pointless. Just write aspeed...init()

will fix.

Thanks a lot.
> 
> Thanks,
> 
>         tglx


More information about the Linux-aspeed mailing list