* [PATCH v2 0/2] axiado-ax3000-soc-maintainers-change and dtsi fixes [not found] <20260206-axiado-ax3000-soc-maintainers-change-v1-1-a39ad47eb185@axiado.com> @ 2026-02-20 4:45 ` Karthikeyan Mitran 2026-02-20 4:45 ` [PATCH v2 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran 2026-02-20 4:45 ` [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran 0 siblings, 2 replies; 4+ messages in thread From: Karthikeyan Mitran @ 2026-02-20 4:45 UTC (permalink / raw) To: arnd Cc: soc, linux-arm-kernel, krzysztof.kozlowski, devicetree, linux-kernel, pbolisetty, twei, kmitran Hi Arnd, We have the following patches for SoC tree merge: 1)Addition of new maintainers for Axiado SoC (platform maintainers). 2)'dtsi' change to lowercase hex for values - reviewed by krzysztof kozlowski. Also mentioned in root/Documentation/process/maintainer-soc.rst we like to request you to provide us with an Axiado branch for the SoC tree to be able to submit the pull requests for our future SoC changes. We have also created a submaintainers tree to stage patches, and kept in https://github.com/axiado/linux-axiado-dev.git The above two patches are ready for merge to your next. Please let us know if you would like to pick up the above two patches, or you want us to create a pull request after you create the branch. Thanks, Regards, Karthikeyan Mitran 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(-) -- 2.34.1 ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 1/2] arm64: dts: axiado: Use lowercase hex 2026-02-20 4:45 ` [PATCH v2 0/2] axiado-ax3000-soc-maintainers-change and dtsi fixes Karthikeyan Mitran @ 2026-02-20 4:45 ` Karthikeyan Mitran 2026-02-20 4:45 ` [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran 1 sibling, 0 replies; 4+ messages in thread From: Karthikeyan Mitran @ 2026-02-20 4:45 UTC (permalink / raw) To: arnd Cc: soc, linux-arm-kernel, krzysztof.kozlowski, devicetree, linux-kernel, pbolisetty, twei, kmitran, 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 related [flat|nested] 4+ messages in thread
* [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer 2026-02-20 4:45 ` [PATCH v2 0/2] axiado-ax3000-soc-maintainers-change and dtsi fixes Karthikeyan Mitran 2026-02-20 4:45 ` [PATCH v2 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran @ 2026-02-20 4:45 ` Karthikeyan Mitran 2026-02-20 7:59 ` Krzysztof Kozlowski 1 sibling, 1 reply; 4+ messages in thread From: Karthikeyan Mitran @ 2026-02-20 4:45 UTC (permalink / raw) To: arnd Cc: soc, linux-arm-kernel, krzysztof.kozlowski, devicetree, linux-kernel, pbolisetty, twei, kmitran, Harshit Shah From: Prasad Bolisetty <pbolisetty@axiado.com> I am working for the Axiado SoC platform drivers. Adding myself and adding email alias for reviewer 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 related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer 2026-02-20 4:45 ` [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran @ 2026-02-20 7:59 ` Krzysztof Kozlowski 0 siblings, 0 replies; 4+ messages in thread From: Krzysztof Kozlowski @ 2026-02-20 7:59 UTC (permalink / raw) To: Karthikeyan Mitran, arnd Cc: soc, linux-arm-kernel, krzysztof.kozlowski, devicetree, linux-kernel, pbolisetty, twei, Harshit Shah On 20/02/2026 05:45, Karthikeyan Mitran wrote: > From: Prasad Bolisetty <pbolisetty@axiado.com> > > I am working for the Axiado SoC platform drivers. Adding myself > and adding email alias for reviewer 1. Much more is happening in this patch. 2. First you send patches for review to the mailing lists. Only then, AFTER THE REVIEW, you send them to soc@ list. Please read maintainer soc profile. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-02-20 7:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260206-axiado-ax3000-soc-maintainers-change-v1-1-a39ad47eb185@axiado.com>
2026-02-20 4:45 ` [PATCH v2 0/2] axiado-ax3000-soc-maintainers-change and dtsi fixes Karthikeyan Mitran
2026-02-20 4:45 ` [PATCH v2 1/2] arm64: dts: axiado: Use lowercase hex Karthikeyan Mitran
2026-02-20 4:45 ` [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer Karthikeyan Mitran
2026-02-20 7:59 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox