diff mbox series

[29/31] MAINTAINERS: Add nds32

Message ID 16035efb78f70411998755693339471032743377.1510118606.git.green.hu@gmail.com
State Not Applicable, archived
Delegated to: David Miller
Headers show
Series Andes(nds32) Linux Kernel Port | expand

Commit Message

Greentime Hu Nov. 8, 2017, 5:55 a.m. UTC
From: Greentime Hu <greentime@andestech.com>

Signed-off-by: Greentime Hu <greentime@andestech.com>
---
 MAINTAINERS |    9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Rob Herring Nov. 8, 2017, 1:31 p.m. UTC | #1
On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <green.hu@gmail.com> wrote:
> From: Greentime Hu <greentime@andestech.com>
>
> Signed-off-by: Greentime Hu <greentime@andestech.com>
> ---
>  MAINTAINERS |    9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2f4e462..bce1181 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -857,6 +857,15 @@ X: drivers/iio/*/adjd*
>  F:     drivers/staging/iio/*/ad*
>  F:     drivers/staging/iio/trigger/iio-trig-bfin-timer.c
>
> +ANDES ARCHITECTURE
> +M:     Greentime Hu <green.hu@gmail.com>
> +M:     Vincent Chen <deanbo422@gmail.com>
> +T:     git https://github.com/andestech/linux.git
> +S:     Supported
> +F:     arch/nds32

DT binding files?

> +K:     nds32
> +N:     nds32
> +
>  ANDROID CONFIG FRAGMENTS
>  M:     Rob Herring <robh@kernel.org>
>  S:     Supported
> --
> 1.7.9.5
>
Greentime Hu Nov. 9, 2017, 9:46 a.m. UTC | #2
2017-11-08 21:31 GMT+08:00 Rob Herring <robh+dt@kernel.org>:
> On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <green.hu@gmail.com> wrote:
>> From: Greentime Hu <greentime@andestech.com>
>>
>> Signed-off-by: Greentime Hu <greentime@andestech.com>
>> ---
>>  MAINTAINERS |    9 +++++++++
>>  1 file changed, 9 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2f4e462..bce1181 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -857,6 +857,15 @@ X: drivers/iio/*/adjd*
>>  F:     drivers/staging/iio/*/ad*
>>  F:     drivers/staging/iio/trigger/iio-trig-bfin-timer.c
>>
>> +ANDES ARCHITECTURE
>> +M:     Greentime Hu <green.hu@gmail.com>
>> +M:     Vincent Chen <deanbo422@gmail.com>
>> +T:     git https://github.com/andestech/linux.git
>> +S:     Supported
>> +F:     arch/nds32
>
> DT binding files?

Thanks.
I should add
F:    Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
F:    Documentation/devicetree/bindings/nds32/cpus.txt

I will fix it in the next version patch.

>
>> +K:     nds32
>> +N:     nds32
>> +
>>  ANDROID CONFIG FRAGMENTS
>>  M:     Rob Herring <robh@kernel.org>
>>  S:     Supported
>> --
>> 1.7.9.5
>>
Arnd Bergmann Nov. 9, 2017, 10:36 a.m. UTC | #3
On Thu, Nov 9, 2017 at 10:46 AM, Greentime Hu <green.hu@gmail.com> wrote:
> 2017-11-08 21:31 GMT+08:00 Rob Herring <robh+dt@kernel.org>:
>> On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <green.hu@gmail.com> wrote:
>>> From: Greentime Hu <greentime@andestech.com>
>>>
>>> Signed-off-by: Greentime Hu <greentime@andestech.com>
>>> ---
>>>  MAINTAINERS |    9 +++++++++
>>>  1 file changed, 9 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 2f4e462..bce1181 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -857,6 +857,15 @@ X: drivers/iio/*/adjd*
>>>  F:     drivers/staging/iio/*/ad*
>>>  F:     drivers/staging/iio/trigger/iio-trig-bfin-timer.c
>>>
>>> +ANDES ARCHITECTURE
>>> +M:     Greentime Hu <green.hu@gmail.com>
>>> +M:     Vincent Chen <deanbo422@gmail.com>
>>> +T:     git https://github.com/andestech/linux.git
>>> +S:     Supported
>>> +F:     arch/nds32
>>
>> DT binding files?
>
> Thanks.
> I should add
> F:    Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
> F:    Documentation/devicetree/bindings/nds32/cpus.txt
>
> I will fix it in the next version patch.

Better make the second one the directory, in case you add more files
there later.

I would also add a "K: nds32" line to catch all files that have this
in their names.

       Arnd
Joe Perches Nov. 14, 2017, 3:39 p.m. UTC | #4
On Thu, 2017-11-09 at 11:36 +0100, Arnd Bergmann wrote:
> On Thu, Nov 9, 2017 at 10:46 AM, Greentime Hu <green.hu@gmail.com> wrote:
> > 2017-11-08 21:31 GMT+08:00 Rob Herring <robh+dt@kernel.org>:
> > > On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <green.hu@gmail.com> wrote:
> > > > From: Greentime Hu <greentime@andestech.com>
> > > > 
> > > > Signed-off-by: Greentime Hu <greentime@andestech.com>
> > > > ---
> > > >  MAINTAINERS |    9 +++++++++
> > > >  1 file changed, 9 insertions(+)
> > > > 
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > index 2f4e462..bce1181 100644
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -857,6 +857,15 @@ X: drivers/iio/*/adjd*
> > > >  F:     drivers/staging/iio/*/ad*
> > > >  F:     drivers/staging/iio/trigger/iio-trig-bfin-timer.c
> > > > 
> > > > +ANDES ARCHITECTURE
> > > > +M:     Greentime Hu <green.hu@gmail.com>
> > > > +M:     Vincent Chen <deanbo422@gmail.com>
> > > > +T:     git https://github.com/andestech/linux.git
> > > > +S:     Supported
> > > > +F:     arch/nds32
> > > 
> > > DT binding files?
> > 
> > Thanks.
> > I should add
> > F:    Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
> > F:    Documentation/devicetree/bindings/nds32/cpus.txt
> > 
> > I will fix it in the next version patch.
> 
> Better make the second one the directory, in case you add more files
> there later.
> 
> I would also add a "K: nds32" line to catch all files that have this
> in their names.

That's probably not what would be desired

K: looks for keywords inside all file contents
N: looks for filenames matching a regex pattern

See the header in MAINTAINERS for more details
Greentime Hu Nov. 16, 2017, 12:22 p.m. UTC | #5
2017-11-14 23:39 GMT+08:00 Joe Perches <joe@perches.com>:
> On Thu, 2017-11-09 at 11:36 +0100, Arnd Bergmann wrote:
>> On Thu, Nov 9, 2017 at 10:46 AM, Greentime Hu <green.hu@gmail.com> wrote:
>> > 2017-11-08 21:31 GMT+08:00 Rob Herring <robh+dt@kernel.org>:
>> > > On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <green.hu@gmail.com> wrote:
>> > > > From: Greentime Hu <greentime@andestech.com>
>> > > >
>> > > > Signed-off-by: Greentime Hu <greentime@andestech.com>
>> > > > ---
>> > > >  MAINTAINERS |    9 +++++++++
>> > > >  1 file changed, 9 insertions(+)
>> > > >
>> > > > diff --git a/MAINTAINERS b/MAINTAINERS
>> > > > index 2f4e462..bce1181 100644
>> > > > --- a/MAINTAINERS
>> > > > +++ b/MAINTAINERS
>> > > > @@ -857,6 +857,15 @@ X: drivers/iio/*/adjd*
>> > > >  F:     drivers/staging/iio/*/ad*
>> > > >  F:     drivers/staging/iio/trigger/iio-trig-bfin-timer.c
>> > > >
>> > > > +ANDES ARCHITECTURE
>> > > > +M:     Greentime Hu <green.hu@gmail.com>
>> > > > +M:     Vincent Chen <deanbo422@gmail.com>
>> > > > +T:     git https://github.com/andestech/linux.git
>> > > > +S:     Supported
>> > > > +F:     arch/nds32
>> > >
>> > > DT binding files?
>> >
>> > Thanks.
>> > I should add
>> > F:    Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
>> > F:    Documentation/devicetree/bindings/nds32/cpus.txt
>> >
>> > I will fix it in the next version patch.
>>
>> Better make the second one the directory, in case you add more files
>> there later.
>>
Thanks. I will add the second one directory.

>> I would also add a "K: nds32" line to catch all files that have this
>> in their names.
>
> That's probably not what would be desired
>
> K: looks for keywords inside all file contents
> N: looks for filenames matching a regex pattern
>
> See the header in MAINTAINERS for more details
>

Thanks.
I will add K and N both.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2f4e462..bce1181 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -857,6 +857,15 @@  X:	drivers/iio/*/adjd*
 F:	drivers/staging/iio/*/ad*
 F:	drivers/staging/iio/trigger/iio-trig-bfin-timer.c
 
+ANDES ARCHITECTURE
+M:	Greentime Hu <green.hu@gmail.com>
+M:	Vincent Chen <deanbo422@gmail.com>
+T:	git https://github.com/andestech/linux.git
+S:	Supported
+F:	arch/nds32
+K:	nds32
+N:	nds32
+
 ANDROID CONFIG FRAGMENTS
 M:	Rob Herring <robh@kernel.org>
 S:	Supported