diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-03-02 12:36:56 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-04-11 20:30:45 +1000 |
commit | ef69b03dfd321ffa1bcb4248e9b8744f653e3859 (patch) | |
tree | 35011f614e977999998c100c29ed9e5689f11ec9 | |
parent | e3824e4281b8e31d55c08a06b20abb4f677a0baf (diff) | |
download | linux-ef69b03dfd321ffa1bcb4248e9b8744f653e3859.tar.bz2 |
MAINTAINERS: Add powerpc drivers to the powerpc section
We'd like folks working on drivers for powerpc to also Cc linuxppc-dev,
so we can be aware of what's going on in drivers and/or review the
changes.
So add patterns to the powerpc MAINTAINERS section to catch some of the
drivers we're interested in.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 61a323a6b2cf..9a955eaefc31 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6608,6 +6608,19 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git S: Supported F: Documentation/powerpc/ F: arch/powerpc/ +F: drivers/char/tpm/tpm_ibmvtpm* +F: drivers/crypto/nx/ +F: drivers/crypto/vmx/ +F: drivers/net/ethernet/ibm/ibmveth.* +F: drivers/net/ethernet/ibm/ibmvnic.* +F: drivers/pci/hotplug/rpa* +F: drivers/scsi/ibmvscsi/ +N: opal +N: /pmac +N: powermac +N: powernv +N: [^a-z0-9]ps3 +N: pseries LINUX FOR POWER MACINTOSH M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |