[PATCH] MAINTAINERS: make me the maintainer of DaVinci platforms

Bartosz Golaszewski posted 1 patch 3 years, 7 months ago
MAINTAINERS | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
[PATCH] MAINTAINERS: make me the maintainer of DaVinci platforms
Posted by Bartosz Golaszewski 3 years, 7 months ago
Sekhar is stepping down from supporting DaVinci. As it's quite low-volume,
I will keep maintaining it.

Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 MAINTAINERS | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8a5012ba6ff9..748a98de5f33 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20288,11 +20288,10 @@ F:	drivers/clk/ti/
 F:	include/linux/clk/ti.h
 
 TI DAVINCI MACHINE SUPPORT
-M:	Sekhar Nori <nsekhar@ti.com>
-R:	Bartosz Golaszewski <brgl@bgdev.pl>
+M:	Bartosz Golaszewski <brgl@bgdev.pl>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
 F:	Documentation/devicetree/bindings/i2c/i2c-davinci.txt
 F:	arch/arm/boot/dts/da850*
 F:	arch/arm/mach-davinci/
-- 
2.34.1
Re: [PATCH] MAINTAINERS: make me the maintainer of DaVinci platforms
Posted by Kevin Hilman 3 years, 7 months ago
Bartosz Golaszewski <brgl@bgdev.pl> writes:

> Sekhar is stepping down from supporting DaVinci. As it's quite low-volume,
> I will keep maintaining it.
>
> Acked-by: Sekhar Nori <nsekhar@ti.com>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Acked-by: Kevin Hilman <khilman@baylibre.com>

Thanks Bartosz!

Kevin
Re: [PATCH] MAINTAINERS: make me the maintainer of DaVinci platforms
Posted by Bartosz Golaszewski 3 years, 7 months ago
On Fri, Aug 19, 2022 at 7:58 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> Bartosz Golaszewski <brgl@bgdev.pl> writes:
>
> > Sekhar is stepping down from supporting DaVinci. As it's quite low-volume,
> > I will keep maintaining it.
> >
> > Acked-by: Sekhar Nori <nsekhar@ti.com>
> > Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
>
> Acked-by: Kevin Hilman <khilman@baylibre.com>
>
> Thanks Bartosz!
>
> Kevin

Thanks!

Sekhar: whom did you send your PRs to? Arnd?

Bart