diff mbox series

MAINTAINERS: Step down as PCI ENDPOINT maintainer

Message ID 20240129165933.33428-1-lpieralisi@kernel.org
State New
Headers show
Series MAINTAINERS: Step down as PCI ENDPOINT maintainer | expand

Commit Message

Lorenzo Pieralisi Jan. 29, 2024, 4:59 p.m. UTC
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(-)

Comments

Bjorn Helgaas Jan. 30, 2024, 7:55 p.m. UTC | #1
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
>
Manivannan Sadhasivam Jan. 31, 2024, 1:04 p.m. UTC | #2
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
>
Manivannan Sadhasivam Jan. 31, 2024, 1:06 p.m. UTC | #3
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
> >
Bjorn Helgaas Jan. 31, 2024, 3:01 p.m. UTC | #4
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
>
Frank Li Feb. 3, 2024, 1:05 a.m. UTC | #5
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
> >
Manivannan Sadhasivam Feb. 9, 2024, 8:56 a.m. UTC | #6
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
> > >
diff mbox series

Patch

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