2015-04-08 17:13:28

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] iProc PCIe driver Kconfig changes

On Fri, Mar 27, 2015 at 09:24:05AM -0700, Ray Jui wrote:
> Hi Bjorn,
>
> Do you think the following changes are okay? If so, could you pull them in?
>
> Thanks!

Hi Ray,

I'm a little bit lost because these patches don't apply on top of what I
currently have in my pci/host-iproc branch. I haven't merged that branch
into "next yet, so can you just repost the entire set of all the iproc
stuff, based on v4.0-rc1? Then I'll just merge the final stuff with no
fixups.

Bjorn

> On 3/25/2015 12:08 AM, Ray Jui wrote:
> > This patch series contains two patches to address iProc PCIe Kconfig related
> > issues. The first patch adds more protection to PCIE_IPROC so it cannot be
> > accidentally enabled for non-ARM based platforms. The second patch changes the
> > config name of the iProc PCIe platform driver from PCIE_IPROC_PLTFM to
> > PCIE_IPROC_PLATFORM. The driver name is also changed from pcie-iproc-pltfm.c
> > to pcie-iproc-platform.c so it's consistent with the config name change.
> >
> > Changes from v1:
> > - Changes the driver name from pcie-iproc-pltfm.c to pcie-iproc-platform.c
> >
> > Ray Jui (2):
> > pci: iproc: fix PCIE_IPROC in Kconfig
> > pci: iproc: change PCIE_IPROC_PLTFM to PCIE_IPROC_PLATFORM
> >
> > drivers/pci/host/Kconfig | 4 +++-
> > drivers/pci/host/Makefile | 2 +-
> > .../{pcie-iproc-pltfm.c => pcie-iproc-platform.c} | 0
> > 3 files changed, 4 insertions(+), 2 deletions(-)
> > rename drivers/pci/host/{pcie-iproc-pltfm.c => pcie-iproc-platform.c} (100%)
> >


2015-04-08 17:24:42

by Ray Jui

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] iProc PCIe driver Kconfig changes

Hi Bjorn,

Okay I'll send out a new patch set based on v4.0-rc1 today. The new
patch set will be with subject:

[PATCH v8 0/4] pci: iproc: Add Broadcom iProc PCIe support

Thanks,

Ray

On 4/8/2015 10:13 AM, Bjorn Helgaas wrote:
> On Fri, Mar 27, 2015 at 09:24:05AM -0700, Ray Jui wrote:
>> Hi Bjorn,
>>
>> Do you think the following changes are okay? If so, could you pull them in?
>>
>> Thanks!
>
> Hi Ray,
>
> I'm a little bit lost because these patches don't apply on top of what I
> currently have in my pci/host-iproc branch. I haven't merged that branch
> into "next yet, so can you just repost the entire set of all the iproc
> stuff, based on v4.0-rc1? Then I'll just merge the final stuff with no
> fixups.
>
> Bjorn
>
>> On 3/25/2015 12:08 AM, Ray Jui wrote:
>>> This patch series contains two patches to address iProc PCIe Kconfig related
>>> issues. The first patch adds more protection to PCIE_IPROC so it cannot be
>>> accidentally enabled for non-ARM based platforms. The second patch changes the
>>> config name of the iProc PCIe platform driver from PCIE_IPROC_PLTFM to
>>> PCIE_IPROC_PLATFORM. The driver name is also changed from pcie-iproc-pltfm.c
>>> to pcie-iproc-platform.c so it's consistent with the config name change.
>>>
>>> Changes from v1:
>>> - Changes the driver name from pcie-iproc-pltfm.c to pcie-iproc-platform.c
>>>
>>> Ray Jui (2):
>>> pci: iproc: fix PCIE_IPROC in Kconfig
>>> pci: iproc: change PCIE_IPROC_PLTFM to PCIE_IPROC_PLATFORM
>>>
>>> drivers/pci/host/Kconfig | 4 +++-
>>> drivers/pci/host/Makefile | 2 +-
>>> .../{pcie-iproc-pltfm.c => pcie-iproc-platform.c} | 0
>>> 3 files changed, 4 insertions(+), 2 deletions(-)
>>> rename drivers/pci/host/{pcie-iproc-pltfm.c => pcie-iproc-platform.c} (100%)
>>>