* [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; 7+ messages in thread
From: Uwe Kleine-König @ 2013-12-20 19:39 UTC (permalink / raw)
To: linux-arm-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 at 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] 7+ messages in thread
* [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; 7+ messages in thread
From: Greg Kroah-Hartman @ 2013-12-20 19:51 UTC (permalink / raw)
To: linux-arm-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] 7+ messages in thread
* [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; 7+ messages in thread
From: Mark Brown @ 2013-12-20 19:51 UTC (permalink / raw)
To: linux-arm-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>
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 at 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
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131220/3c904048/attachment.sig>
^ permalink raw reply [flat|nested] 7+ 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; 7+ messages in thread
From: Alexander Shiyan @ 2013-12-20 19:55 UTC (permalink / raw)
To: linux-arm-kernel
> 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 at 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?
---
^ permalink raw reply [flat|nested] 7+ 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-22 20:04 ` Olof Johansson
2013-12-22 20:54 ` Mike Turquette
0 siblings, 2 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2013-12-20 20:21 UTC (permalink / raw)
To: linux-arm-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 at 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] 7+ messages in thread
* [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
2013-12-20 20:21 ` [PATCH v2] " Uwe Kleine-König
@ 2013-12-22 20:04 ` Olof Johansson
2013-12-22 20:54 ` Mike Turquette
1 sibling, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-12-22 20:04 UTC (permalink / raw)
To: linux-arm-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] 7+ messages in thread
* [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs
2013-12-20 20:21 ` [PATCH v2] " Uwe Kleine-König
2013-12-22 20:04 ` Olof Johansson
@ 2013-12-22 20:54 ` Mike Turquette
1 sibling, 0 replies; 7+ messages in thread
From: Mike Turquette @ 2013-12-22 20:54 UTC (permalink / raw)
To: linux-arm-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 at 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] 7+ messages in thread
end of thread, other threads:[~2013-12-22 20:54 UTC | newest]
Thread overview: 7+ 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-22 20:04 ` 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;
as well as URLs for NNTP newsgroup(s).