On Thu, Nov 9, 2017 at 10:46 AM, Greentime Hu <[email protected]> wrote:
> 2017-11-08 21:31 GMT+08:00 Rob Herring <[email protected]>:
>> On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <[email protected]> wrote:
>>> From: Greentime Hu <[email protected]>
>>>
>>> Signed-off-by: Greentime Hu <[email protected]>
>>> ---
>>> 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 <[email protected]>
>>> +M: Vincent Chen <[email protected]>
>>> +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