Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp1958432imm; Fri, 6 Jul 2018 09:20:57 -0700 (PDT) X-Google-Smtp-Source: AAOMgpf5p/X5SE7JEl8kwbC3pN2ZAMQNcInnFprFRvaRUIadJTlAtv1FjMsyPvJc3631kA+dzQgZ X-Received: by 2002:a62:3101:: with SMTP id x1-v6mr11099487pfx.246.1530894057398; Fri, 06 Jul 2018 09:20:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530894057; cv=none; d=google.com; s=arc-20160816; b=0Wc3egtfvs384ihfBQtq6FGQqNwt8wPtOnEmiFI6i+Jl3TMujEzXMHC78GwsY1/sDO JT24yKlspzWIHZoGAliQ6KQaaqr9soDVRgX6U32dZ34YTLF2cF4ypgwxlVHxwJjHdfsF VyNQIIrSxKygoamb/EcnGrCJb/oPtVheY7sDIRC5mlMH8qBOTPDo0cppPyrT1psQQBIH ld5lIx+Qls0tlzHYujrmEVosMiAzvpAoc6pbN5jfzEQKA1CoaS/WE1y/IsfKiBwAI4IG WTtgoSV60N6Ai5dLDx5+V+nxlkF6les18bM7hmy7f4Wu2EgiGTwHpTPWSO7GXlCxxxLS mVJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=/YCf1+GkJdJ1mPLQ1xI5RnJ3vHgdOnLu7jqqRCP9ce8=; b=armijYCAIjkyt1Q4T8AorzI9DOrJECh/1nQUb26Yhii/Zn+DjSkiQQfi955gTHPL7p +y12CEcMwqSISFaQ7c/4BlYpLKPCPPsjPannrNSMpruFfnn4np43GEKww2/jRJjFbE/l 6IGImiCjrsr/1iE1/7ePNaBYRwYs4z4zqj/nF3YE9+0u+Tvfxrq19MwxjylJXaZ+/L6r b1fQZFPz3MuMNmzlYY6VBj7F6uEdH2+KnL/6c3DfL+Tek+JUHpEnQhyVAtF/FCjb2R84 HPvUOUqSiI1Z8TlBodeXSzNprwXZb6YHfQ+j0ehcQ1oE/pEr2uw/0gNX5qINDyJiJM9X ZLQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a24-v6si7725033pgv.527.2018.07.06.09.20.42; Fri, 06 Jul 2018 09:20:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933568AbeGFQSs (ORCPT + 99 others); Fri, 6 Jul 2018 12:18:48 -0400 Received: from foss.arm.com ([217.140.101.70]:39606 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932483AbeGFQSp (ORCPT ); Fri, 6 Jul 2018 12:18:45 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4F47418A; Fri, 6 Jul 2018 09:18:45 -0700 (PDT) Received: from red-moon (red-moon.cambridge.arm.com [10.1.206.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1E66D3F2EA; Fri, 6 Jul 2018 09:18:43 -0700 (PDT) Date: Fri, 6 Jul 2018 17:20:34 +0100 From: Lorenzo Pieralisi To: Ray Jui Cc: Bjorn Helgaas , Bjorn Helgaas , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org Subject: Re: [PATCH v2 0/5] Improve Broadcom PAXC support Message-ID: <20180706162034.GA14923@red-moon> References: <1528762867-16823-1-git-send-email-ray.jui@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1528762867-16823-1-git-send-email-ray.jui@broadcom.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 11, 2018 at 05:21:02PM -0700, Ray Jui wrote: > This patch series improves the Broadcom PAXC support by 1) adding more > quirks for specific versions of PAXC controllers; 2) adding logic to > reject internally unconfigured physical functions from the embedded > network processor acting as endpoint; 3) reducing verbose print level > in the outbound/inbound mapping code Nit: commit log sentences must be terminated with periods, that's valid for all patches in your series inclusive of this cover letter, I can change them myself but pointing this out so that you will be able to do it yourself next time. Lorenzo > This patch series is based off v4.17 and is available on GIHUB: > repo: https://github.com/Broadcom/arm64-linux.git > branch: sr-paxc-v2 > > Changes since v1: > - consolidate 2 PAXC related patch series into 1 > - change the way how the capability list corruption is handled, per > recommendation from Bjorn. Now handle and fix up the corruption at > the config register read > - rebase to v4.17 > > Ray Jui (5): > PCI: iproc: Activate PAXC bridge quirk for more devices > PCI: iproc: Fix up corrupted PAXC root complex config registers > PCI: iproc: Disable MSI parsing in certain PAXC blocks > PCI: iproc: Reject unconfigured physical functions from PAXC > PCI: iproc: Reduce inbound/outbound mapping print level > > drivers/pci/host/pcie-iproc.c | 159 +++++++++++++++++++++++++++++++++++------- > drivers/pci/host/pcie-iproc.h | 8 +++ > drivers/pci/quirks.c | 3 + > 3 files changed, 144 insertions(+), 26 deletions(-) > > -- > 2.1.4 >