Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
From: Jon Mason <jdmason@kudzu.us>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com
Subject: [GIT PULL] NTB bug fixes for v4.10
Date: Sat, 24 Dec 2016 10:55:02 -0500	[thread overview]
Message-ID: <20161224155502.GA13401@arkham.kudzu.us> (raw)

Hello Linus,
Here are a few NTB bug fixes, new HE support, and updates to AMD NTB for
4.10.  Please consider pulling them.

Thanks,
Jon



The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

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

for you to fetch changes up to dfb7d24c5ad5c986f2417f52784738b67cfedd4d:

  ntb_transport: Remove unnecessary call to ntb_peer_spad_read (2016-12-23 16:11:07 -0500)

----------------------------------------------------------------
NTB bug fixes for removing an unnecessary call to ntb_peer_spad_read,
and correcting a free_irq inconsistency.  It adds Intel SKX support.
Finally, it changes the AMD NTB maintainer, and fixes some bugs present
there.

----------------------------------------------------------------
Christophe JAILLET (1):
      NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy

Dave Jiang (2):
      ntb: Adding Skylake Xeon NTB support
      ntb: fix SKX NTB config space size register offsets

Shyam Sundar S K (3):
      NTB: Register and offset values fix for memory window
      ntb_transport: Limit memory windows based on available, scratchpads
      MAINTAINERS: Change in maintainer for AMD NTB

Steve Wahl (1):
      ntb_transport: Remove unnecessary call to ntb_peer_spad_read

Steven Wahl (1):
      NTB: correct ntb_peer_spad_read for case when callback is not supplied.

Xiangliang Yu (1):
      NTB: add support for hotplug feature

 MAINTAINERS                         |   2 +-
 drivers/ntb/hw/amd/ntb_hw_amd.c     |  25 +-
 drivers/ntb/hw/amd/ntb_hw_amd.h     |   5 +-
 drivers/ntb/hw/intel/ntb_hw_intel.c | 662 +++++++++++++++++++++++++++++++++++-
 drivers/ntb/hw/intel/ntb_hw_intel.h |  48 +++
 drivers/ntb/ntb_transport.c         |  29 +-
 include/linux/ntb.h                 |   3 +
 7 files changed, 741 insertions(+), 33 deletions(-)

                 reply	other threads:[~2016-12-24 15:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161224155502.GA13401@arkham.kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-ntb@googlegroups.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox