On Thu, Nov 9, 2017 at 10:46 AM, Greentime Hu <green...@gmail.com> wrote: > 2017-11-08 21:31 GMT+08:00 Rob Herring <robh...@kernel.org>: >> On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu <green...@gmail.com> wrote: >>> From: Greentime Hu <greent...@andestech.com> >>> >>> Signed-off-by: Greentime Hu <greent...@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...@gmail.com> >>> +M: Vincent Chen <deanbo...@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