diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-03-01 20:36:56 -0500 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-04-11 06:30:45 -0400 |
commit | ef69b03dfd321ffa1bcb4248e9b8744f653e3859 (patch) | |
tree | 35011f614e977999998c100c29ed9e5689f11ec9 /MAINTAINERS | |
parent | e3824e4281b8e31d55c08a06b20abb4f677a0baf (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-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 | |||
6608 | S: Supported | 6608 | S: Supported |
6609 | F: Documentation/powerpc/ | 6609 | F: Documentation/powerpc/ |
6610 | F: arch/powerpc/ | 6610 | F: arch/powerpc/ |
6611 | F: drivers/char/tpm/tpm_ibmvtpm* | ||
6612 | F: drivers/crypto/nx/ | ||
6613 | F: drivers/crypto/vmx/ | ||
6614 | F: drivers/net/ethernet/ibm/ibmveth.* | ||
6615 | F: drivers/net/ethernet/ibm/ibmvnic.* | ||
6616 | F: drivers/pci/hotplug/rpa* | ||
6617 | F: drivers/scsi/ibmvscsi/ | ||
6618 | N: opal | ||
6619 | N: /pmac | ||
6620 | N: powermac | ||
6621 | N: powernv | ||
6622 | N: [^a-z0-9]ps3 | ||
6623 | N: pseries | ||
6611 | 6624 | ||
6612 | LINUX FOR POWER MACINTOSH | 6625 | LINUX FOR POWER MACINTOSH |
6613 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 6626 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |