All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Drop Karthikeyan Mitran from MOBIVEIL PCIE entry
@ 2026-06-18  8:08 Manivannan Sadhasivam
  2026-06-18  9:06 ` Lukas Wunner
  0 siblings, 1 reply; 4+ messages in thread
From: Manivannan Sadhasivam @ 2026-06-18  8:08 UTC (permalink / raw)
  To: linux-pci, bhelgaas
  Cc: mani, Manivannan Sadhasivam, Lukas Wunner, Mitran Karthikeyan

Karthikeyan's Mobiveil email address is now bouncing and there is no sign
of him [1] willing to carry out maintainership duties for this driver. So
drop him from the MAINTAINERS entry for MOBIVEIL PCIE.

Cc: Lukas Wunner <lukas@wunner.de>
Cc: Mitran Karthikeyan <kmitran@axiado.com>
Link: https://lore.kernel.org/linux-pci/ahWB7yRchlW_KjEm@wunner.de
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c2c6d79275c6..f58ca3ebbe0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20438,7 +20438,6 @@ F:	include/linux/switchtec.h
 F:	include/uapi/linux/switchtec_ioctl.h
 
 PCI DRIVER FOR MOBIVEIL PCIE IP
-M:	Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
 M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
 L:	linux-pci@vger.kernel.org
 S:	Supported
-- 
2.43.0


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

* Re: [PATCH] MAINTAINERS: Drop Karthikeyan Mitran from MOBIVEIL PCIE entry
  2026-06-18  8:08 [PATCH] MAINTAINERS: Drop Karthikeyan Mitran from MOBIVEIL PCIE entry Manivannan Sadhasivam
@ 2026-06-18  9:06 ` Lukas Wunner
  2026-06-18 10:44   ` Manivannan Sadhasivam
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Wunner @ 2026-06-18  9:06 UTC (permalink / raw)
  To: Manivannan Sadhasivam; +Cc: linux-pci, bhelgaas, mani, Mitran Karthikeyan

On Thu, Jun 18, 2026 at 10:08:11AM +0200, Manivannan Sadhasivam wrote:
> Karthikeyan's Mobiveil email address is now bouncing and there is no sign
> of him [1] willing to carry out maintainership duties for this driver. So
> drop him from the MAINTAINERS entry for MOBIVEIL PCIE.

Thanks for doing this.

> +++ b/MAINTAINERS
> @@ -20438,7 +20438,6 @@ F:	include/linux/switchtec.h
>  F:	include/uapi/linux/switchtec_ioctl.h
>  
>  PCI DRIVER FOR MOBIVEIL PCIE IP
> -M:	Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
>  M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported

Maybe also update .mailmap to point the bouncing address
to kmitran@axiado.com ?

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

* Re: [PATCH] MAINTAINERS: Drop Karthikeyan Mitran from MOBIVEIL PCIE entry
  2026-06-18  9:06 ` Lukas Wunner
@ 2026-06-18 10:44   ` Manivannan Sadhasivam
  2026-06-18 10:56     ` Lukas Wunner
  0 siblings, 1 reply; 4+ messages in thread
From: Manivannan Sadhasivam @ 2026-06-18 10:44 UTC (permalink / raw)
  To: Lukas Wunner
  Cc: Manivannan Sadhasivam, linux-pci, bhelgaas, Mitran Karthikeyan

On Thu, Jun 18, 2026 at 11:06:18AM +0200, Lukas Wunner wrote:
> On Thu, Jun 18, 2026 at 10:08:11AM +0200, Manivannan Sadhasivam wrote:
> > Karthikeyan's Mobiveil email address is now bouncing and there is no sign
> > of him [1] willing to carry out maintainership duties for this driver. So
> > drop him from the MAINTAINERS entry for MOBIVEIL PCIE.
> 
> Thanks for doing this.
> 
> > +++ b/MAINTAINERS
> > @@ -20438,7 +20438,6 @@ F:	include/linux/switchtec.h
> >  F:	include/uapi/linux/switchtec_ioctl.h
> >  
> >  PCI DRIVER FOR MOBIVEIL PCIE IP
> > -M:	Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
> >  M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> >  L:	linux-pci@vger.kernel.org
> >  S:	Supported
> 
> Maybe also update .mailmap to point the bouncing address
> to kmitran@axiado.com ?

I thought about it but wasn't sure if that is a good idea or not. We didn't
receive any reply from Karthikeyan so far. So adding mailmap entry means, he
will be contacted for his previous contributions that he didn't wish to receive.

- Mani

-- 
மணிவண்ணன் சதாசிவம்

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

* Re: [PATCH] MAINTAINERS: Drop Karthikeyan Mitran from MOBIVEIL PCIE entry
  2026-06-18 10:44   ` Manivannan Sadhasivam
@ 2026-06-18 10:56     ` Lukas Wunner
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Wunner @ 2026-06-18 10:56 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: Manivannan Sadhasivam, linux-pci, bhelgaas, Mitran Karthikeyan

On Thu, Jun 18, 2026 at 12:44:17PM +0200, Manivannan Sadhasivam wrote:
> On Thu, Jun 18, 2026 at 11:06:18AM +0200, Lukas Wunner wrote:
> > On Thu, Jun 18, 2026 at 10:08:11AM +0200, Manivannan Sadhasivam wrote:
> > > +++ b/MAINTAINERS
> > > @@ -20438,7 +20438,6 @@ F:	include/linux/switchtec.h
> > >  F:	include/uapi/linux/switchtec_ioctl.h
> > >  
> > >  PCI DRIVER FOR MOBIVEIL PCIE IP
> > > -M:	Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
> > >  M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> > >  L:	linux-pci@vger.kernel.org
> > >  S:	Supported
> > 
> > Maybe also update .mailmap to point the bouncing address
> > to kmitran@axiado.com ?
> 
> I thought about it but wasn't sure if that is a good idea or not. We didn't
> receive any reply from Karthikeyan so far. So adding mailmap entry means, he
> will be contacted for his previous contributions that he didn't wish to
> receive.

Right, but the alternative is bouncing messages whenever the old address
is cc'ed.  I don't now what the policy is for this.

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

end of thread, other threads:[~2026-06-18 10:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18  8:08 [PATCH] MAINTAINERS: Drop Karthikeyan Mitran from MOBIVEIL PCIE entry Manivannan Sadhasivam
2026-06-18  9:06 ` Lukas Wunner
2026-06-18 10:44   ` Manivannan Sadhasivam
2026-06-18 10:56     ` Lukas Wunner

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.