From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: MIME-Version: 1.0 In-Reply-To: <20170208215508.GA4800@bhelgaas-glaptop.roam.corp.google.com> References: <1485553449-9345-1-git-send-email-jon.mason@broadcom.com> <20170208215508.GA4800@bhelgaas-glaptop.roam.corp.google.com> From: Jon Mason Date: Wed, 8 Feb 2017 17:33:46 -0500 Message-ID: Subject: Re: [PATCH 0/2] PCI: iproc: MPS fix and quirks To: Bjorn Helgaas Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, BCM Kernel Feedback , open list , linux-arm-kernel Content-Type: text/plain; charset=UTF-8 List-ID: On Wed, Feb 8, 2017 at 4:55 PM, Bjorn Helgaas wrote: > On Fri, Jan 27, 2017 at 04:44:07PM -0500, Jon Mason wrote: >> A patch that corrects an issue where the MPS could not be set, and >> another that fixes some quirks in the PAXC >> >> Jon Mason (2): >> PCI: iproc: allow the MPS to be set >> PCI: Add quirk entry for NS2 PAXC PCI >> >> drivers/pci/host/pcie-iproc.c | 5 ++++- >> drivers/pci/quirks.c | 21 +++++++++++++++++++++ >> 2 files changed, 25 insertions(+), 1 deletion(-) > > Applied with Ray's ack to pci/host-iproc for v4.11, thanks! > > It looks to me like several other drivers need a similar MPS fix. > I'll CC you on the patches. I'm happy to look at whatever you want to CC me on, but this is an SoC thing that I do not believe is applicable to the standard PCI device (if that is what you are referring to). Thanks, Jon > > Bjorn