[GIT PULL] NTB changes for v5.4
From: Jon Mason
Date: Thu Sep 26 2019 - 13:35:28 EST
Hello Linus,
Here are a few NTB bug fixes and a new AMD device support for v5.4. Please consider pulling them.
Thanks,
Jon
The following changes since commit 4d856f72c10ecb060868ed10ff1b1453943fc6c8:
Linux 5.3 (2019-09-15 14:19:32 -0700)
are available in the Git repository at:
git://github.com/jonmason/ntb tags/ntb-5.4
for you to fetch changes up to 4720101fab62d0453babb0287b58a9c5bf78fb80:
NTB: fix IDT Kconfig typos/spellos (2019-09-23 17:20:40 -0400)
----------------------------------------------------------------
A few bug fixes and support for new AMD NTB Hardware
----------------------------------------------------------------
Alexander Fomichev (1):
ntb_hw_switchtec: make ntb_mw_set_trans() work when addr == 0
Colin Ian King (1):
NTB: ntb_transport: remove redundant assignment to rc
Randy Dunlap (1):
NTB: fix IDT Kconfig typos/spellos
Sanjay R Mehta (3):
ntb: point to right memory window index
ntb_hw_amd: Add a new NTB PCI device ID
ntb_hw_amd: Add memory window support for new AMD hardware
drivers/ntb/hw/amd/ntb_hw_amd.c | 22 ++++++++++++++++++----
drivers/ntb/hw/amd/ntb_hw_amd.h | 8 ++++++--
drivers/ntb/hw/idt/Kconfig | 6 +++---
drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 +-
drivers/ntb/ntb_transport.c | 2 +-
drivers/ntb/test/ntb_perf.c | 2 +-
6 files changed, 30 insertions(+), 12 deletions(-)