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.15
Date: Sun, 19 Nov 2017 10:25:36 -0500	[thread overview]
Message-ID: <20171119152536.GA17838@graymalkin.kudzu.us> (raw)

Hello Linus,
Here is a new Switchtec NTB driver and a few NTB bug fixes for 4.15.
It's been sitting in my ntb-next branch for some time and should be
throughly tested.  Please consider pulling them.

Thanks,
Jon



The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4:

  Linux 4.14 (2017-11-12 10:46:13 -0800)

are available in the git repository at:

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

for you to fetch changes up to 4201a9918c49bece71d25b2ef30cbadb1fc528e8:

  ntb: intel: remove b2b memory window workaround for Skylake NTB (2017-11-18 20:54:47 -0500)

----------------------------------------------------------------
Support for the switchtec ntb and related changes.  Also, a couple of
bug fixes.

----------------------------------------------------------------
Bhumika Goyal (1):
      NTB: make idt_89hpes_cfg const

Dave Jiang (2):
      ntb: update maintainer list for Intel NTB driver
      ntb: intel: remove b2b memory window workaround for Skylake NTB

Logan Gunthorpe (15):
      NTB: switchtec: Move structure definitions into a common header
      NTB: switchtec: Export class symbol for use in upper layer driver
      NTB: switchtec: Add NTB hardware register definitions
      NTB: switchtec: Add link event notifier callback
      NTB: Ensure ntb_mw_get_align() is only called when the link is up
      NTB: Add check and comment for link up to mw_count() and mw_get_align()
      NTB: switchtec_ntb: Introduce initial NTB driver
      NTB: switchtec_ntb: Initialize hardware for memory windows
      NTB: switchtec_ntb: Initialize hardware for doorbells and messages
      NTB: switchtec_ntb: Add skeleton NTB driver
      NTB: switchtec_ntb: Add link management
      NTB: switchtec_ntb: Implement doorbell registers
      NTB: switchtec_ntb: Implement scratchpad registers
      NTB: switchtec_ntb: Add memory window support
      NTB: switchtec_ntb: Update switchtec documentation with notes for NTB

 Documentation/switchtec.txt            |   12 +
 MAINTAINERS                            |    7 +-
 drivers/ntb/hw/Kconfig                 |    1 +
 drivers/ntb/hw/Makefile                |    1 +
 drivers/ntb/hw/idt/ntb_hw_idt.c        |   16 +-
 drivers/ntb/hw/intel/ntb_hw_intel.c    |   75 +-
 drivers/ntb/hw/mscc/Kconfig            |    9 +
 drivers/ntb/hw/mscc/Makefile           |    1 +
 drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 1216 ++++++++++++++++++++++++++++++++
 drivers/ntb/ntb_transport.c            |   20 +-
 drivers/ntb/test/ntb_perf.c            |   18 +-
 drivers/ntb/test/ntb_tool.c            |    6 +-
 drivers/pci/switch/switchtec.c         |  316 ++-------
 include/linux/ntb.h                    |   11 +-
 include/linux/switchtec.h              |  373 ++++++++++
 15 files changed, 1715 insertions(+), 367 deletions(-)
 create mode 100644 drivers/ntb/hw/mscc/Kconfig
 create mode 100644 drivers/ntb/hw/mscc/Makefile
 create mode 100644 drivers/ntb/hw/mscc/ntb_hw_switchtec.c
 create mode 100644 include/linux/switchtec.h

             reply	other threads:[~2017-11-19 15:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-19 15:25 Jon Mason [this message]
2017-11-19 18:12 ` [GIT PULL] NTB bug fixes for v4.15 Linus Torvalds
2017-11-20  6:25   ` Logan Gunthorpe
2017-11-20  6:37     ` Linus Torvalds
2017-11-20  6:51       ` Logan Gunthorpe
2017-11-20 22:37         ` Stephen Rothwell
2017-11-20 22:40           ` Dave Jiang
2017-11-20 22:47             ` Stephen Rothwell
2017-11-20 22:53           ` Logan Gunthorpe
2017-11-20 22:55             ` Dave Jiang
2017-11-21 22:19             ` Stephen Rothwell
2017-11-21 22:25               ` Logan Gunthorpe
2017-11-27 15:46               ` Jon Mason
2017-11-27 20:53                 ` Stephen Rothwell

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=20171119152536.GA17838@graymalkin.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