* [GIT PULL] NTB changes for v4.5
@ 2016-01-23 19:52 Jon Mason
0 siblings, 0 replies; only message in thread
From: Jon Mason @ 2016-01-23 19:52 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, , linux-ntb
Hello Linus,
Here are a few NTB changes fixes for v4.5. A new driver for the AMD
NTB and a few bug fixes. Please consider pulling them.
Thanks,
Jon
The following changes since commit afd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc:
Linux 4.4 (2016-01-10 15:01:32 -0800)
are available in the git repository at:
git://github.com/jonmason/ntb tags/ntb-4.5
for you to fetch changes up to 03beaec80d57e7a540b1990188f8a97a076da6de:
NTB: Fix macro parameter conflict with field name (2016-01-21 19:53:10 -0500)
----------------------------------------------------------------
A new driver to support AMD NTB, a NTB performance test driver, NTB bugs
fixes, and the ability to recover from running out of DMA descriptors.
----------------------------------------------------------------
Allen Hubbe (1):
NTB: Fix macro parameter conflict with field name
Dave Jiang (3):
NTB: Clear property bits in BAR value
NTB: Address out of DMA descriptor issue with NTB
ntb: ntb perf tool
Jon Mason (1):
NTB: ntb_process_tx error path bug
Xiangliang Yu (1):
NTB: Add support for AMD PCI-Express Non-Transparent Bridge
MAINTAINERS | 6 +
drivers/ntb/hw/Kconfig | 1 +
drivers/ntb/hw/Makefile | 1 +
drivers/ntb/hw/amd/Kconfig | 7 +
drivers/ntb/hw/amd/Makefile | 1 +
drivers/ntb/hw/amd/ntb_hw_amd.c | 1143 +++++++++++++++++++++++++++++++++++
drivers/ntb/hw/amd/ntb_hw_amd.h | 217 +++++++
drivers/ntb/hw/intel/ntb_hw_intel.c | 4 +-
drivers/ntb/hw/intel/ntb_hw_intel.h | 8 +-
drivers/ntb/ntb_transport.c | 50 +-
drivers/ntb/test/Kconfig | 8 +
drivers/ntb/test/Makefile | 1 +
drivers/ntb/test/ntb_perf.c | 748 +++++++++++++++++++++++
13 files changed, 2183 insertions(+), 12 deletions(-)
create mode 100644 drivers/ntb/hw/amd/Kconfig
create mode 100644 drivers/ntb/hw/amd/Makefile
create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.c
create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.h
create mode 100644 drivers/ntb/test/ntb_perf.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-23 19:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 19:52 [GIT PULL] NTB changes for v4.5 Jon Mason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox