linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 1/2] MAINTAINERS: remove Wingman Kwok
@ 2021-04-29  9:05 Michael Walle
  2021-04-29  9:05 ` [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits Michael Walle
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Walle @ 2021-04-29  9:05 UTC (permalink / raw)
  To: netdev, linux-arm-kernel, linux-pci, linux-kernel
  Cc: Jakub Kicinski, Michael Walle

His email bounces with permanent error "550 Invalid recipient". His last
email on the LKML was from 2015-10-22 on the LKML.

Signed-off-by: Michael Walle <michael@walle.cc>
---
changes since v1:
 - rebased to net

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 933a6f3c2369..04f4a2116b35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17975,7 +17975,6 @@ F:	drivers/regulator/lp8788-*.c
 F:	include/linux/mfd/lp8788*.h
 
 TI NETCP ETHERNET DRIVER
-M:	Wingman Kwok <w-kwok2@ti.com>
 M:	Murali Karicheri <m-karicheri2@ti.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-- 
2.20.1


_______________________________________________
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] 4+ messages in thread

* [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits
  2021-04-29  9:05 [PATCH net v2 1/2] MAINTAINERS: remove Wingman Kwok Michael Walle
@ 2021-04-29  9:05 ` Michael Walle
  2021-06-04 19:11   ` Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Walle @ 2021-04-29  9:05 UTC (permalink / raw)
  To: netdev, linux-arm-kernel, linux-pci, linux-kernel
  Cc: Jakub Kicinski, Michael Walle

His email bounces with permanent error "550 Invalid recipient". His last
email was from 2020-09-09 on the LKML and he seems to have left TI.

Signed-off-by: Michael Walle <michael@walle.cc>
---
changes since v1:
 - rebased to net

 CREDITS     |  5 +++++
 MAINTAINERS | 13 -------------
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/CREDITS b/CREDITS
index cef83b958cbe..80d096dbf262 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1874,6 +1874,11 @@ S: Krosenska' 543
 S: 181 00 Praha 8
 S: Czech Republic
 
+N: Murali Karicheri
+E: m-karicheri2@ti.com
+D: Keystone NetCP driver
+D: Keystone PCIe host controller driver
+
 N: Jan "Yenya" Kasprzak
 E: kas@fi.muni.cz
 D: Author of the COSA/SRP sync serial board driver.
diff --git a/MAINTAINERS b/MAINTAINERS
index 04f4a2116b35..e264e63f09c0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13780,13 +13780,6 @@ F:	Documentation/devicetree/bindings/pci/ti-pci.txt
 F:	drivers/pci/controller/cadence/pci-j721e.c
 F:	drivers/pci/controller/dwc/pci-dra7xx.c
 
-PCI DRIVER FOR TI KEYSTONE
-M:	Murali Karicheri <m-karicheri2@ti.com>
-L:	linux-pci@vger.kernel.org
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Maintained
-F:	drivers/pci/controller/dwc/pci-keystone.c
-
 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
 M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-pci@vger.kernel.org
@@ -17974,12 +17967,6 @@ F:	drivers/power/supply/lp8788-charger.c
 F:	drivers/regulator/lp8788-*.c
 F:	include/linux/mfd/lp8788*.h
 
-TI NETCP ETHERNET DRIVER
-M:	Murali Karicheri <m-karicheri2@ti.com>
-L:	netdev@vger.kernel.org
-S:	Maintained
-F:	drivers/net/ethernet/ti/netcp*
-
 TI PCM3060 ASoC CODEC DRIVER
 M:	Kirill Marinushkin <kmarinushkin@birdec.com>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
-- 
2.20.1


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits
  2021-04-29  9:05 ` [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits Michael Walle
@ 2021-06-04 19:11   ` Bjorn Helgaas
  2021-06-04 20:29     ` Michael Walle
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2021-06-04 19:11 UTC (permalink / raw)
  To: Michael Walle
  Cc: netdev, linux-arm-kernel, linux-pci, linux-kernel, Jakub Kicinski

On Thu, Apr 29, 2021 at 11:05:21AM +0200, Michael Walle wrote:
> His email bounces with permanent error "550 Invalid recipient". His last
> email was from 2020-09-09 on the LKML and he seems to have left TI.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Acked-by: Bjorn Helgaas <bhelgaas@google.com>	# TI KeyStone PCI driver

I could take both, given a networking ack for [1/2].  Or both could go
via the networking tree.

> ---
> changes since v1:
>  - rebased to net
> 
>  CREDITS     |  5 +++++
>  MAINTAINERS | 13 -------------
>  2 files changed, 5 insertions(+), 13 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index cef83b958cbe..80d096dbf262 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1874,6 +1874,11 @@ S: Krosenska' 543
>  S: 181 00 Praha 8
>  S: Czech Republic
>  
> +N: Murali Karicheri
> +E: m-karicheri2@ti.com
> +D: Keystone NetCP driver
> +D: Keystone PCIe host controller driver
> +
>  N: Jan "Yenya" Kasprzak
>  E: kas@fi.muni.cz
>  D: Author of the COSA/SRP sync serial board driver.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 04f4a2116b35..e264e63f09c0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13780,13 +13780,6 @@ F:	Documentation/devicetree/bindings/pci/ti-pci.txt
>  F:	drivers/pci/controller/cadence/pci-j721e.c
>  F:	drivers/pci/controller/dwc/pci-dra7xx.c
>  
> -PCI DRIVER FOR TI KEYSTONE
> -M:	Murali Karicheri <m-karicheri2@ti.com>
> -L:	linux-pci@vger.kernel.org
> -L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> -S:	Maintained
> -F:	drivers/pci/controller/dwc/pci-keystone.c
> -
>  PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
>  M:	Linus Walleij <linus.walleij@linaro.org>
>  L:	linux-pci@vger.kernel.org
> @@ -17974,12 +17967,6 @@ F:	drivers/power/supply/lp8788-charger.c
>  F:	drivers/regulator/lp8788-*.c
>  F:	include/linux/mfd/lp8788*.h
>  
> -TI NETCP ETHERNET DRIVER
> -M:	Murali Karicheri <m-karicheri2@ti.com>
> -L:	netdev@vger.kernel.org
> -S:	Maintained
> -F:	drivers/net/ethernet/ti/netcp*
> -
>  TI PCM3060 ASoC CODEC DRIVER
>  M:	Kirill Marinushkin <kmarinushkin@birdec.com>
>  L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
> -- 
> 2.20.1
> 

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits
  2021-06-04 19:11   ` Bjorn Helgaas
@ 2021-06-04 20:29     ` Michael Walle
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Walle @ 2021-06-04 20:29 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: netdev, linux-arm-kernel, linux-pci, linux-kernel, Jakub Kicinski

Hi Bjorn,

Am 2021-06-04 21:11, schrieb Bjorn Helgaas:
> On Thu, Apr 29, 2021 at 11:05:21AM +0200, Michael Walle wrote:
>> His email bounces with permanent error "550 Invalid recipient". His 
>> last
>> email was from 2020-09-09 on the LKML and he seems to have left TI.
>> 
>> Signed-off-by: Michael Walle <michael@walle.cc>
> 
> Acked-by: Bjorn Helgaas <bhelgaas@google.com>	# TI KeyStone PCI driver
> 
> I could take both, given a networking ack for [1/2].  Or both could go
> via the networking tree.

This patch was already picked up via the network queue (quite some time
ago).

-michael

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2021-06-04 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  9:05 [PATCH net v2 1/2] MAINTAINERS: remove Wingman Kwok Michael Walle
2021-04-29  9:05 ` [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits Michael Walle
2021-06-04 19:11   ` Bjorn Helgaas
2021-06-04 20:29     ` Michael Walle

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).