* [PATCH v1 1/2] MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM
@ 2019-03-28 23:12 Tomer Maimon
2019-03-28 23:12 ` [PATCH v1 2/2] MAINTAINERS: Add maintainer and replacing reviewer " Tomer Maimon
2019-03-28 23:21 ` [PATCH v1 1/2] MAINTAINERS: fix bad pattern in " Brendan Higgins
0 siblings, 2 replies; 4+ messages in thread
From: Tomer Maimon @ 2019-03-28 23:12 UTC (permalink / raw)
To: joe, avifishman70, venture, yuenn, benjaminfair, brendanhiggins,
tali.perry1, akpm, gregkh
Cc: linux-kernel, openbmc, Tomer Maimon
In the process of upstreaming architecture support for ARM/NUVOTON NPCM
include/dt-bindings/clock/nuvoton,npcm7xx-clks.h was renamed
include/dt-bindings/clock/nuvoton,npcm7xx-clock.h without updating
MAINTAINERS. This updates the MAINTAINERS pattern to match the new name
of this file.
Fixes: 6a498e06ba22 ("MAINTAINERS: Add entry for the Nuvoton NPCM architecture")
Reported-by: Joe Perches <joe@xxxxxxxxxxx>
Signed-off-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..8b305d2f2a8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1900,7 +1900,7 @@ 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: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
F: drivers/*/*npcm*
F: Documentation/devicetree/bindings/*/*npcm*
F: Documentation/devicetree/bindings/*/*/*npcm*
--
2.14.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH v1 2/2] MAINTAINERS: Add maintainer and replacing reviewer ARM/NUVOTON NPCM
2019-03-28 23:12 [PATCH v1 1/2] MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM Tomer Maimon
@ 2019-03-28 23:12 ` Tomer Maimon
2019-03-28 23:23 ` Brendan Higgins
2019-03-28 23:21 ` [PATCH v1 1/2] MAINTAINERS: fix bad pattern in " Brendan Higgins
1 sibling, 1 reply; 4+ messages in thread
From: Tomer Maimon @ 2019-03-28 23:12 UTC (permalink / raw)
To: joe, avifishman70, venture, yuenn, benjaminfair, brendanhiggins,
tali.perry1, akpm, gregkh
Cc: linux-kernel, openbmc, Tomer Maimon
Adding Tali Perry as Nuvoton NPCM maintainer
Replacing Brendan Higgins Nuvoton NPCM reviewer with
Benjamin Fair.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8b305d2f2a8a..4ece87fcc166 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1893,9 +1893,10 @@ 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>
+M: Tali Perry <tali.perry1@gmail.com>
R: Patrick Venture <venture@google.com>
R: Nancy Yuen <yuenn@google.com>
-R: Brendan Higgins <brendanhiggins@google.com>
+R: Benjamin Fair <benjaminfair@google.com>
L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
S: Supported
F: arch/arm/mach-npcm/
--
2.14.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v1 2/2] MAINTAINERS: Add maintainer and replacing reviewer ARM/NUVOTON NPCM
2019-03-28 23:12 ` [PATCH v1 2/2] MAINTAINERS: Add maintainer and replacing reviewer " Tomer Maimon
@ 2019-03-28 23:23 ` Brendan Higgins
0 siblings, 0 replies; 4+ messages in thread
From: Brendan Higgins @ 2019-03-28 23:23 UTC (permalink / raw)
To: Tomer Maimon
Cc: Joe Perches, Avi Fishman, Patrick Venture, Nancy Yuen,
Benjamin Fair, Tali Perry, Andrew Morton, Greg KH,
Linux Kernel Mailing List, OpenBMC Maillist
On Thu, Mar 28, 2019 at 4:13 PM Tomer Maimon <tmaimon77@gmail.com> wrote:
>
> Adding Tali Perry as Nuvoton NPCM maintainer
> Replacing Brendan Higgins Nuvoton NPCM reviewer with
> Benjamin Fair.
>
> Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
> ---
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/2] MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM
2019-03-28 23:12 [PATCH v1 1/2] MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM Tomer Maimon
2019-03-28 23:12 ` [PATCH v1 2/2] MAINTAINERS: Add maintainer and replacing reviewer " Tomer Maimon
@ 2019-03-28 23:21 ` Brendan Higgins
1 sibling, 0 replies; 4+ messages in thread
From: Brendan Higgins @ 2019-03-28 23:21 UTC (permalink / raw)
To: Tomer Maimon
Cc: Joe Perches, Avi Fishman, Patrick Venture, Nancy Yuen,
Benjamin Fair, Tali Perry, Andrew Morton, Greg KH,
Linux Kernel Mailing List, OpenBMC Maillist
On Thu, Mar 28, 2019 at 4:13 PM Tomer Maimon <tmaimon77@gmail.com> wrote:
>
> In the process of upstreaming architecture support for ARM/NUVOTON NPCM
> include/dt-bindings/clock/nuvoton,npcm7xx-clks.h was renamed
> include/dt-bindings/clock/nuvoton,npcm7xx-clock.h without updating
> MAINTAINERS. This updates the MAINTAINERS pattern to match the new name
> of this file.
>
> Fixes: 6a498e06ba22 ("MAINTAINERS: Add entry for the Nuvoton NPCM architecture")
> Reported-by: Joe Perches <joe@xxxxxxxxxxx>
> Signed-off-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>
Hmm...looks like you just copied the text from Spinics, because the
email addresses are x'ed out.
You can download the patch here: https://lore.kernel.org/patchwork/patch/996114/
> Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d263f29..8b305d2f2a8a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1900,7 +1900,7 @@ 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: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
> F: drivers/*/*npcm*
> F: Documentation/devicetree/bindings/*/*npcm*
> F: Documentation/devicetree/bindings/*/*/*npcm*
> --
> 2.14.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-28 23:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 23:12 [PATCH v1 1/2] MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM Tomer Maimon
2019-03-28 23:12 ` [PATCH v1 2/2] MAINTAINERS: Add maintainer and replacing reviewer " Tomer Maimon
2019-03-28 23:23 ` Brendan Higgins
2019-03-28 23:21 ` [PATCH v1 1/2] MAINTAINERS: fix bad pattern in " Brendan Higgins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox