Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755025AbcLXPzM (ORCPT ); Sat, 24 Dec 2016 10:55:12 -0500 Received: from mail-yw0-f195.google.com ([209.85.161.195]:34609 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751995AbcLXPzK (ORCPT ); Sat, 24 Dec 2016 10:55:10 -0500 From: Jon Mason X-Google-Original-From: Jon Mason Date: Sat, 24 Dec 2016 10:55:02 -0500 To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com Subject: [GIT PULL] NTB bug fixes for v4.10 Message-ID: <20161224155502.GA13401@arkham.kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1927 Lines: 57 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(-)