2018-02-26 13:05:33

by Alexandre Torgue

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: update entries for ARM/STM32

Changes old git repository to the maintained one and adds more patterns.

Signed-off-by: Alexandre Torgue <[email protected]>

diff --git a/MAINTAINERS b/MAINTAINERS
index 3bdc260..802b984 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1999,8 +1999,10 @@ M: Maxime Coquelin <[email protected]>
M: Alexandre Torgue <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
N: stm32
+F: arch/arm/boot/dts/stm32*
+F: arch/arm/mach-stm32/
F: drivers/clocksource/armv7m_systick.c

ARM/TANGO ARCHITECTURE
--
2.7.4



2018-02-26 13:30:57

by Maxime Coquelin

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update entries for ARM/STM32

2018-02-26 14:03 GMT+01:00 Alexandre Torgue <[email protected]>:
> Changes old git repository to the maintained one and adds more patterns.
>
> Signed-off-by: Alexandre Torgue <[email protected]>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3bdc260..802b984 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1999,8 +1999,10 @@ M: Maxime Coquelin <[email protected]>
> M: Alexandre Torgue <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
> N: stm32
> +F: arch/arm/boot/dts/stm32*
> +F: arch/arm/mach-stm32/
> F: drivers/clocksource/armv7m_systick.c
>
> ARM/TANGO ARCHITECTURE
> --
> 2.7.4
>

Acked-by: Maxime Coquelin <[email protected]>

Thanks,
Maxime