Message ID | 1534814431-20112-1-git-send-email-tyreld@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
Series | MAINTAINERS: add maintainer entries for RPA pci hotplug drivers | expand |
On Mon, Aug 20, 2018 at 06:20:31PM -0700, Tyrel Datwyler wrote: > Adding myself as maintiner of the IBM RPA hotplug modules located in > drivers/pci/hotplug directory. These modules provide kernel interfaces > for support of Dynamic Logical Partitioning (DLPAR) of Logical and > Physical IO slots, and hotplug of physical PCI slots of a PHB on > RPA-compliant ppc64 platforms (pseries). > > Signed-off-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> Applied to for-linus for v4.19, thanks! > --- > MAINTAINERS | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5df1b36..7b5dc3f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6984,6 +6984,20 @@ F: drivers/crypto/vmx/aes* > F: drivers/crypto/vmx/ghash* > F: drivers/crypto/vmx/ppc-xlate.pl > > +IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform > +M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> > +L: linux-pci@vger.kernel.org > +L: linuxppc-dev@lists.ozlabs.org > +S: Supported > +F: drivers/pci/hotplug/rpaphp* > + > +IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform > +M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> > +L: linux-pci@vger.kernel.org > +L: linuxppc-dev@lists.ozlabs.org > +S: Supported > +F: drivers/pci/hotplug/rpadlpar* > + > IBM ServeRAID RAID DRIVER > S: Orphan > F: drivers/scsi/ips.* > -- > 1.8.3.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 5df1b36..7b5dc3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6984,6 +6984,20 @@ F: drivers/crypto/vmx/aes* F: drivers/crypto/vmx/ghash* F: drivers/crypto/vmx/ppc-xlate.pl +IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform +M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> +L: linux-pci@vger.kernel.org +L: linuxppc-dev@lists.ozlabs.org +S: Supported +F: drivers/pci/hotplug/rpaphp* + +IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform +M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> +L: linux-pci@vger.kernel.org +L: linuxppc-dev@lists.ozlabs.org +S: Supported +F: drivers/pci/hotplug/rpadlpar* + IBM ServeRAID RAID DRIVER S: Orphan F: drivers/scsi/ips.*
Adding myself as maintiner of the IBM RPA hotplug modules located in drivers/pci/hotplug directory. These modules provide kernel interfaces for support of Dynamic Logical Partitioning (DLPAR) of Logical and Physical IO slots, and hotplug of physical PCI slots of a PHB on RPA-compliant ppc64 platforms (pseries). Signed-off-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> --- MAINTAINERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+)