All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brendan Higgins <brendanhiggins@google.com>
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
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org,
	Brendan Higgins <brendanhiggins@google.com>
Subject: [PATCH v9 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture
Date: Mon,  5 Feb 2018 15:57:57 -0800	[thread overview]
Message-ID: <20180205235757.246758-4-brendanhiggins@google.com> (raw)
In-Reply-To: <20180205235757.246758-1-brendanhiggins@google.com>

Add maintainers and reviewers for the Nuvoton NPCM architecture.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: Tomer Maimon <tmaimon77@gmail.com>
Reviewed-by: Avi Fishman <avifishman70@gmail.com>
---
 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 <avifishman70@gmail.com>
+M:	Tomer Maimon <tmaimon77@gmail.com>
+R:	Patrick Venture <venture@google.com>
+R:	Nancy Yuen <yuenn@google.com>
+R:	Brendan Higgins <brendanhiggins@google.com>
+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 <mcuos.com@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-- 
2.16.0.rc1.238.g530d649a79-goog

WARNING: multiple messages have this Message-ID (diff)
From: brendanhiggins@google.com (Brendan Higgins)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v9 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture
Date: Mon,  5 Feb 2018 15:57:57 -0800	[thread overview]
Message-ID: <20180205235757.246758-4-brendanhiggins@google.com> (raw)
In-Reply-To: <20180205235757.246758-1-brendanhiggins@google.com>

Add maintainers and reviewers for the Nuvoton NPCM architecture.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: Tomer Maimon <tmaimon77@gmail.com>
Reviewed-by: Avi Fishman <avifishman70@gmail.com>
---
 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 <avifishman70@gmail.com>
+M:	Tomer Maimon <tmaimon77@gmail.com>
+R:	Patrick Venture <venture@google.com>
+R:	Nancy Yuen <yuenn@google.com>
+R:	Brendan Higgins <brendanhiggins@google.com>
+L:	openbmc at 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 <mcuos.com@gmail.com>
 L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
-- 
2.16.0.rc1.238.g530d649a79-goog

  parent reply	other threads:[~2018-02-05 23:58 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 23:57 [PATCH v9 0/3] arm: npcm: add basic support for Nuvoton BMCs Brendan Higgins
2018-02-05 23:57 ` Brendan Higgins
2018-02-05 23:57 ` Brendan Higgins
2018-02-05 23:57 ` [PATCH v9 1/3] " Brendan Higgins
2018-02-05 23:57   ` Brendan Higgins
2018-02-05 23:57 ` [PATCH v9 2/3] arm: dts: add Nuvoton NPCM750 device tree Brendan Higgins
2018-02-05 23:57   ` Brendan Higgins
2018-02-13  6:22   ` Joel Stanley
2018-02-13  6:22     ` Joel Stanley
2018-02-13  6:22     ` Joel Stanley
2018-02-13  6:22     ` Joel Stanley
2018-02-15  2:28     ` Joel Stanley
2018-02-15  2:28       ` Joel Stanley
2018-02-15  2:28       ` Joel Stanley
2018-02-15  3:59       ` Florian Fainelli
2018-02-15  3:59         ` Florian Fainelli
2018-02-15  3:59         ` Florian Fainelli
2018-02-16 19:14         ` Brendan Higgins
2018-02-16 19:14           ` Brendan Higgins
2018-02-16 19:14           ` Brendan Higgins
2018-02-16 19:14           ` Brendan Higgins
2018-02-13  8:30   ` Arnd Bergmann
2018-02-13  8:30     ` Arnd Bergmann
2018-02-13  8:30     ` Arnd Bergmann
2018-02-13  8:30     ` Arnd Bergmann
2018-02-13  9:29     ` Avi Fishman
2018-02-13  9:29       ` Avi Fishman
2018-02-13  9:29       ` Avi Fishman
2018-02-13 19:12       ` Brendan Higgins
2018-02-13 19:12         ` Brendan Higgins
2018-02-13 19:12         ` Brendan Higgins
2018-02-13 19:53         ` Arnd Bergmann
2018-02-13 19:53           ` Arnd Bergmann
2018-02-13 19:53           ` Arnd Bergmann
2018-02-05 23:57 ` Brendan Higgins [this message]
2018-02-05 23:57   ` [PATCH v9 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture Brendan Higgins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180205235757.246758-4-brendanhiggins@google.com \
    --to=brendanhiggins@google.com \
    --cc=avifishman70@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=julien.thierry@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=pombredanne@nexb.com \
    --cc=robh+dt@kernel.org \
    --cc=tmaimon77@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.