All of lore.kernel.org
 help / color / mirror / Atom feed
* NTB patches for v4.5
@ 2016-01-22  1:17 Jon Mason
  0 siblings, 0 replies; only message in thread
From: Jon Mason @ 2016-01-22  1:17 UTC (permalink / raw)
  To: Allen Hubbe, Dave Jiang, Xiangliang Yu; +Cc: linux-ntb

Below are the patches that will be in my pull request to Linus on
Saturday.  If possible, please test them in the next 24 hours to verify
everything is in working order.

git://github.com/jonmason/ntb ntb-4.5

Thanks,
Jon

----------------------------------------------------------------
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-22  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22  1:17 NTB patches for v4.5 Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.