From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753274AbbBKQsx (ORCPT ); Wed, 11 Feb 2015 11:48:53 -0500 Received: from mail-qa0-f52.google.com ([209.85.216.52]:41513 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752367AbbBKQsv (ORCPT ); Wed, 11 Feb 2015 11:48:51 -0500 MIME-Version: 1.0 In-Reply-To: <20150204191831.GA13785@google.com> References: <20150204191831.GA13785@google.com> From: Bjorn Helgaas Date: Wed, 11 Feb 2015 10:48:24 -0600 Message-ID: Subject: Re: [GIT PULL] PCI fixes for v3.19 To: Linus Torvalds Cc: "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Lucas Stach , Myron Stowe , Nix , Charlotte Richardson Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [+cc lists, etc.; sorry, this has been merged already, but I forgot to cc: everybody the first time] On Wed, Feb 4, 2015 at 1:18 PM, Bjorn Helgaas wrote: > Hi Linus, > > These are a regression fix for read-only BARs, a DesignWare fix that keeps > drivers from using MSI-X (which isn't supported), and a DMI quirk to handle > ftServer the same whether it says Stratus or NEC on the front. > > Bjorn > > > The following changes since commit f175aa2c9f6cc08f043e85ea37f44ef3676cbac1: > > MAINTAINERS: Update Richard Zhu's email address (2015-01-22 13:40:59 -0600) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.19-fixes-2 > > for you to fetch changes up to 06cf35f903aa6da0cc8d9f81e9bcd1f7e1b534bb: > > PCI: Handle read-only BARs on AMD CS553x devices (2015-02-03 20:28:02 -0600) > > ---------------------------------------------------------------- > PCI updates for v3.19: > > Enumeration > - Scan all device numbers on NEC as well as Stratus (Charlotte Richardson) > > Resource management > - Handle read-only BARs on AMD CS553x devices (Myron Stowe) > > Synopsys DesignWare > - Reject MSI-X IRQs (Lucas Stach) > > ---------------------------------------------------------------- > Charlotte Richardson (1): > PCI: Add NEC variants to Stratus ftServer PCIe DMI check > > Lucas Stach (1): > PCI: designware: Reject MSI-X IRQs > > Myron Stowe (1): > PCI: Handle read-only BARs on AMD CS553x devices > > arch/x86/pci/common.c | 16 +++++++++++++++ > drivers/pci/host/pcie-designware.c | 3 +++ > drivers/pci/quirks.c | 40 +++++++++++++++++++++++++++++++++++--- > 3 files changed, 56 insertions(+), 3 deletions(-)