public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
@ 2024-01-29 16:59 Lorenzo Pieralisi
  2024-01-30 19:55 ` Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lorenzo Pieralisi @ 2024-01-29 16:59 UTC (permalink / raw)
  To: linux-pci
  Cc: linux-kernel, Lorenzo Pieralisi, Bjorn Helgaas,
	Manivannan Sadhasivam, Krzysztof Wilczyński

The PCI endpoint subsystem is evolving at a rate I
cannot keep up with, therefore I am standing down as
a maintainer handing over to Manivannan (currently
reviewer for this code) and Krzysztof who are doing
an excellent job on the matter - they don't need my
help any longer.

Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Krzysztof Wilczyński <kw@linux.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d1052fa6a69..a40cfcd1c65e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
 F:	drivers/pci/controller/pcie-xilinx-cpm.c
 
 PCI ENDPOINT SUBSYSTEM
-M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
+M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 M:	Krzysztof Wilczyński <kw@linux.com>
-R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 R:	Kishon Vijay Abraham I <kishon@kernel.org>
 L:	linux-pci@vger.kernel.org
 S:	Supported
-- 
2.34.1


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

* Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
  2024-01-29 16:59 [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer Lorenzo Pieralisi
@ 2024-01-30 19:55 ` Bjorn Helgaas
  2024-01-31 13:06   ` Manivannan Sadhasivam
  2024-01-31 13:04 ` Manivannan Sadhasivam
  2024-01-31 15:01 ` Bjorn Helgaas
  2 siblings, 1 reply; 7+ messages in thread
From: Bjorn Helgaas @ 2024-01-30 19:55 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: linux-pci, linux-kernel, Bjorn Helgaas, Krzysztof Wilczyński,
	Lorenzo Pieralisi

On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote:
> The PCI endpoint subsystem is evolving at a rate I
> cannot keep up with, therefore I am standing down as
> a maintainer handing over to Manivannan (currently
> reviewer for this code) and Krzysztof who are doing
> an excellent job on the matter - they don't need my
> help any longer.
> 
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Cc: Krzysztof Wilczyński <kw@linux.com>

Happy to merge this, and would be good to include your ack, Mani.
Would hate to sign you up for more work unless you're expecting it :)

> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..a40cfcd1c65e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
>  F:	drivers/pci/controller/pcie-xilinx-cpm.c
>  
>  PCI ENDPOINT SUBSYSTEM
> -M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
> +M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>  M:	Krzysztof Wilczyński <kw@linux.com>
> -R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>  R:	Kishon Vijay Abraham I <kishon@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
> -- 
> 2.34.1
> 

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

* Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
  2024-01-29 16:59 [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer Lorenzo Pieralisi
  2024-01-30 19:55 ` Bjorn Helgaas
@ 2024-01-31 13:04 ` Manivannan Sadhasivam
  2024-01-31 15:01 ` Bjorn Helgaas
  2 siblings, 0 replies; 7+ messages in thread
From: Manivannan Sadhasivam @ 2024-01-31 13:04 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: linux-pci, linux-kernel, Bjorn Helgaas, Krzysztof Wilczyński

On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote:
> The PCI endpoint subsystem is evolving at a rate I
> cannot keep up with, therefore I am standing down as
> a maintainer handing over to Manivannan (currently
> reviewer for this code) and Krzysztof who are doing
> an excellent job on the matter - they don't need my
> help any longer.
> 
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>

Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Thanks, Lorenzo for your help so far! I'm delighted to step up to maintain this
evolving subsystem.

- Mani

> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Cc: Krzysztof Wilczyński <kw@linux.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..a40cfcd1c65e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
>  F:	drivers/pci/controller/pcie-xilinx-cpm.c
>  
>  PCI ENDPOINT SUBSYSTEM
> -M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
> +M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>  M:	Krzysztof Wilczyński <kw@linux.com>
> -R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>  R:	Kishon Vijay Abraham I <kishon@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
> -- 
> 2.34.1
> 

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

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

* Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
  2024-01-30 19:55 ` Bjorn Helgaas
@ 2024-01-31 13:06   ` Manivannan Sadhasivam
  0 siblings, 0 replies; 7+ messages in thread
From: Manivannan Sadhasivam @ 2024-01-31 13:06 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-pci, linux-kernel, Bjorn Helgaas, Krzysztof Wilczyński,
	Lorenzo Pieralisi

On Tue, Jan 30, 2024 at 01:55:01PM -0600, Bjorn Helgaas wrote:
> On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote:
> > The PCI endpoint subsystem is evolving at a rate I
> > cannot keep up with, therefore I am standing down as
> > a maintainer handing over to Manivannan (currently
> > reviewer for this code) and Krzysztof who are doing
> > an excellent job on the matter - they don't need my
> > help any longer.
> > 
> > Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> > Cc: Bjorn Helgaas <bhelgaas@google.com>
> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > Cc: Krzysztof Wilczyński <kw@linux.com>
> 
> Happy to merge this, and would be good to include your ack, Mani.
> Would hate to sign you up for more work unless you're expecting it :)
> 

It's my pleasure :) Thanks, Bjorn!

- Mani

> > ---
> >  MAINTAINERS | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 8d1052fa6a69..a40cfcd1c65e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
> >  F:	drivers/pci/controller/pcie-xilinx-cpm.c
> >  
> >  PCI ENDPOINT SUBSYSTEM
> > -M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
> > +M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> >  M:	Krzysztof Wilczyński <kw@linux.com>
> > -R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> >  R:	Kishon Vijay Abraham I <kishon@kernel.org>
> >  L:	linux-pci@vger.kernel.org
> >  S:	Supported
> > -- 
> > 2.34.1
> > 

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

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

* Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
  2024-01-29 16:59 [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer Lorenzo Pieralisi
  2024-01-30 19:55 ` Bjorn Helgaas
  2024-01-31 13:04 ` Manivannan Sadhasivam
@ 2024-01-31 15:01 ` Bjorn Helgaas
  2024-02-03  1:05   ` Frank Li
  2 siblings, 1 reply; 7+ messages in thread
From: Bjorn Helgaas @ 2024-01-31 15:01 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: linux-pci, linux-kernel, Bjorn Helgaas, Manivannan Sadhasivam,
	Krzysztof Wilczyński

On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote:
> The PCI endpoint subsystem is evolving at a rate I
> cannot keep up with, therefore I am standing down as
> a maintainer handing over to Manivannan (currently
> reviewer for this code) and Krzysztof who are doing
> an excellent job on the matter - they don't need my
> help any longer.
> 
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Cc: Krzysztof Wilczyński <kw@linux.com>

Applied with Mani's ack to for-linus for v6.8, thanks!

> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..a40cfcd1c65e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
>  F:	drivers/pci/controller/pcie-xilinx-cpm.c
>  
>  PCI ENDPOINT SUBSYSTEM
> -M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
> +M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>  M:	Krzysztof Wilczyński <kw@linux.com>
> -R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>  R:	Kishon Vijay Abraham I <kishon@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
> -- 
> 2.34.1
> 

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

* Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
  2024-01-31 15:01 ` Bjorn Helgaas
@ 2024-02-03  1:05   ` Frank Li
  2024-02-09  8:56     ` Manivannan Sadhasivam
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Li @ 2024-02-03  1:05 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Lorenzo Pieralisi, linux-pci, linux-kernel, Bjorn Helgaas,
	Manivannan Sadhasivam, Krzysztof Wilczyński

On Wed, Jan 31, 2024 at 09:01:16AM -0600, Bjorn Helgaas wrote:
> On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote:
> > The PCI endpoint subsystem is evolving at a rate I
> > cannot keep up with, therefore I am standing down as
> > a maintainer handing over to Manivannan (currently
> > reviewer for this code) and Krzysztof who are doing
> > an excellent job on the matter - they don't need my
> > help any longer.
> > 
> > Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> > Cc: Bjorn Helgaas <bhelgaas@google.com>
> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > Cc: Krzysztof Wilczyński <kw@linux.com>
> 
> Applied with Mani's ack to for-linus for v6.8, thanks!

One question:

who will pick up endpoint patches? 

Frank

> 
> > ---
> >  MAINTAINERS | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 8d1052fa6a69..a40cfcd1c65e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
> >  F:	drivers/pci/controller/pcie-xilinx-cpm.c
> >  
> >  PCI ENDPOINT SUBSYSTEM
> > -M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
> > +M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> >  M:	Krzysztof Wilczyński <kw@linux.com>
> > -R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> >  R:	Kishon Vijay Abraham I <kishon@kernel.org>
> >  L:	linux-pci@vger.kernel.org
> >  S:	Supported
> > -- 
> > 2.34.1
> > 

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

* Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer
  2024-02-03  1:05   ` Frank Li
@ 2024-02-09  8:56     ` Manivannan Sadhasivam
  0 siblings, 0 replies; 7+ messages in thread
From: Manivannan Sadhasivam @ 2024-02-09  8:56 UTC (permalink / raw)
  To: Frank Li
  Cc: Bjorn Helgaas, Lorenzo Pieralisi, linux-pci, linux-kernel,
	Bjorn Helgaas, Krzysztof Wilczyński

On Fri, Feb 02, 2024 at 08:05:24PM -0500, Frank Li wrote:
> On Wed, Jan 31, 2024 at 09:01:16AM -0600, Bjorn Helgaas wrote:
> > On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote:
> > > The PCI endpoint subsystem is evolving at a rate I
> > > cannot keep up with, therefore I am standing down as
> > > a maintainer handing over to Manivannan (currently
> > > reviewer for this code) and Krzysztof who are doing
> > > an excellent job on the matter - they don't need my
> > > help any longer.
> > > 
> > > Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> > > Cc: Bjorn Helgaas <bhelgaas@google.com>
> > > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > > Cc: Krzysztof Wilczyński <kw@linux.com>
> > 
> > Applied with Mani's ack to for-linus for v6.8, thanks!
> 
> One question:
> 
> who will pick up endpoint patches? 
> 

I will pick them.

- Mani

> Frank
> 
> > 
> > > ---
> > >  MAINTAINERS | 3 +--
> > >  1 file changed, 1 insertion(+), 2 deletions(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 8d1052fa6a69..a40cfcd1c65e 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -16856,9 +16856,8 @@ F:	Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
> > >  F:	drivers/pci/controller/pcie-xilinx-cpm.c
> > >  
> > >  PCI ENDPOINT SUBSYSTEM
> > > -M:	Lorenzo Pieralisi <lpieralisi@kernel.org>
> > > +M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > >  M:	Krzysztof Wilczyński <kw@linux.com>
> > > -R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > >  R:	Kishon Vijay Abraham I <kishon@kernel.org>
> > >  L:	linux-pci@vger.kernel.org
> > >  S:	Supported
> > > -- 
> > > 2.34.1
> > > 

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

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

end of thread, other threads:[~2024-02-09  8:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 16:59 [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer Lorenzo Pieralisi
2024-01-30 19:55 ` Bjorn Helgaas
2024-01-31 13:06   ` Manivannan Sadhasivam
2024-01-31 13:04 ` Manivannan Sadhasivam
2024-01-31 15:01 ` Bjorn Helgaas
2024-02-03  1:05   ` Frank Li
2024-02-09  8:56     ` Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox