2021-04-29 09:07:30

by Michael Walle

[permalink] [raw]
Subject: [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits

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 <[email protected]>
---
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: [email protected]
+D: Keystone NetCP driver
+D: Keystone PCIe host controller driver
+
N: Jan "Yenya" Kasprzak
E: [email protected]
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 <[email protected]>
-L: [email protected]
-L: [email protected] (moderated for non-subscribers)
-S: Maintained
-F: drivers/pci/controller/dwc/pci-keystone.c
-
PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
M: Linus Walleij <[email protected]>
L: [email protected]
@@ -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 <[email protected]>
-L: [email protected]
-S: Maintained
-F: drivers/net/ethernet/ti/netcp*
-
TI PCM3060 ASoC CODEC DRIVER
M: Kirill Marinushkin <[email protected]>
L: [email protected] (moderated for non-subscribers)
--
2.20.1


2021-06-04 19:14:52

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits

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 <[email protected]>

Acked-by: Bjorn Helgaas <[email protected]> # 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: [email protected]
> +D: Keystone NetCP driver
> +D: Keystone PCIe host controller driver
> +
> N: Jan "Yenya" Kasprzak
> E: [email protected]
> 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 <[email protected]>
> -L: [email protected]
> -L: [email protected] (moderated for non-subscribers)
> -S: Maintained
> -F: drivers/pci/controller/dwc/pci-keystone.c
> -
> PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
> M: Linus Walleij <[email protected]>
> L: [email protected]
> @@ -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 <[email protected]>
> -L: [email protected]
> -S: Maintained
> -F: drivers/net/ethernet/ti/netcp*
> -
> TI PCM3060 ASoC CODEC DRIVER
> M: Kirill Marinushkin <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> --
> 2.20.1
>

2021-06-04 20:30:41

by Michael Walle

[permalink] [raw]
Subject: Re: [PATCH net v2 2/2] MAINTAINERS: move Murali Karicheri to credits

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 <[email protected]>
>
> Acked-by: Bjorn Helgaas <[email protected]> # 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