From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965726AbeBMUKZ (ORCPT ); Tue, 13 Feb 2018 15:10:25 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:37216 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965670AbeBMUKO (ORCPT ); Tue, 13 Feb 2018 15:10:14 -0500 X-Google-Smtp-Source: AH8x225ICycpOoAKOFELny9KK1TXUxKrIaxyyJRu/loXOsbNpgtghK2NHxr7giA6gMbkb8FpoS2Fjw== From: Brendan Higgins To: robh+dt@kernel.org, linux@armlinux.org.uk, mark.rutland@arm.com, tmaimon77@gmail.com, avifishman70@gmail.com, f.fainelli@gmail.com, julien.thierry@arm.com, pombredanne@nexb.com, arnd@arndb.de Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org, Brendan Higgins Subject: [PATCH v10 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture Date: Tue, 13 Feb 2018 12:09:59 -0800 Message-Id: <20180213200959.160157-4-brendanhiggins@google.com> X-Mailer: git-send-email 2.16.0.rc1.238.g530d649a79-goog In-Reply-To: <20180213200959.160157-1-brendanhiggins@google.com> References: <20180213200959.160157-1-brendanhiggins@google.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add maintainers and reviewers for the Nuvoton NPCM architecture. Signed-off-by: Brendan Higgins Reviewed-by: Tomer Maimon Reviewed-by: Avi Fishman --- MAINTAINERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 44cb004c765d..2fa95aba0f7f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1598,6 +1598,20 @@ F: drivers/pinctrl/nomadik/ F: drivers/i2c/busses/i2c-nomadik.c T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git +ARM/NUVOTON NPCM ARCHITECTURE +M: Avi Fishman +M: Tomer Maimon +R: Patrick Venture +R: Nancy Yuen +R: Brendan Higgins +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) +S: Supported +F: arch/arm/mach-npcm/ +F: arch/arm/boot/dts/nuvoton-npcm* +F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h +F: drivers/*/*npcm* +F: Documentation/*/*npcm* + ARM/NUVOTON W90X900 ARM ARCHITECTURE M: Wan ZongShun L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -- 2.16.0.rc1.238.g530d649a79-goog