2018-09-20 10:15:17

by Guo Ren

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add csky

Add a maintainer information for the csky(C-SKY) architecture.

Signed-off-by: Guo Ren <[email protected]>
---
MAINTAINERS | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d870cb5..6b7c1be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3211,6 +3211,22 @@ T: git git://git.alsa-project.org/alsa-kernel.git
S: Maintained
F: sound/pci/oxygen/

+C-SKY ARCHITECTURE
+M: Guo Ren <[email protected]>
+T: git https://github.com/c-sky/csky-linux.git
+S: Supported
+F: arch/csky/
+F: Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt
+F: drivers/irqchip/irq-csky-mpintc.c
+F: Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt
+F: drivers/irqchip/irq-csky-apb-intc.c
+F: Documentation/devicetree/bindings/timer/csky,mptimer.txt
+F: drivers/clocksource/csky_mptimer.c
+F: Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt
+F: drivers/clocksource/timer-gx6605s.c
+K: csky
+N: csky
+
C6X ARCHITECTURE
M: Mark Salter <[email protected]>
M: Aurelien Jacquiot <[email protected]>
--
2.7.4



2018-09-20 10:18:21

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add csky

On Thu, Sep 20, 2018 at 06:14:07PM +0800, Guo Ren wrote:
> Add a maintainer information for the csky(C-SKY) architecture.
>
> Signed-off-by: Guo Ren <[email protected]>
> ---
> MAINTAINERS | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d870cb5..6b7c1be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3211,6 +3211,22 @@ T: git git://git.alsa-project.org/alsa-kernel.git
> S: Maintained
> F: sound/pci/oxygen/
>
> +C-SKY ARCHITECTURE
> +M: Guo Ren <[email protected]>
> +T: git https://github.com/c-sky/csky-linux.git
> +S: Supported
> +F: arch/csky/

Shouldn't this patch be part of the original patch series for the csky
port? No need to put it separate.

thanks,

greg k-h

2018-09-20 13:40:53

by Guo Ren

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add csky

On Thu, Sep 20, 2018 at 12:17:43PM +0200, Greg KH wrote:
> On Thu, Sep 20, 2018 at 06:14:07PM +0800, Guo Ren wrote:
> > Add a maintainer information for the csky(C-SKY) architecture.
> >
> > Signed-off-by: Guo Ren <[email protected]>
> > ---
> > MAINTAINERS | 16 ++++++++++++++++
> > 1 file changed, 16 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d870cb5..6b7c1be 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3211,6 +3211,22 @@ T: git git://git.alsa-project.org/alsa-kernel.git
> > S: Maintained
> > F: sound/pci/oxygen/
> >
> > +C-SKY ARCHITECTURE
> > +M: Guo Ren <[email protected]>
> > +T: git https://github.com/c-sky/csky-linux.git
> > +S: Supported
> > +F: arch/csky/
>
> Shouldn't this patch be part of the original patch series for the csky
> port? No need to put it separate.
Ok, I'll put it into my patch series and not seperate it.

Best Regards
Guo Ren