diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-13 14:00:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-13 14:00:45 -0700 |
commit | a976835fdb312590ee5c085567a4e2b06da7ac33 (patch) | |
tree | 7367f1318b0dce800fd74e6bf1f09bd0cde08035 /MAINTAINERS | |
parent | 9872e4a8734c68b78e8782e4f7f49e22cd6e9463 (diff) | |
parent | e4fe2a2fc423cb51bfd36c14f95f3ca1d279ca92 (diff) | |
download | linux-stable-a976835fdb312590ee5c085567a4e2b06da7ac33.tar.gz linux-stable-a976835fdb312590ee5c085567a4e2b06da7ac33.tar.bz2 linux-stable-a976835fdb312590ee5c085567a4e2b06da7ac33.zip |
Merge tag 'ntb-5.20' of https://github.com/jonmason/ntb
Pull NTB updates from Jon Mason:
"Non-Transparent Bridge updates.
Fix of heap data and clang warnings, support for a new Intel NTB
device, and NTB EndPoint Function (EPF) support and the various fixes
for that"
* tag 'ntb-5.20' of https://github.com/jonmason/ntb:
MAINTAINERS: add PCI Endpoint NTB drivers to NTB files
NTB: EPF: Tidy up some bounds checks
NTB: EPF: Fix error code in epf_ntb_bind()
PCI: endpoint: pci-epf-vntb: reduce several globals to statics
PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()
PCI: endpoint: Fix Kconfig dependency
NTB: EPF: set pointer addr to null using NULL rather than 0
Documentation: PCI: extend subheading underline for "lspci output" section
Documentation: PCI: Use code-block block for scratchpad registers diagram
Documentation: PCI: Add specification for the PCI vNTB function device
PCI: endpoint: Support NTB transfer between RC and EP
NTB: epf: Allow more flexibility in the memory BAR map method
PCI: designware-ep: Allow pci_epc_set_bar() update inbound map address
ntb: intel: add GNR support for Intel PCIe gen5 NTB
NTB: ntb_tool: uninitialized heap data in tool_fn_write()
ntb: idt: fix clang -Wformat warnings
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 80e4f67c3826..ba7a781c060c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14468,6 +14468,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/ |