Re: [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera
From: 冷红林
Date: Mon Aug 24 2026 - 04:45:44 EST
> -----邮件原件-----
> 发件人: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> 发送时间: 2026年8月21日 17:44
> 收件人: 冷红林 <lenghonglin@xxxxxxxxxxxxxx>; Rob Herring
> <robh@xxxxxxxxxx>; Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>; Conor Dooley
> <conor+dt@xxxxxxxxxx>; 时志成 <shizhicheng@xxxxxxxxxxxxxx>; Catalin
> Marinas <catalin.marinas@xxxxxxx>; Will Deacon <will@xxxxxxxxxx>; Arnd
> Bergmann <arnd@xxxxxxxx>; Alexandre Belloni
> <alexandre.belloni@xxxxxxxxxxx>; Linus Walleij <linusw@xxxxxxxxxx>; Drew
> Fustini <fustini@xxxxxxxxxx>
> 抄送: devicetree@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; soc@xxxxxxxxxxxxxxx
> 主题: Re: [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera
>
> On 21/08/2026 11:30, Leng Honglin wrote:
> > Add the Axera Semiconductor vendor prefix for devicetree bindings.
> >
> > Reviewed-by: Shi Zhicheng <shizhicheng@xxxxxxxxxxxxxx>
>
> Where did it happen and what was here exactly reviewed? Did reviewer
> understand statement of oversight? I am asking because this is v1 and has
> already clearly visible issue (below).
>
>
Hi Krzysztof,
Thanks for pointing this out. You are absolutely right to question the
Reviewed-by tags.
As this is my first time submitting a patch series of this size, I
misunderstood the requirements for the Reviewed-by tag and mistakenly
thought an internal review was sufficient. I apologize for the
confusion and will remove the unconfirmed tags in v2.
> > Signed-off-by: Leng Honglin <lenghonglin@xxxxxxxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > index 396044f368e7..1dbafe682724 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > @@ -219,6 +219,8 @@ patternProperties:
> > description: Shanghai Awinic Technology Co., Ltd.
> > "^axentia,.*":
> > description: Axentia Technologies AB
> > + "^axera,.*":
>
> So your domain is axera.com?
>
>
Our corporate domain is actually axera-tech.com. I now realize the vendor
prefix should reflect the domain name. I will change the prefix to
"axera-tech,.*" in v2 to comply with the guidelines.
Best regards,
Leng
> > + description: Axera Semiconductor Co., Ltd.
> Best regards,
> Krzysztof