diff options
author | Jon Mason <jdmason@kudzu.us> | 2022-08-12 22:42:05 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2022-08-12 23:00:59 +0300 |
commit | e4fe2a2fc423cb51bfd36c14f95f3ca1d279ca92 (patch) | |
tree | 958eee6900bc0d57e0992c978858ea161610ff7d /MAINTAINERS | |
parent | b8c0aa9b16bb2f4d5966b87fbf1f36f3280e1f60 (diff) | |
download | linux-e4fe2a2fc423cb51bfd36c14f95f3ca1d279ca92.tar.xz |
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 <jdmason@kudzu.us>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'MAINTAINERS')
-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/ |