public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
@ 2013-12-20 19:39 Uwe Kleine-König
  2013-12-20 19:51 ` Greg Kroah-Hartman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2013-12-20 19:39 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arm, Mike Turquette, Daniel Lezcano, Thomas Gleixner, Mark Brown,
	Grant Likely, Rob Herring, Greg Kroah-Hartman, kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Hello,

I think this can best go in via armsoc, but needs acks for clk, clocksource,
spi and tty/serial.

Best regards
Uwe

 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 95648eb..28c69a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -867,6 +867,21 @@ S:	Maintained
 F:	arch/arm/mach-ebsa110/
 F:	drivers/net/ethernet/amd/am79c961a.*
 
+ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
+M:	Uwe Kleine-König <kernel@pengutronix.de>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	arch/arm/boot/dts/efm32*
+F:	arch/arm/configs/efm32_defconfig
+F:	arch/arm/include/debug/efm32.S
+F:	arch/arm/mach-efm32/
+F:	drivers/clk/clk-efm32gg.c
+F:	drivers/clocksource/time-efm32.c
+F:	drivers/spi/spi-efm32.c
+F:	drivers/tty/serial/efm32-uart.c
+F:	include/dt-bindings/clock/efm32-cmu.h
+F:	include/linux/platform_data/efm32-*
+
 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
 M:	Daniel Ribeiro <drwyrm@gmail.com>
 M:	Stefan Schmidt <stefan@openezx.org>
-- 
1.8.5.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
  2013-12-20 19:39 [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Uwe Kleine-König
@ 2013-12-20 19:51 ` Greg Kroah-Hartman
  2013-12-20 19:51 ` Mark Brown
  2013-12-20 19:55 ` Alexander Shiyan
  2 siblings, 0 replies; 8+ messages in thread
From: Greg Kroah-Hartman @ 2013-12-20 19:51 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-arm-kernel, linux-kernel, arm, Mike Turquette,
	Daniel Lezcano, Thomas Gleixner, Mark Brown, Grant Likely,
	Rob Herring, kernel

On Fri, Dec 20, 2013 at 08:39:03PM +0100, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Hello,
> 
> I think this can best go in via armsoc, but needs acks for clk, clocksource,
> spi and tty/serial.

For the serial driver:

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
  2013-12-20 19:39 [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Uwe Kleine-König
  2013-12-20 19:51 ` Greg Kroah-Hartman
@ 2013-12-20 19:51 ` Mark Brown
  2013-12-20 19:55 ` Alexander Shiyan
  2 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2013-12-20 19:51 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-arm-kernel, linux-kernel, arm, Mike Turquette,
	Daniel Lezcano, Thomas Gleixner, Grant Likely, Rob Herring,
	Greg Kroah-Hartman, kernel

[-- Attachment #1: Type: text/plain, Size: 1389 bytes --]

On Fri, Dec 20, 2013 at 08:39:03PM +0100, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Acked-by: Mark Brown <broonie@linaro.org>

> Hello,
> 
> I think this can best go in via armsoc, but needs acks for clk, clocksource,
> spi and tty/serial.
> 
> Best regards
> Uwe
> 
>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 95648eb..28c69a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -867,6 +867,21 @@ S:	Maintained
>  F:	arch/arm/mach-ebsa110/
>  F:	drivers/net/ethernet/amd/am79c961a.*
>  
> +ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
> +M:	Uwe Kleine-König <kernel@pengutronix.de>
> +L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S:	Maintained
> +F:	arch/arm/boot/dts/efm32*
> +F:	arch/arm/configs/efm32_defconfig
> +F:	arch/arm/include/debug/efm32.S
> +F:	arch/arm/mach-efm32/
> +F:	drivers/clk/clk-efm32gg.c
> +F:	drivers/clocksource/time-efm32.c
> +F:	drivers/spi/spi-efm32.c
> +F:	drivers/tty/serial/efm32-uart.c
> +F:	include/dt-bindings/clock/efm32-cmu.h
> +F:	include/linux/platform_data/efm32-*
> +
>  ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
>  M:	Daniel Ribeiro <drwyrm@gmail.com>
>  M:	Stefan Schmidt <stefan@openezx.org>
> -- 
> 1.8.5.1
> 
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
  2013-12-20 19:39 [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Uwe Kleine-König
  2013-12-20 19:51 ` Greg Kroah-Hartman
  2013-12-20 19:51 ` Mark Brown
@ 2013-12-20 19:55 ` Alexander Shiyan
  2013-12-20 20:21   ` [PATCH v2] " Uwe Kleine-König
  2 siblings, 1 reply; 8+ messages in thread
From: Alexander Shiyan @ 2013-12-20 19:55 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-arm-kernel, linux-kernel, Rob Herring, Mike Turquette,
	Greg Kroah-Hartman, Mark Brown, Daniel Lezcano, arm, kernel,
	Grant Likely, Thomas Gleixner

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1239 bytes --]

> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
...
> I think this can best go in via armsoc, but needs acks for clk, clocksource,
> spi and tty/serial.
...
>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 95648eb..28c69a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -867,6 +867,21 @@ S:	Maintained
>  F:	arch/arm/mach-ebsa110/
>  F:	drivers/net/ethernet/amd/am79c961a.*
>  
> +ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
> +M:	Uwe Kleine-König <kernel@pengutronix.de>
> +L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S:	Maintained
> +F:	arch/arm/boot/dts/efm32*
> +F:	arch/arm/configs/efm32_defconfig
> +F:	arch/arm/include/debug/efm32.S
> +F:	arch/arm/mach-efm32/
> +F:	drivers/clk/clk-efm32gg.c
> +F:	drivers/clocksource/time-efm32.c
> +F:	drivers/spi/spi-efm32.c
> +F:	drivers/tty/serial/efm32-uart.c
> +F:	include/dt-bindings/clock/efm32-cmu.h
> +F:	include/linux/platform_data/efm32-*

Maybe "N" keyword with "efm32" is better here?

---
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
  2013-12-20 19:55 ` Alexander Shiyan
@ 2013-12-20 20:21   ` Uwe Kleine-König
  2013-12-21  4:29     ` MAINTAINERS: Describe differences between F: and N: patterns Joe Perches
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2013-12-20 20:21 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arm, Mike Turquette, Daniel Lezcano, Thomas Gleixner, Mark Brown,
	Grant Likely, Rob Herring, Greg Kroah-Hartman, kernel

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Hello,

On Fri, Dec 20, 2013 at 11:55:30PM +0400, Alexander Shiyan wrote:
> [...]
> > +F: arch/arm/boot/dts/efm32*
> > +F: arch/arm/configs/efm32_defconfig
> > +F: arch/arm/include/debug/efm32.S
> > +F: arch/arm/mach-efm32/
> > +F: drivers/clk/clk-efm32gg.c
> > +F: drivers/clocksource/time-efm32.c
> > +F: drivers/spi/spi-efm32.c
> > +F: drivers/tty/serial/efm32-uart.c
> > +F: include/dt-bindings/clock/efm32-cmu.h
> > +F: include/linux/platform_data/efm32-*
> 
> Maybe "N" keyword with "efm32" is better here?
ah, didn't know about that. Nice.

So the changes since v1 are:
 - use N: efm32
 - add acks from Greg and Mark
   I assume it's ok to keep them for v2 assuming they mean them being OK with
   me maintaining the efm32 stuff and not the way to express that in
   MAINTAINERS.

Thanks
Uwe

 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 95648eb..6ea1fb2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -867,6 +867,12 @@ S:	Maintained
 F:	arch/arm/mach-ebsa110/
 F:	drivers/net/ethernet/amd/am79c961a.*
 
+ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
+M:	Uwe Kleine-König <kernel@pengutronix.de>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+N:	efm32
+
 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
 M:	Daniel Ribeiro <drwyrm@gmail.com>
 M:	Stefan Schmidt <stefan@openezx.org>
-- 
1.8.5.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* MAINTAINERS: Describe differences between F: and N: patterns
  2013-12-20 20:21   ` [PATCH v2] " Uwe Kleine-König
@ 2013-12-21  4:29     ` Joe Perches
  2013-12-22 20:04     ` [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Olof Johansson
  2013-12-22 20:54     ` Mike Turquette
  2 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2013-12-21  4:29 UTC (permalink / raw)
  To: Uwe Kleine-König, Andrew Morton
  Cc: linux-arm-kernel, linux-kernel, arm, Mike Turquette,
	Daniel Lezcano, Thomas Gleixner, Mark Brown, Grant Likely,
	Rob Herring, Greg Kroah-Hartman, kernel

There is a difference in how scripts/get_maintainer.pl treats
F: and N: file pattern matches.

Describe those differences in the MAINTAINERS file.

Signed-off-by: Joe Perches <joe@perches.com>
---

On Fri, 2013-12-20 at 21:21 +0100, Uwe Kleine-König wrote:
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Acked-by: Mark Brown <broonie@linaro.org>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> On Fri, Dec 20, 2013 at 11:55:30PM +0400, Alexander Shiyan wrote:
> > [...]
> > > +F: arch/arm/boot/dts/efm32*
> > > +F: arch/arm/configs/efm32_defconfig
> > > +F: arch/arm/include/debug/efm32.S
> > > +F: arch/arm/mach-efm32/
> > > +F: drivers/clk/clk-efm32gg.c
> > > +F: drivers/clocksource/time-efm32.c
> > > +F: drivers/spi/spi-efm32.c
> > > +F: drivers/tty/serial/efm32-uart.c
> > > +F: include/dt-bindings/clock/efm32-cmu.h
> > > +F: include/linux/platform_data/efm32-*
> > 
> > Maybe "N" keyword with "efm32" is better here?
> ah, didn't know about that. Nice.
> 
> So the changes since v1 are:
>  - use N: efm32
>  - add acks from Greg and Mark
>    I assume it's ok to keep them for v2 assuming they mean them being OK with
>    me maintaining the efm32 stuff and not the way to express that in
>    MAINTAINERS.

 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1344816..ebdb523 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -93,6 +93,11 @@ Descriptions of section entries:
 	N: Files and directories with regex patterns.
 	   N:	[^a-z]tegra	all files whose path contains the word tegra
 	   One pattern per line.  Multiple N: lines acceptable.
+	   scripts/get_maintainer.pl has different behavior for files that
+	   match F: pattern and matches of N: patterns.  By default,
+	   get_maintainer will not look at git log history when an F: pattern
+	   match occurs.  When an N: match occurs, git log history is used
+	   to also notify the people that have git commit signatures.
 	X: Files and directories that are NOT maintained, same rules as F:
 	   Files exclusions are tested before file matches.
 	   Can be useful for excluding a specific subdirectory, for instance:



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
  2013-12-20 20:21   ` [PATCH v2] " Uwe Kleine-König
  2013-12-21  4:29     ` MAINTAINERS: Describe differences between F: and N: patterns Joe Perches
@ 2013-12-22 20:04     ` Olof Johansson
  2013-12-22 20:54     ` Mike Turquette
  2 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-12-22 20:04 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-arm-kernel, linux-kernel, arm, Mike Turquette,
	Daniel Lezcano, Thomas Gleixner, Mark Brown, Grant Likely,
	Rob Herring, Greg Kroah-Hartman, kernel

On Fri, Dec 20, 2013 at 09:21:59PM +0100, Uwe Kleine-König wrote:
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Acked-by: Mark Brown <broonie@linaro.org>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Hello,
> 
> On Fri, Dec 20, 2013 at 11:55:30PM +0400, Alexander Shiyan wrote:
> > [...]
> > > +F: arch/arm/boot/dts/efm32*
> > > +F: arch/arm/configs/efm32_defconfig
> > > +F: arch/arm/include/debug/efm32.S
> > > +F: arch/arm/mach-efm32/
> > > +F: drivers/clk/clk-efm32gg.c
> > > +F: drivers/clocksource/time-efm32.c
> > > +F: drivers/spi/spi-efm32.c
> > > +F: drivers/tty/serial/efm32-uart.c
> > > +F: include/dt-bindings/clock/efm32-cmu.h
> > > +F: include/linux/platform_data/efm32-*
> > 
> > Maybe "N" keyword with "efm32" is better here?
> ah, didn't know about that. Nice.
> 
> So the changes since v1 are:
>  - use N: efm32
>  - add acks from Greg and Mark
>    I assume it's ok to keep them for v2 assuming they mean them being OK with
>    me maintaining the efm32 stuff and not the way to express that in
>    MAINTAINERS.

Applied, thanks.

-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
  2013-12-20 20:21   ` [PATCH v2] " Uwe Kleine-König
  2013-12-21  4:29     ` MAINTAINERS: Describe differences between F: and N: patterns Joe Perches
  2013-12-22 20:04     ` [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Olof Johansson
@ 2013-12-22 20:54     ` Mike Turquette
  2 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2013-12-22 20:54 UTC (permalink / raw)
  To: Uwe Kleine-König, linux-arm-kernel, linux-kernel
  Cc: arm, Daniel Lezcano, Thomas Gleixner, Mark Brown, Grant Likely,
	Rob Herring, Greg Kroah-Hartman, kernel

Quoting Uwe Kleine-König (2013-12-20 12:21:59)
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Acked-by: Mark Brown <broonie@linaro.org>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Hello,
> 
> On Fri, Dec 20, 2013 at 11:55:30PM +0400, Alexander Shiyan wrote:
> > [...]
> > > +F: arch/arm/boot/dts/efm32*
> > > +F: arch/arm/configs/efm32_defconfig
> > > +F: arch/arm/include/debug/efm32.S
> > > +F: arch/arm/mach-efm32/
> > > +F: drivers/clk/clk-efm32gg.c
> > > +F: drivers/clocksource/time-efm32.c
> > > +F: drivers/spi/spi-efm32.c
> > > +F: drivers/tty/serial/efm32-uart.c
> > > +F: include/dt-bindings/clock/efm32-cmu.h
> > > +F: include/linux/platform_data/efm32-*
> > 
> > Maybe "N" keyword with "efm32" is better here?
> ah, didn't know about that. Nice.
> 
> So the changes since v1 are:
>  - use N: efm32
>  - add acks from Greg and Mark
>    I assume it's ok to keep them for v2 assuming they mean them being OK with
>    me maintaining the efm32 stuff and not the way to express that in
>    MAINTAINERS.

Ack for the clock driver.

Mike

> 
> Thanks
> Uwe
> 
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 95648eb..6ea1fb2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -867,6 +867,12 @@ S: Maintained
>  F:     arch/arm/mach-ebsa110/
>  F:     drivers/net/ethernet/amd/am79c961a.*
>  
> +ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
> +M:     Uwe Kleine-König <kernel@pengutronix.de>
> +L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S:     Maintained
> +N:     efm32
> +
>  ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
>  M:     Daniel Ribeiro <drwyrm@gmail.com>
>  M:     Stefan Schmidt <stefan@openezx.org>
> -- 
> 1.8.5.1
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-22 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 19:39 [PATCH] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Uwe Kleine-König
2013-12-20 19:51 ` Greg Kroah-Hartman
2013-12-20 19:51 ` Mark Brown
2013-12-20 19:55 ` Alexander Shiyan
2013-12-20 20:21   ` [PATCH v2] " Uwe Kleine-König
2013-12-21  4:29     ` MAINTAINERS: Describe differences between F: and N: patterns Joe Perches
2013-12-22 20:04     ` [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs Olof Johansson
2013-12-22 20:54     ` Mike Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox