* [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera
2026-08-21 9:30 [PATCH 0/6] arm64: Introduce Axera AX650 SoC and AX650 Demo board Leng Honglin
@ 2026-08-21 9:30 ` Leng Honglin
2026-08-21 9:43 ` Krzysztof Kozlowski
0 siblings, 1 reply; 3+ messages in thread
From: Leng Honglin @ 2026-08-21 9:30 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shi Zhicheng,
Catalin Marinas, Will Deacon, Arnd Bergmann, Krzysztof Kozlowski,
Alexandre Belloni, Linus Walleij, Drew Fustini
Cc: devicetree, linux-kernel, linux-arm-kernel, soc, Leng Honglin
Add the Axera Semiconductor vendor prefix for devicetree bindings.
Reviewed-by: Shi Zhicheng <shizhicheng@axera-tech.com>
Signed-off-by: Leng Honglin <lenghonglin@axera-tech.com>
---
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,.*":
+ description: Axera Semiconductor Co., Ltd.
"^axiado,.*":
description: Axiado Corporation
"^axis,.*":
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera
2026-08-21 9:30 ` [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera Leng Honglin
@ 2026-08-21 9:43 ` Krzysztof Kozlowski
0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-21 9:43 UTC (permalink / raw)
To: Leng Honglin, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shi Zhicheng, Catalin Marinas, Will Deacon, Arnd Bergmann,
Alexandre Belloni, Linus Walleij, Drew Fustini
Cc: devicetree, linux-kernel, linux-arm-kernel, soc
On 21/08/2026 11:30, Leng Honglin wrote:
> Add the Axera Semiconductor vendor prefix for devicetree bindings.
>
> Reviewed-by: Shi Zhicheng <shizhicheng@axera-tech.com>
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).
> Signed-off-by: Leng Honglin <lenghonglin@axera-tech.com>
> ---
> 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?
> + description: Axera Semiconductor Co., Ltd.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera
[not found] ` <202608240638.67O6cTY3025061@spam.axera-tech.com>
@ 2026-08-25 6:28 ` 冷红林
0 siblings, 0 replies; 3+ messages in thread
From: 冷红林 @ 2026-08-25 6:28 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, 时志成, Catalin Marinas,
Will Deacon, Arnd Bergmann, Alexandre Belloni, Linus Walleij,
Drew Fustini
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, soc@lists.linux.dev
On 8/21/2026 5:43 PM, Krzysztof Kozlowski wrote:
> On 21/08/2026 11:30, Leng Honglin wrote:
>> Add the Axera Semiconductor vendor prefix for devicetree bindings.
>>
>> Reviewed-by: Shi Zhicheng <shizhicheng@axera-tech.com>
>
> 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@axera-tech.com>
>> ---
>> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-25 6:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1eab9e7f03338b673c0e544be7eb4e4421-8-26kernel.org@sslemail.net>
[not found] ` <202608240638.67O6cTY3025061@spam.axera-tech.com>
2026-08-25 6:28 ` [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera 冷红林
2026-08-21 9:30 [PATCH 0/6] arm64: Introduce Axera AX650 SoC and AX650 Demo board Leng Honglin
2026-08-21 9:30 ` [PATCH 1/6] dt-bindings: vendor-prefixes: add Axera Leng Honglin
2026-08-21 9:43 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox