[GIT PULL] NTB bug fixes for v5.1

From: Jon Mason
Date: Fri Mar 15 2019 - 16:26:15 EST


Hello Linus,
Here are a few NTB fixes for v5.1. While the tag is new, the patches
have been in my tree (and thus linux-next) for weeks now. Please
consider pulling them.

Thanks,
Jon



The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://github.com/jonmason/ntb tags/ntb-5.1

for you to fetch changes up to ebb09b33c60c46fd4f7ffa0af9e693eebe765d1b:

NTB: add new parameter to peer_db_addr() db_bit and db_data (2019-02-13 11:03:18 -0500)

----------------------------------------------------------------
Fixes for switchtec debugability and mapping table entries, NTB
transport improvements, and a reworking of the peer_db_addr to all for
better abstraction

----------------------------------------------------------------
Joey Zhang (1):
NTB: ntb_transport: Free MWs in ntb_transport_link_cleanup()

Leonid Ravich (1):
NTB: add new parameter to peer_db_addr() db_bit and db_data

Logan Gunthorpe (1):
NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMA

Paul Selles (2):
ntb_hw_switchtec: debug print 64bit aligned crosslink BAR Numbers
ntb_hw_switchtec: Added support of >=4G memory windows

Wesley Sheng (1):
ntb_hw_switchtec: NT req id mapping table register entry number should be 512

drivers/ntb/hw/intel/ntb_hw_gen1.c | 25 +++++++++++++++++++------
drivers/ntb/hw/intel/ntb_hw_gen1.h | 5 +++--
drivers/ntb/hw/intel/ntb_hw_gen3.c | 33 ++++++++++++++++++++++++++++++++-
drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 20 ++++++++++++++++----
drivers/ntb/ntb_transport.c | 31 +++++++++++++++++++++++++++++--
include/linux/ntb.h | 10 +++++++---
include/linux/switchtec.h | 10 +++++++---
7 files changed, 113 insertions(+), 21 deletions(-)