From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH 0/3] Add IPROC PCIe new features Date: Fri, 18 Jan 2019 08:41:49 -0600 Message-ID: <20190118144149.GA25249@google.com> References: <1547785403-32268-1-git-send-email-srinath.mannam@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1547785403-32268-1-git-send-email-srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Srinath Mannam Cc: Scott Branden , Ray Jui , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, Jan 18, 2019 at 09:53:20AM +0530, Srinath Mannam wrote: > Add changes related to IPROC PCIe RC IP new features. > > This patch set is based on Linux-5.0-rc2. > > Srinath Mannam (3): > PCI: iproc: Add feature to set order mode Since this apparently refers to a PCIe feature, the subject should use the exact terminology used in the PCIe spec. > PCI: iproc: CRS state check in config request This subject should start with a verb, not "CRS". > PCI: iproc: Add PCIe 32bit outbound memory configuration > > drivers/pci/controller/pcie-iproc.c | 172 +++++++++++++++++++++++++++++++++++- > drivers/pci/controller/pcie-iproc.h | 16 ++++ > 2 files changed, 184 insertions(+), 4 deletions(-) > > -- > 2.7.4 >