Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans
@ 2026-03-05 17:18 Dave Hansen
  2026-03-05 17:28 ` Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dave Hansen @ 2026-03-05 17:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dave Hansen, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, linux-pci

This maintainer's email is now bouncing. Remove them and mark
the code as an orphan for now.

Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: "Krzysztof Wilczyński" <kwilczynski@kernel.org>
Cc: Manivannan Sadhasivam <mani@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
---
 MAINTAINERS | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c32d76a949979..d010689fa91a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20121,9 +20121,8 @@ F:	Documentation/devicetree/bindings/pci/marvell,armada-3700-pcie.yaml
 F:	drivers/pci/controller/pci-aardvark.c
 
 PCI DRIVER FOR ALTERA PCIE IP
-M:	Joyce Ooi <joyce.ooi@intel.com>
 L:	linux-pci@vger.kernel.org
-S:	Supported
+S:	Orphan
 F:	Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml
 F:	drivers/pci/controller/pcie-altera.c
 
@@ -20368,9 +20367,8 @@ S:	Supported
 F:	Documentation/PCI/pci-error-recovery.rst
 
 PCI MSI DRIVER FOR ALTERA MSI IP
-M:	Joyce Ooi <joyce.ooi@intel.com>
 L:	linux-pci@vger.kernel.org
-S:	Supported
+S:	Orphan
 F:	Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
 F:	drivers/pci/controller/pcie-altera-msi.c
 
-- 
2.43.0


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

* Re: [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans
  2026-03-05 17:18 [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans Dave Hansen
@ 2026-03-05 17:28 ` Bjorn Helgaas
  2026-03-05 17:32   ` Dave Hansen
  2026-03-05 17:33 ` Dave Hansen
  2026-03-05 17:44 ` Bjorn Helgaas
  2 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2026-03-05 17:28 UTC (permalink / raw)
  To: Dave Hansen
  Cc: linux-kernel, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, linux-pci

On Thu, Mar 05, 2026 at 09:18:52AM -0800, Dave Hansen wrote:
> This maintainer's email is now bouncing. Remove them and mark
> the code as an orphan for now.
> 
> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: "Krzysztof Wilczyński" <kwilczynski@kernel.org>
> Cc: Manivannan Sadhasivam <mani@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: linux-pci@vger.kernel.org

Thanks for the update.

Signed-off-by?

> ---
>  MAINTAINERS | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c32d76a949979..d010689fa91a9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20121,9 +20121,8 @@ F:	Documentation/devicetree/bindings/pci/marvell,armada-3700-pcie.yaml
>  F:	drivers/pci/controller/pci-aardvark.c
>  
>  PCI DRIVER FOR ALTERA PCIE IP
> -M:	Joyce Ooi <joyce.ooi@intel.com>
>  L:	linux-pci@vger.kernel.org
> -S:	Supported
> +S:	Orphan
>  F:	Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml
>  F:	drivers/pci/controller/pcie-altera.c
>  
> @@ -20368,9 +20367,8 @@ S:	Supported
>  F:	Documentation/PCI/pci-error-recovery.rst
>  
>  PCI MSI DRIVER FOR ALTERA MSI IP
> -M:	Joyce Ooi <joyce.ooi@intel.com>
>  L:	linux-pci@vger.kernel.org
> -S:	Supported
> +S:	Orphan
>  F:	Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
>  F:	drivers/pci/controller/pcie-altera-msi.c
>  
> -- 
> 2.43.0
> 

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

* Re: [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans
  2026-03-05 17:28 ` Bjorn Helgaas
@ 2026-03-05 17:32   ` Dave Hansen
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Hansen @ 2026-03-05 17:32 UTC (permalink / raw)
  To: Bjorn Helgaas, Dave Hansen
  Cc: linux-kernel, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, linux-pci

On 3/5/26 09:28, Bjorn Helgaas wrote:
> On Thu, Mar 05, 2026 at 09:18:52AM -0800, Dave Hansen wrote:
>> This maintainer's email is now bouncing. Remove them and mark
>> the code as an orphan for now.
>>
>> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
>> Cc: "Krzysztof Wilczyński" <kwilczynski@kernel.org>
>> Cc: Manivannan Sadhasivam <mani@kernel.org>
>> Cc: Rob Herring <robh@kernel.org>
>> Cc: Bjorn Helgaas <bhelgaas@google.com>
>> Cc: linux-pci@vger.kernel.org
> 
> Thanks for the update.
> 
> Signed-off-by?

Gah, sorry about that. I'm not sending things via my usual workflow:

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>


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

* Re: [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans
  2026-03-05 17:18 [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans Dave Hansen
  2026-03-05 17:28 ` Bjorn Helgaas
@ 2026-03-05 17:33 ` Dave Hansen
  2026-03-05 17:44 ` Bjorn Helgaas
  2 siblings, 0 replies; 5+ messages in thread
From: Dave Hansen @ 2026-03-05 17:33 UTC (permalink / raw)
  To: Dave Hansen, linux-kernel
  Cc: Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, linux-pci

On 3/5/26 09:18, Dave Hansen wrote:
> This maintainer's email is now bouncing. Remove them and mark
> the code as an orphan for now.

... and I'm a doofus. I'm not sending things via my normal workflow and
I missed:

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>


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

* Re: [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans
  2026-03-05 17:18 [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans Dave Hansen
  2026-03-05 17:28 ` Bjorn Helgaas
  2026-03-05 17:33 ` Dave Hansen
@ 2026-03-05 17:44 ` Bjorn Helgaas
  2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2026-03-05 17:44 UTC (permalink / raw)
  To: Dave Hansen
  Cc: linux-kernel, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, linux-pci

On Thu, Mar 05, 2026 at 09:18:52AM -0800, Dave Hansen wrote:
> This maintainer's email is now bouncing. Remove them and mark
> the code as an orphan for now.
> 
> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: "Krzysztof Wilczyński" <kwilczynski@kernel.org>
> Cc: Manivannan Sadhasivam <mani@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: linux-pci@vger.kernel.org

Applied to pci/for-linus for v7.0, thank you!

> ---
>  MAINTAINERS | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c32d76a949979..d010689fa91a9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20121,9 +20121,8 @@ F:	Documentation/devicetree/bindings/pci/marvell,armada-3700-pcie.yaml
>  F:	drivers/pci/controller/pci-aardvark.c
>  
>  PCI DRIVER FOR ALTERA PCIE IP
> -M:	Joyce Ooi <joyce.ooi@intel.com>
>  L:	linux-pci@vger.kernel.org
> -S:	Supported
> +S:	Orphan
>  F:	Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml
>  F:	drivers/pci/controller/pcie-altera.c
>  
> @@ -20368,9 +20367,8 @@ S:	Supported
>  F:	Documentation/PCI/pci-error-recovery.rst
>  
>  PCI MSI DRIVER FOR ALTERA MSI IP
> -M:	Joyce Ooi <joyce.ooi@intel.com>
>  L:	linux-pci@vger.kernel.org
> -S:	Supported
> +S:	Orphan
>  F:	Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
>  F:	drivers/pci/controller/pcie-altera-msi.c
>  
> -- 
> 2.43.0
> 

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

end of thread, other threads:[~2026-03-05 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 17:18 [PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans Dave Hansen
2026-03-05 17:28 ` Bjorn Helgaas
2026-03-05 17:32   ` Dave Hansen
2026-03-05 17:33 ` Dave Hansen
2026-03-05 17:44 ` Bjorn Helgaas

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