Message ID | 1547785403-32268-1-git-send-email-srinath.mannam@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | Add IPROC PCIe new features | expand |
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 >
Hi Bjorn, Thank you for the review. I will address your comments in the next patchset. Regards, Srinath. On Fri, Jan 18, 2019 at 8:11 PM Bjorn Helgaas <helgaas@kernel.org> wrote: > > 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 > >