All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update arch/arm/mach-davinci
@ 2019-04-17 23:08 Kevin Hilman
  2019-04-18 12:42 ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2019-04-17 23:08 UTC (permalink / raw)
  To: Sekhar Nori; +Cc: Kevin Hilman, linux-arm-kernel, Bartosz Golaszewski

From: Kevin Hilman <khilman@baylibre.com>

It's time to officially admit I'm not doing anything useful for
mach-davinci anymore.  Since Bartosz is bringing all the code I wrote
10+ years ago into the modern era, he should take over.

Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..d28951221d38 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15457,7 +15457,7 @@ F:	include/linux/clk/ti.h
 
 TI DAVINCI MACHINE SUPPORT
 M:	Sekhar Nori <nsekhar@ti.com>
-M:	Kevin Hilman <khilman@kernel.org>
+M:	Bartosz Golaszewski <bgolaszewski@baylibre.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
 S:	Supported
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: update arch/arm/mach-davinci
  2019-04-17 23:08 [PATCH] MAINTAINERS: update arch/arm/mach-davinci Kevin Hilman
@ 2019-04-18 12:42 ` Sekhar Nori
  2019-04-18 18:57   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Sekhar Nori @ 2019-04-18 12:42 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Kevin Hilman, linux-arm-kernel, Bartosz Golaszewski

Hi Kevin,

On 18/04/19 4:38 AM, Kevin Hilman wrote:
> From: Kevin Hilman <khilman@baylibre.com>
> 
> It's time to officially admit I'm not doing anything useful for
> mach-davinci anymore.  Since Bartosz is bringing all the code I wrote
> 10+ years ago into the modern era, he should take over.

Thanks for suggesting this. This is good. One comment below:

> 
> Cc: Sekhar Nori <nsekhar@ti.com>
> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b548..d28951221d38 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15457,7 +15457,7 @@ F:	include/linux/clk/ti.h
>  
>  TI DAVINCI MACHINE SUPPORT
>  M:	Sekhar Nori <nsekhar@ti.com>
> -M:	Kevin Hilman <khilman@kernel.org>
> +M:	Bartosz Golaszewski <bgolaszewski@baylibre.com>

Applying patches and sending pull request to ARM-SoC is something I can
manage myself and the patch volume is low as well. But having Bartosz on
the CC for all mach-davinci patches will be really nice.

So, how about making the entry

R:	Bartosz Golaszewski <bgolaszewski@baylibre.com>

Thanks,
Sekhar

>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
>  S:	Supported
> -- 
> 2.21.0
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: update arch/arm/mach-davinci
  2019-04-18 12:42 ` Sekhar Nori
@ 2019-04-18 18:57   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2019-04-18 18:57 UTC (permalink / raw)
  To: Sekhar Nori, Kevin Hilman; +Cc: Bartosz Golaszewski, linux-arm-kernel

Sekhar Nori <nsekhar@ti.com> writes:

> Hi Kevin,
>
> On 18/04/19 4:38 AM, Kevin Hilman wrote:
>> From: Kevin Hilman <khilman@baylibre.com>
>> 
>> It's time to officially admit I'm not doing anything useful for
>> mach-davinci anymore.  Since Bartosz is bringing all the code I wrote
>> 10+ years ago into the modern era, he should take over.
>
> Thanks for suggesting this. This is good. One comment below:
>
>> 
>> Cc: Sekhar Nori <nsekhar@ti.com>
>> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index e17ebf70b548..d28951221d38 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -15457,7 +15457,7 @@ F:	include/linux/clk/ti.h
>>  
>>  TI DAVINCI MACHINE SUPPORT
>>  M:	Sekhar Nori <nsekhar@ti.com>
>> -M:	Kevin Hilman <khilman@kernel.org>
>> +M:	Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> Applying patches and sending pull request to ARM-SoC is something I can
> manage myself and the patch volume is low as well. But having Bartosz on
> the CC for all mach-davinci patches will be really nice.
>
> So, how about making the entry
>
> R:	Bartosz Golaszewski <bgolaszewski@baylibre.com>

OK, v2 coming right up.

Kevin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-04-18 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 23:08 [PATCH] MAINTAINERS: update arch/arm/mach-davinci Kevin Hilman
2019-04-18 12:42 ` Sekhar Nori
2019-04-18 18:57   ` Kevin Hilman

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.