diff options
author | Jon Mason <[email protected]> | 2022-08-12 15:42:05 -0400 |
---|---|---|
committer | Jon Mason <[email protected]> | 2022-08-12 16:00:59 -0400 |
commit | e4fe2a2fc423cb51bfd36c14f95f3ca1d279ca92 (patch) | |
tree | 958eee6900bc0d57e0992c978858ea161610ff7d | |
parent | b8c0aa9b16bb2f4d5966b87fbf1f36f3280e1f60 (diff) |
MAINTAINERS: add PCI Endpoint NTB drivers to NTB files
The PCI Endpoint NTB drivers are under the NTB umbrella. Add an entry
there to allow for notification of changes for it.
Signed-off-by: Jon Mason <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 64379c699903..47e9f86bd712 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14254,6 +14254,7 @@ W: https://github.com/jonmason/ntb/wiki T: git git://github.com/jonmason/ntb.git F: drivers/net/ntb_netdev.c F: drivers/ntb/ +F: drivers/pci/endpoint/functions/pci-epf-*ntb.c F: include/linux/ntb.h F: include/linux/ntb_transport.h F: tools/testing/selftests/ntb/ |