Messages in this thread Patch in this message |  | | From | Tyrel Datwyler <> | Subject | [PATCH] MAINTAINERS: add maintainer entries for RPA pci hotplug drivers | Date | Mon, 20 Aug 2018 18:20:31 -0700 |
| |
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(+)
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
|  |