From: Bjorn Helgaas <helgaas-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Srinath Mannam <srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Cc: Scott Branden <sbranden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
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
Subject: Re: [PATCH 0/3] Add IPROC PCIe new features
Date: Fri, 18 Jan 2019 08:41:49 -0600 [thread overview]
Message-ID: <20190118144149.GA25249@google.com> (raw)
In-Reply-To: <1547785403-32268-1-git-send-email-srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.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
>
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Srinath Mannam <srinath.mannam@broadcom.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org,
iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] Add IPROC PCIe new features
Date: Fri, 18 Jan 2019 08:41:49 -0600 [thread overview]
Message-ID: <20190118144149.GA25249@google.com> (raw)
In-Reply-To: <1547785403-32268-1-git-send-email-srinath.mannam@broadcom.com>
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
>
next prev parent reply other threads:[~2019-01-18 14:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-18 4:23 [PATCH 0/3] Add IPROC PCIe new features Srinath Mannam
2019-01-18 4:23 ` [PATCH 1/3] PCI: iproc: Add feature to set order mode Srinath Mannam
[not found] ` <1547785403-32268-2-git-send-email-srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2019-01-18 15:07 ` Bjorn Helgaas
2019-01-18 15:07 ` Bjorn Helgaas
[not found] ` <20190118150713.GB25249-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2019-01-24 8:40 ` Srinath Mannam via iommu
2019-01-24 8:40 ` Srinath Mannam
[not found] ` <CABe79T741K-jPpkgCWWOoFRGY2Nf3zs1ea=NO=sLke=WJUT9iA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-01-24 19:31 ` Bjorn Helgaas
2019-01-24 19:31 ` Bjorn Helgaas
2019-01-25 9:43 ` Srinath Mannam
2019-01-25 15:05 ` Bjorn Helgaas
2019-01-18 4:23 ` [PATCH 2/3] PCI: iproc: CRS state check in config request Srinath Mannam
[not found] ` <1547785403-32268-3-git-send-email-srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2019-01-18 15:08 ` Bjorn Helgaas
2019-01-18 15:08 ` Bjorn Helgaas
[not found] ` <20190118150851.GC25249-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2019-01-24 8:43 ` Srinath Mannam via iommu
2019-01-24 8:43 ` Srinath Mannam
2019-01-18 4:23 ` [PATCH 3/3] PCI: iproc: Add PCIe 32bit outbound memory configuration Srinath Mannam
[not found] ` <1547785403-32268-1-git-send-email-srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2019-01-18 14:41 ` Bjorn Helgaas [this message]
2019-01-18 14:41 ` [PATCH 0/3] Add IPROC PCIe new features Bjorn Helgaas
[not found] ` <20190118144149.GA25249-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2019-01-24 5:36 ` Srinath Mannam via iommu
2019-01-24 5:36 ` Srinath Mannam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190118144149.GA25249@google.com \
--to=helgaas-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=sbranden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=srinath.mannam-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.