diff options
author | Stewart Smith <[email protected]> | 2017-02-16 11:37:15 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2017-02-17 10:58:40 +1100 |
commit | a42715830d552d7c0e3be709383ece4832453275 (patch) | |
tree | e29c33fb6f0610c941f0a21a1a241cc745f8c240 | |
parent | f84775c2d5d92581f2df60d53b574b0405c85be3 (diff) |
MAINTAINERS: Remove powerpc's "opal" pattern match
The block guys have merged a new driver called "sed-opal", which is
getting caught by our pattern match on "opal".
So drop our "opal" pattern and replace it with matches against the
specific paths for our drivers. We should try and remember to add new
drivers as they're added in future.
Suggested-by: Jon Derrick <[email protected]>
Signed-off-by: Stewart Smith <[email protected]>
Reviewed-by: Andrew Donnellan <[email protected]>
[mpe: Fix ic2/i2c typo, write change log]
Signed-off-by: Michael Ellerman <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 26edd832c64e..bd294c22640a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7384,18 +7384,24 @@ L: [email protected] Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git S: Supported +F: Documentation/ABI/stable/sysfs-firmware-opal-* +F: Documentation/devicetree/bindings/powerpc/opal/ +F: Documentation/devicetree/bindings/rtc/rtc-opal.txt +F: Documentation/devicetree/bindings/i2c/i2c-opal.txt F: Documentation/powerpc/ F: arch/powerpc/ F: drivers/char/tpm/tpm_ibmvtpm* F: drivers/crypto/nx/ F: drivers/crypto/vmx/ +F: drivers/i2c/busses/i2c-opal.c F: drivers/net/ethernet/ibm/ibmveth.* F: drivers/net/ethernet/ibm/ibmvnic.* F: drivers/pci/hotplug/pnv_php.c F: drivers/pci/hotplug/rpa* +F: drivers/rtc/rtc-opal.c F: drivers/scsi/ibmvscsi/ +F: drivers/tty/hvc/hvc_opal.c F: tools/testing/selftests/powerpc -N: opal N: /pmac N: powermac N: powernv |