Using this entry as the maintainers information for CIX SKY series SoCs.
Acked-by: Fugang Duan <fugang.duan@cixtech.com>
Signed-off-by: Peter Chen <peter.chen@cixtech.com>
---
Changes for v4
- Add two dts files as maintained files
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index efee40ea589f..edf26cf11ee2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2354,6 +2354,16 @@ F: arch/arm/boot/compressed/misc-ep93xx.h
F: arch/arm/mach-ep93xx/
F: drivers/iio/adc/ep93xx_adc.c
+ARM/CIX SKY ARM ARCHITECTURE
+M: Peter Chen <peter.chen@cixtech.com>
+M: Fugang Duan <fugang.duan@cixtech.com>
+R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com>
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: Documentation/devicetree/bindings/arm/cix.yaml
+F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts
+F: arch/arm64/boot/dts/cix/sky1.dtsi
+
ARM/CLKDEV SUPPORT
M: Russell King <linux@armlinux.org.uk>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
--
2.25.1
On Wed, Mar 5, 2025, at 06:38, Peter Chen wrote:
> +ARM/CIX SKY ARM ARCHITECTURE
> +M: Peter Chen <peter.chen@cixtech.com>
> +M: Fugang Duan <fugang.duan@cixtech.com>
> +R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Maintained
> +F: Documentation/devicetree/bindings/arm/cix.yaml
> +F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts
> +F: arch/arm64/boot/dts/cix/sky1.dtsi
> +
Looks good to me. You can also add a regex keyword entry such as
K: \bcix\b
to match any filenames that have 'cix' as a whole word.
Arnd
On 05/03/2025 06:38, Peter Chen wrote: > Using this entry as the maintainers information for CIX SKY series SoCs. > > Acked-by: Fugang Duan <fugang.duan@cixtech.com> > Signed-off-by: Peter Chen <peter.chen@cixtech.com> > --- > Changes for v4 > - Add two dts files as maintained files > > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index efee40ea589f..edf26cf11ee2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2354,6 +2354,16 @@ F: arch/arm/boot/compressed/misc-ep93xx.h > F: arch/arm/mach-ep93xx/ > F: drivers/iio/adc/ep93xx_adc.c > > +ARM/CIX SKY ARM ARCHITECTURE > +M: Peter Chen <peter.chen@cixtech.com> > +M: Fugang Duan <fugang.duan@cixtech.com> > +R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: Documentation/devicetree/bindings/arm/cix.yaml > +F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts > +F: arch/arm64/boot/dts/cix/sky1.dtsi Instead: arch/arm64/boot/dts/cix/ or if you think there will be more different architectures coming from cix, which you will not maintain, then useful would be a "sky" subdirectory. Best regards, Krzysztof
On 25-03-20 10:25:53, Krzysztof Kozlowski wrote: > EXTERNAL EMAIL > > On 05/03/2025 06:38, Peter Chen wrote: > > Using this entry as the maintainers information for CIX SKY series SoCs. > > > > Acked-by: Fugang Duan <fugang.duan@cixtech.com> > > Signed-off-by: Peter Chen <peter.chen@cixtech.com> > > --- > > Changes for v4 > > - Add two dts files as maintained files > > > > MAINTAINERS | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index efee40ea589f..edf26cf11ee2 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2354,6 +2354,16 @@ F: arch/arm/boot/compressed/misc-ep93xx.h > > F: arch/arm/mach-ep93xx/ > > F: drivers/iio/adc/ep93xx_adc.c > > > > +ARM/CIX SKY ARM ARCHITECTURE > > +M: Peter Chen <peter.chen@cixtech.com> > > +M: Fugang Duan <fugang.duan@cixtech.com> > > +R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com> > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: Documentation/devicetree/bindings/arm/cix.yaml > > +F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts > > +F: arch/arm64/boot/dts/cix/sky1.dtsi > > Instead: > arch/arm64/boot/dts/cix/ > > or if you think there will be more different architectures coming from > cix, which you will not maintain, then useful would be a "sky" subdirectory. > Hi Krzysztof, Thanks for your comment, CIX is Arm SoC based silicon design company, we may have different SoC style for middle end in future. So, for that SoC series, it may not name sky. -- Best regards, Peter
On 20/03/2025 11:49, Peter Chen wrote: > On 25-03-20 10:25:53, Krzysztof Kozlowski wrote: >> EXTERNAL EMAIL >> >> On 05/03/2025 06:38, Peter Chen wrote: >>> Using this entry as the maintainers information for CIX SKY series SoCs. >>> >>> Acked-by: Fugang Duan <fugang.duan@cixtech.com> >>> Signed-off-by: Peter Chen <peter.chen@cixtech.com> >>> --- >>> Changes for v4 >>> - Add two dts files as maintained files >>> >>> MAINTAINERS | 10 ++++++++++ >>> 1 file changed, 10 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index efee40ea589f..edf26cf11ee2 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -2354,6 +2354,16 @@ F: arch/arm/boot/compressed/misc-ep93xx.h >>> F: arch/arm/mach-ep93xx/ >>> F: drivers/iio/adc/ep93xx_adc.c >>> >>> +ARM/CIX SKY ARM ARCHITECTURE >>> +M: Peter Chen <peter.chen@cixtech.com> >>> +M: Fugang Duan <fugang.duan@cixtech.com> >>> +R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com> >>> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >>> +S: Maintained >>> +F: Documentation/devicetree/bindings/arm/cix.yaml >>> +F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts >>> +F: arch/arm64/boot/dts/cix/sky1.dtsi >> >> Instead: >> arch/arm64/boot/dts/cix/ >> >> or if you think there will be more different architectures coming from >> cix, which you will not maintain, then useful would be a "sky" subdirectory. >> > Hi Krzysztof, > > Thanks for your comment, CIX is Arm SoC based silicon design > company, we may have different SoC style for middle end in future. > So, for that SoC series, it may not name sky. Your Kconfig says ARCH_CIX :/ Anyway, listing individual files is pointless, so if you are not going to maintain entire arch, then create subdir. Otherwise why creating so many entries? The biggest upstreamed SoC vendor (by number of SoCs and boards has one entry. Best regards, Krzysztof
On Thu, Mar 20, 2025 at 06:49:47PM +0800, Peter Chen wrote: (...) > > > +ARM/CIX SKY ARM ARCHITECTURE > > > +M: Peter Chen <peter.chen@cixtech.com> > > > +M: Fugang Duan <fugang.duan@cixtech.com> > > > +R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com> > > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > > +S: Maintained > > > +F: Documentation/devicetree/bindings/arm/cix.yaml > > > +F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts > > > +F: arch/arm64/boot/dts/cix/sky1.dtsi > > > > Instead: > > arch/arm64/boot/dts/cix/ > > > > or if you think there will be more different architectures coming from > > cix, which you will not maintain, then useful would be a "sky" subdirectory. > > > Hi Krzysztof, > > Thanks for your comment, CIX is Arm SoC based silicon design > company, we may have different SoC style for middle end in future. > So, for that SoC series, it may not name sky. I believe the idea is that the file should either say +F: arch/arm64/boot/dts/cix/ if the two of you intend to be maintainers for everything under cix/. You don't need to list every specific file. Otherwise it should say +F: arch/arm64/boot/dts/cix/sky/ with its own subdirectory if you only intend to be maintaining the sky family. > -- > > Best regards, > Peter
On 25-03-20 15:28:49, Kajetan Puchalski wrote: > > > > > +ARM/CIX SKY ARM ARCHITECTURE > > > > +M: Peter Chen <peter.chen@cixtech.com> > > > > +M: Fugang Duan <fugang.duan@cixtech.com> > > > > +R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com> > > > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > > > +S: Maintained > > > > +F: Documentation/devicetree/bindings/arm/cix.yaml > > > > +F: arch/arm64/boot/dts/cix/sky1-orion-o6.dts > > > > +F: arch/arm64/boot/dts/cix/sky1.dtsi > > > > > > Instead: > > > arch/arm64/boot/dts/cix/ > > > > > > or if you think there will be more different architectures coming from > > > cix, which you will not maintain, then useful would be a "sky" subdirectory. > > > > > Hi Krzysztof, > > > > Thanks for your comment, CIX is Arm SoC based silicon design > > company, we may have different SoC style for middle end in future. > > So, for that SoC series, it may not name sky. > > I believe the idea is that the file should either say > > +F: arch/arm64/boot/dts/cix/ > > if the two of you intend to be maintainers for everything under cix/. > You don't need to list every specific file. > > Otherwise it should say > > +F: arch/arm64/boot/dts/cix/sky/ > > with its own subdirectory if you only intend to be maintaining the sky family. Hi Kajetan & Krzysztof, Thanks for your valuable comments. We prefer maintain the entire CIX architecture under one entry, I will change maintain information like below: ARM/CIX SOC SUPPORT M: Peter Chen <peter.chen@cixtech.com> M: Fugang Duan <fugang.duan@cixtech.com> R: CIX Linux Kernel Upstream Group <cix-kernel-upstream@cixtech.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/arm/cix.yaml F: arch/arm64/boot/dts/cix/ -- Best regards, Peter
© 2016 - 2026 Red Hat, Inc.