linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ray Jui <ray.jui@broadcom.com>
To: Scott Branden <scott.branden@broadcom.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Bjorn Helgaas <helgaas@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org,
	Alex Barba <alex.barba@broadcom.com>,
	Oza Oza <oza.oza@broadcom.com>, Ray Jui <rjui@broadcom.com>
Subject: Re: [PATCH 00/12] Additional iProc PCIe host support/fixes
Date: Mon, 24 Oct 2016 15:31:53 -0700	[thread overview]
Message-ID: <40b6ec7d-3aa7-e5d4-06e8-d9b0f33d8956@broadcom.com> (raw)
In-Reply-To: <14e60111-270b-39e0-6836-54b1a5422338@broadcom.com>



On 10/24/2016 3:30 PM, Scott Branden wrote:
> Looks fine other than spelling mistakes in some commit messages.
>
> Acked-by: Scott Branden <scott.branden@broadcom.com>
>

Thanks, Scott. I will address those in the next revision of patchset. 
But would like to get some comments from Bjorn before sending out the 
next patchset.


> On 16-10-24 03:17 PM, Ray Jui wrote:
>> This patch series contains various changes and fixes to the iProc PCIe
>> host driver. It also adds support for the next generation of PAXB and
>> PAXC based host controllers
>>
>> This patch series was developed based on v4.9-rc1 and tested on both NS2
>> SVK and Cygnus wireless audio platform
>>
>> repo: https://github.com/Broadcom/arm64-linux.git
>> branch: iproc-pcie-v1
>>
>> Ray Jui (12):
>>   PCI: iproc: Improve core register population
>>   PCI: iproc: Do not reset PAXC when initializing the driver
>>   PCI: iproc: Add BCMA type
>>   PCI: iproc: Fix exception with multi-function devices
>>   PCI: iproc: Update iProc PCIe DT binding
>>   PCI: iproc: Add PAXC v2 support
>>   PCI: iproc: Update iProc PCIe DT binding
>>   PCI: iproc: Making outbound mapping code more generic
>>   PCI: iproc: Update iProc PCIe DT binding
>>   PCI: iproc: Add inbound DMA mapping support
>>   PCI: iproc: Update iProc PCIe DT binding
>>   PCI: iproc: Add support for the next-gen PAXB controller
>>
>>  .../devicetree/bindings/pci/brcm,iproc-pcie.txt    |  43 +-
>>  drivers/pci/host/pcie-iproc-bcma.c                 |   1 +
>>  drivers/pci/host/pcie-iproc-msi.c                  |   1 +
>>  drivers/pci/host/pcie-iproc-platform.c             |  19 +-
>>  drivers/pci/host/pcie-iproc.c                      | 942
>> ++++++++++++++++++---
>>  drivers/pci/host/pcie-iproc.h                      |  45 +-
>>  6 files changed, 916 insertions(+), 135 deletions(-)
>>

  reply	other threads:[~2016-10-24 22:31 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-24 22:17 [PATCH 00/12] Additional iProc PCIe host support/fixes Ray Jui
2016-10-24 22:17 ` [PATCH 01/12] PCI: iproc: Improve core register population Ray Jui
2016-10-24 22:17 ` [PATCH 02/12] PCI: iproc: Do not reset PAXC when initializing the driver Ray Jui
2016-10-24 22:17 ` [PATCH 03/12] PCI: iproc: Add BCMA type Ray Jui
2016-10-24 22:17 ` [PATCH 04/12] PCI: iproc: Fix exception with multi-function devices Ray Jui
2016-10-24 22:17 ` [PATCH 05/12] PCI: iproc: Update iProc PCIe DT binding Ray Jui
2016-10-24 22:17 ` [PATCH 06/12] PCI: iproc: Add PAXC v2 support Ray Jui
2016-10-24 22:17 ` [PATCH 07/12] PCI: iproc: Update iProc PCIe DT binding Ray Jui
2016-10-24 22:24   ` Scott Branden
2016-10-24 22:27     ` Ray Jui
2016-10-24 22:17 ` [PATCH 08/12] PCI: iproc: Making outbound mapping code more generic Ray Jui
2016-10-24 22:17 ` [PATCH 09/12] PCI: iproc: Update iProc PCIe DT binding Ray Jui
2016-10-24 22:17 ` [PATCH 10/12] PCI: iproc: Add inbound DMA mapping support Ray Jui
2016-10-24 22:17 ` [PATCH 11/12] PCI: iproc: Update iProc PCIe DT binding Ray Jui
2016-10-24 22:17 ` [PATCH 12/12] PCI: iproc: Add support for the next-gen PAXB controller Ray Jui
2016-10-24 22:30 ` [PATCH 00/12] Additional iProc PCIe host support/fixes Scott Branden
2016-10-24 22:31   ` Ray Jui [this message]
2016-10-24 22:52 ` Bjorn Helgaas
2016-10-24 22:54   ` Ray Jui

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=40b6ec7d-3aa7-e5d4-06e8-d9b0f33d8956@broadcom.com \
    --to=ray.jui@broadcom.com \
    --cc=alex.barba@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bhelgaas@google.com \
    --cc=helgaas@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=oza.oza@broadcom.com \
    --cc=rjui@broadcom.com \
    --cc=scott.branden@broadcom.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).