* [PATCH v3 0/2] Update Axiado reviewers and ax3000.dtsi fix
@ 2026-02-27 0:31 Karthikeyan Mitran
2026-02-27 0:31 ` [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
2026-02-27 0:31 ` [PATCH v3 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran
0 siblings, 2 replies; 8+ messages in thread
From: Karthikeyan Mitran @ 2026-02-27 0:31 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Prasad Bolisetty,
Tzu-Hao Wei, Axiado Reviewers
Cc: devicetree, linux-arm-kernel, linux-kernel, Alexandre Belloni,
Linus Walleij, Drew Fustini, Karthikeyan Mitran,
Krzysztof Kozlowski, Harshit Shah
----
This series updates Axiado SoC maintainership and fixes devicetree formatting.
A maintainer has moved from the project, so we are adding three new maintainers
(Prasad, Tzu-Hao, and Karthikeyan) along with a reviewer group for broader
coverage.
Patch 1: Removed one and added new maintainers and reviewer group for Axiado SoC
Patch 2: Convert ax3000.dtsi hex values to lowercase
Changes since v2:
- Updated commit message to clarify maintainer additions
- v2: https://lore.kernel.org/linux-devicetree/20260220044550.4152148-1-kmitran@axiado.com/
Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
---
---
Krzysztof Kozlowski (1):
arm64: dts: axiado: Use lowercase hex
Prasad Bolisetty (1):
MAINTAINERS: Update Axiado reviewer
MAINTAINERS | 5 ++++-
arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
change-id: 20260226-maintainers-addition-and-axiado-ax3000_dtsi-update-2f37e16b9053
Best regards,
--
Karthikeyan Mitran <kmitran@axiado.com>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex
2026-02-27 0:31 [PATCH v3 0/2] Update Axiado reviewers and ax3000.dtsi fix Karthikeyan Mitran
@ 2026-02-27 0:31 ` Karthikeyan Mitran
2026-03-01 14:00 ` Krzysztof Kozlowski
2026-02-27 0:31 ` [PATCH v3 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran
1 sibling, 1 reply; 8+ messages in thread
From: Karthikeyan Mitran @ 2026-02-27 0:31 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Prasad Bolisetty,
Tzu-Hao Wei, Axiado Reviewers
Cc: devicetree, linux-arm-kernel, linux-kernel, Alexandre Belloni,
Linus Walleij, Drew Fustini, Karthikeyan Mitran,
Krzysztof Kozlowski
From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
The DTS code coding style expects lowercase hex for values and unit
addresses.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
Signed-off-by: Tzu-Hao Wei <twei@axiado.com>
Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
---
arch/arm64/boot/dts/axiado/ax3000.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/axiado/ax3000.dtsi b/arch/arm64/boot/dts/axiado/ax3000.dtsi
index 792f52e0c7dd..d515f3141529 100644
--- a/arch/arm64/boot/dts/axiado/ax3000.dtsi
+++ b/arch/arm64/boot/dts/axiado/ax3000.dtsi
@@ -480,7 +480,7 @@ uart0: serial@80520000 {
uart1: serial@805a0000 {
compatible = "axiado,ax3000-uart", "cdns,uart-r1p12";
- reg = <0x00 0x805A0000 0x00 0x100>;
+ reg = <0x00 0x805a0000 0x00 0x100>;
interrupt-parent = <&gic500>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "uart_clk", "pclk";
--
2.34.1
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex
2026-02-27 0:31 ` [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
@ 2026-03-01 14:00 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-01 14:00 UTC (permalink / raw)
To: Karthikeyan Mitran, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Prasad Bolisetty, Tzu-Hao Wei, Axiado Reviewers
Cc: devicetree, linux-arm-kernel, linux-kernel, Alexandre Belloni,
Linus Walleij, Drew Fustini, Krzysztof Kozlowski
On 27/02/2026 01:31, Karthikeyan Mitran wrote:
> From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> The DTS code coding style expects lowercase hex for values and unit
> addresses.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
> Signed-off-by: Tzu-Hao Wei <twei@axiado.com>
> Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
It is not a big deal, but I just don't understand what are you doing
here with my patch. I sent it, it got reviewed, so why are you posting
it again for review?
What is the point of this posting?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH v3 2/2] MAINTAINERS: Update Axiado reviewer
2026-02-27 0:31 [PATCH v3 0/2] Update Axiado reviewers and ax3000.dtsi fix Karthikeyan Mitran
2026-02-27 0:31 ` [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
@ 2026-02-27 0:31 ` Karthikeyan Mitran
2026-03-01 13:59 ` Krzysztof Kozlowski
1 sibling, 1 reply; 8+ messages in thread
From: Karthikeyan Mitran @ 2026-02-27 0:31 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Prasad Bolisetty,
Tzu-Hao Wei, Axiado Reviewers
Cc: devicetree, linux-arm-kernel, linux-kernel, Alexandre Belloni,
Linus Walleij, Drew Fustini, Karthikeyan Mitran, Harshit Shah
From: Prasad Bolisetty <pbolisetty@axiado.com>
Adding 3 new maintainers Prasad,Tzu-Hao, and Karthikeyan
also adding a group reviewer entry for review coverage.
Signed-off-by: Prasad Bolisetty <pbolisetty@axiado.com>
Acked-by: Harshit Shah <hshah@axiado.com>
Signed-off-by: Tzu-Hao Wei <twei@axiado.com>
Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..52f1228bf137 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2554,7 +2554,10 @@ F: arch/arm/mach-aspeed/
N: aspeed
ARM/AXIADO ARCHITECTURE
-M: Harshit Shah <hshah@axiado.com>
+M: Prasad Bolisetty <pbolisetty@axiado.com>
+M: Tzu-Hao Wei <twei@axiado.com>
+M: Karthikeyan Mitran <kmitran@axiado.com>
+R: Axiado Reviewers <linux-maintainer@axiado.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
F: Documentation/devicetree/bindings/arm/axiado.yaml
--
2.34.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3 2/2] MAINTAINERS: Update Axiado reviewer
2026-02-27 0:31 ` [PATCH v3 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran
@ 2026-03-01 13:59 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-01 13:59 UTC (permalink / raw)
To: Karthikeyan Mitran, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Prasad Bolisetty, Tzu-Hao Wei, Axiado Reviewers
Cc: devicetree, linux-arm-kernel, linux-kernel, Alexandre Belloni,
Linus Walleij, Drew Fustini, Harshit Shah
On 27/02/2026 01:31, Karthikeyan Mitran wrote:
> From: Prasad Bolisetty <pbolisetty@axiado.com>
>
> Adding 3 new maintainers Prasad,Tzu-Hao, and Karthikeyan
> also adding a group reviewer entry for review coverage.
Same comments as before. You are doing much more in the patch which is
not explained at all.
You received comments, so respond or implement them, not just send the same.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex
@ 2026-03-04 0:22 Karthikeyan Mitran
2026-03-04 7:16 ` Krzysztof Kozlowski
0 siblings, 1 reply; 8+ messages in thread
From: Karthikeyan Mitran @ 2026-03-04 0:22 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: alexandre.belloni, conor+dt, devicetree, fustini,
Karthikeyan Mitran, krzk+dt, krzysztof.kozlowski, linus.walleij,
linux-arm-kernel, open list, Axiado Reviewers, Prasad Bolisetty,
robh, Tzu-Hao Wei
> From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> The DTS code coding style expects lowercase hex for values and unit
> addresses.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
> Signed-off-by: Tzu-Hao Wei <twei@axiado.com>
> Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
> It is not a big deal, but I just don't understand what are you doing
> here with my patch. I sent it, it got reviewed, so why are you posting
> it again for review?
Apologies for the confusion. We weren't sure if your patch had been
picked up by the maintainer yet, so we included it in our series to
ensure the fix was applied along with our related changes.
> What is the point of this posting?
If it's already queued, we'll drop it from our next version and just
note it as a dependency.
Thanks,
Karthikeyan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex
2026-03-04 0:22 [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
@ 2026-03-04 7:16 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-04 7:16 UTC (permalink / raw)
To: Karthikeyan Mitran, Krzysztof Kozlowski
Cc: alexandre.belloni, conor+dt, devicetree, fustini, krzk+dt,
linus.walleij, linux-arm-kernel, open list, Axiado Reviewers,
Prasad Bolisetty, robh, Tzu-Hao Wei
On 04/03/2026 01:22, Karthikeyan Mitran wrote:
>> From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>>
>> The DTS code coding style expects lowercase hex for values and unit
>> addresses.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>> Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
>> Signed-off-by: Tzu-Hao Wei <twei@axiado.com>
>> Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
>
>> It is not a big deal, but I just don't understand what are you doing
>> here with my patch. I sent it, it got reviewed, so why are you posting
>> it again for review?
>
> Apologies for the confusion. We weren't sure if your patch had been
> picked up by the maintainer yet, so we included it in our series to
> ensure the fix was applied along with our related changes.
>
>> What is the point of this posting?
>
> If it's already queued, we'll drop it from our next version and just
> note it as a dependency.
Queued by which maintainer? Why your maintainer cannot just apply this
patch?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex
@ 2026-03-11 0:36 Karthikeyan Mitran
0 siblings, 0 replies; 8+ messages in thread
From: Karthikeyan Mitran @ 2026-03-11 0:36 UTC (permalink / raw)
To: krzysztof.kozlowski
Cc: alexandre.belloni, conor+dt, devicetree, fustini,
Karthikeyan Mitran, krzk+dt, Krzysztof Kozlowski, linus.walleij,
moderated list:ARM/Rockchip SoC support, open list,
Axiado Reviewers, Prasad Bolisetty, robh, Tzu-Hao Wei
>>> From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>>>
>>> The DTS code coding style expects lowercase hex for values and unit
>>> addresses.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>>> Reviewed-by: Tzu-Hao Wei <twei@axiado.com>
>>> Signed-off-by: Tzu-Hao Wei <twei@axiado.com>
>>> Signed-off-by: Karthikeyan Mitran <kmitran@axiado.com>
>>
>>> It is not a big deal, but I just don't understand what are you doing
>>> here with my patch. I sent it, it got reviewed, so why are you posting
>>> it again for review?
>>
>> Apologies for the confusion. We weren't sure if your patch had been
>> picked up by the maintainer yet, so we included it in our series to
>> ensure the fix was applied along with our related changes.
>>
>>> What is the point of this posting?
>>
>> If it's already queued, we'll drop it from our next version and just
>> note it as a dependency.
>
>Queued by which maintainer? Why your maintainer cannot just apply this
>patch?
Hi Krzysztof,
Since we were having a MAINTAINERs change for this architecture in this patch series, I though this patch can be applied to soc tree also directly, instead of a GIT PULL. I now understand a pull request is better, should I drop this patch and create a pull request for review ? because the MAINTAINER patch is also under review.
Thanks in advance,
Karthikeyan Mitran
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-03-11 0:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-27 0:31 [PATCH v3 0/2] Update Axiado reviewers and ax3000.dtsi fix Karthikeyan Mitran
2026-02-27 0:31 ` [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
2026-03-01 14:00 ` Krzysztof Kozlowski
2026-02-27 0:31 ` [PATCH v3 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran
2026-03-01 13:59 ` Krzysztof Kozlowski
2026-03-04 0:22 [PATCH v3 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
2026-03-04 7:16 ` Krzysztof Kozlowski
2026-03-11 0:36 Karthikeyan Mitran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®