MAINTAINERS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
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
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 >
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>
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 >
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>
© 2016 - 2026 Red Hat, Inc.