All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files
@ 2017-12-20 11:30 Linus Walleij
  2017-12-20 14:27 ` Arnd Bergmann
  2017-12-20 23:39 ` Alessandro Rubini
  0 siblings, 2 replies; 4+ messages in thread
From: Linus Walleij @ 2017-12-20 11:30 UTC (permalink / raw)
  To: linux-arm-kernel

Take over sole maintenance of Nomadik, U300 and Ux500. Since all are
Device Tree converted and using standard format drivers this is not
burdensome. Alessandro is not working on this platform any more.

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: please apply this directly where appropriate.
---
 MAINTAINERS | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aa71ab52fd76..ac14e81ed38b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1634,14 +1634,18 @@ ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
 M:	Michael Petchkovsky <mkpetch@internode.on.net>
 S:	Maintained
 
-ARM/NOMADIK ARCHITECTURE
-M:	Alessandro Rubini <rubini@unipv.it>
+ARM/NOMADIK/U300/Ux500 ARCHITECTURE
 M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-nomadik/
+F:	arch/arm/mach-u300/
+F:	arch/arm/mach-ux500/
+F:	arch/arm/boot/dts/ste-*
 F:	drivers/pinctrl/nomadik/
 F:	drivers/i2c/busses/i2c-nomadik.c
+F:	Documentation/devicetree/bindings/arm/ste-*
+F:	Documentation/devicetree/bindings/arm/ux500/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
 
 ARM/NUVOTON W90X900 ARM ARCHITECTURE
-- 
2.14.3

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

* [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files
  2017-12-20 11:30 [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files Linus Walleij
@ 2017-12-20 14:27 ` Arnd Bergmann
  2017-12-21 11:40   ` Linus Walleij
  2017-12-20 23:39 ` Alessandro Rubini
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-12-20 14:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Dec 20, 2017 at 12:30 PM, Linus Walleij
<linus.walleij@linaro.org> wrote:
> Take over sole maintenance of Nomadik, U300 and Ux500. Since all are
> Device Tree converted and using standard format drivers this is not
> burdensome. Alessandro is not working on this platform any more.
>
> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC folks: please apply this directly where appropriate.

I'm sure you are doing this right, but it would be good out of principle
to have Alessandro on Cc and ask for an Ack from him.

> ---
>  MAINTAINERS | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aa71ab52fd76..ac14e81ed38b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1634,14 +1634,18 @@ ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
>  M:     Michael Petchkovsky <mkpetch@internode.on.net>
>  S:     Maintained
>
> -ARM/NOMADIK ARCHITECTURE
> -M:     Alessandro Rubini <rubini@unipv.it>
> +ARM/NOMADIK/U300/Ux500 ARCHITECTURE
>  M:     Linus Walleij <linus.walleij@linaro.org>
>  L:     linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
>  S:     Maintained
>  F:     arch/arm/mach-nomadik/
> +F:     arch/arm/mach-u300/
> +F:     arch/arm/mach-ux500/
> +F:     arch/arm/boot/dts/ste-*
>  F:     drivers/pinctrl/nomadik/
>  F:     drivers/i2c/busses/i2c-nomadik.c
> +F:     Documentation/devicetree/bindings/arm/ste-*
> +F:     Documentation/devicetree/bindings/arm/ux500/
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git

Shouldn't you remove the existing Ux500 and merge the remaining
contents in here?

       Arnd

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

* [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files
  2017-12-20 11:30 [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files Linus Walleij
  2017-12-20 14:27 ` Arnd Bergmann
@ 2017-12-20 23:39 ` Alessandro Rubini
  1 sibling, 0 replies; 4+ messages in thread
From: Alessandro Rubini @ 2017-12-20 23:39 UTC (permalink / raw)
  To: linux-arm-kernel

>> Alessandro is not working on this platform any more.
>>
>> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Yes, that's true. Thanks Linusw, and Arnd.

Acked-by: Alessandro Rubini <rubini@unipv.it>

/alessandro

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

* [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files
  2017-12-20 14:27 ` Arnd Bergmann
@ 2017-12-21 11:40   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2017-12-21 11:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Dec 20, 2017 at 3:27 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wed, Dec 20, 2017 at 12:30 PM, Linus Walleij
> <linus.walleij@linaro.org> wrote:
>> Take over sole maintenance of Nomadik, U300 and Ux500. Since all are
>> Device Tree converted and using standard format drivers this is not
>> burdensome. Alessandro is not working on this platform any more.
>>
>> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>> ---
>> ARM SoC folks: please apply this directly where appropriate.
>
> I'm sure you are doing this right, but it would be good out of principle
> to have Alessandro on Cc and ask for an Ack from him.

Yeah sorry about that, I missed it. Luckily Alessandro came
back and ACKed it.

>> -ARM/NOMADIK ARCHITECTURE
>> -M:     Alessandro Rubini <rubini@unipv.it>
>> +ARM/NOMADIK/U300/Ux500 ARCHITECTURE
>>  M:     Linus Walleij <linus.walleij@linaro.org>
>>  L:     linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
>>  S:     Maintained
>>  F:     arch/arm/mach-nomadik/
>> +F:     arch/arm/mach-u300/
>> +F:     arch/arm/mach-ux500/
>> +F:     arch/arm/boot/dts/ste-*
>>  F:     drivers/pinctrl/nomadik/
>>  F:     drivers/i2c/busses/i2c-nomadik.c
>> +F:     Documentation/devicetree/bindings/arm/ste-*
>> +F:     Documentation/devicetree/bindings/arm/ux500/
>>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
>
> Shouldn't you remove the existing Ux500 and merge the remaining
> contents in here?

Indeed. I will resend it with Alessandros ACK and that fixed.

Yours,
Linus Walleij

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

end of thread, other threads:[~2017-12-21 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20 11:30 [PATCH] MAINTAINERS: Add self as extended maintainer for a slew of files Linus Walleij
2017-12-20 14:27 ` Arnd Bergmann
2017-12-21 11:40   ` Linus Walleij
2017-12-20 23:39 ` Alessandro Rubini

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.