RE: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-16 Thread Mingkai Hu
el.org; linux-arm-ker...@lists.infradead.org; linaro- > ker...@lists.linaro.org; Rob Herring; Pawel Moll; Mark Rutland; Ian > Campbell; Kumar Gala; devicet...@vger.kernel.org > Subject: Re: [PATCH] PCI: layerscape: add ls2085a compatible > > On Fri, Feb 05, 2016 at 12:45:25PM -0800,

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-13 Thread Shawn Guo
On Fri, Feb 05, 2016 at 05:36:28AM +, Bhupesh Sharma wrote: > > From: Shi, Yang > > Sent: Friday, February 05, 2016 5:19 AM > > > > On 2/4/2016 2:37 PM, Bjorn Helgaas wrote: > > > On Wed, Jan 27, 2016 at 10:05:40AM -0800, Shi, Yang wrote: > > >> Correct FSL folks email address to nxp.com, sorr

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-05 Thread Bjorn Helgaas
On Fri, Feb 05, 2016 at 12:45:25PM -0800, Shi, Yang wrote: > On 2/5/2016 12:38 PM, Bjorn Helgaas wrote: > >[+cc Rob, et al] > > > >On Wed, Jan 27, 2016 at 09:32:05AM -0800, Yang Shi wrote: > >>The layerscape PCI host driver needs recognize ls2085a compatible when using > >>firmware with ls2085a com

RE: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-05 Thread Yang-Leo Li
Cc: Mingkai Hu ; Minghuan Lian > > > ; bhelg...@google.com; > > > linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > > > linux-arm-ker...@lists.infradead.org; > > > linaro-ker...@lists.linaro.org > > > Subject: RE: [PATCH] PCI: layerscape: add ls2

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-05 Thread Shi, Yang
On 2/5/2016 12:38 PM, Bjorn Helgaas wrote: [+cc Rob, et al] On Wed, Jan 27, 2016 at 09:32:05AM -0800, Yang Shi wrote: The layerscape PCI host driver needs recognize ls2085a compatible when using firmware with ls2085a compatible property, otherwise the PCI bus won't be detected even though ls208

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-05 Thread Bjorn Helgaas
[+cc Rob, et al] On Wed, Jan 27, 2016 at 09:32:05AM -0800, Yang Shi wrote: > The layerscape PCI host driver needs recognize ls2085a compatible when using > firmware with ls2085a compatible property, otherwise the PCI bus won't be > detected even though ls2085a compatible is included by the dts. >

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-05 Thread Bjorn Helgaas
el.org; > > linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > linaro-ker...@lists.linaro.org > > Subject: RE: [PATCH] PCI: layerscape: add ls2085a compatible > > > > > From: Shi, Yang > > > Sent: Friday, February 05, 2016 5:19 AM > >

RE: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-04 Thread Minghuan Lian
x-...@vger.kernel.org; > linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > linaro-ker...@lists.linaro.org > Subject: RE: [PATCH] PCI: layerscape: add ls2085a compatible > > > From: Shi, Yang > > Sent: Friday, February 05, 2016 5:19 AM > > > > On 2/

RE: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-04 Thread Bhupesh Sharma
> From: Shi, Yang > Sent: Friday, February 05, 2016 5:19 AM > > On 2/4/2016 2:37 PM, Bjorn Helgaas wrote: > > On Wed, Jan 27, 2016 at 10:05:40AM -0800, Shi, Yang wrote: > >> Correct FSL folks email address to nxp.com, sorry for the > inconvenience. > > > > Do we need some MAINTAINERS updates in ad

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-04 Thread Shi, Yang
On 2/4/2016 2:37 PM, Bjorn Helgaas wrote: On Wed, Jan 27, 2016 at 10:05:40AM -0800, Shi, Yang wrote: Correct FSL folks email address to nxp.com, sorry for the inconvenience. Do we need some MAINTAINERS updates in addition to the ack for this patch? I see a bunch of @freescale.com addresses in

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-02-04 Thread Bjorn Helgaas
On Wed, Jan 27, 2016 at 10:05:40AM -0800, Shi, Yang wrote: > Correct FSL folks email address to nxp.com, sorry for the inconvenience. Do we need some MAINTAINERS updates in addition to the ack for this patch? I see a bunch of @freescale.com addresses in MAINTAINERS. > On 1/27/2016 9:32 AM, Yang S

Re: [PATCH] PCI: layerscape: add ls2085a compatible

2016-01-27 Thread Shi, Yang
Correct FSL folks email address to nxp.com, sorry for the inconvenience. Regards, Yang On 1/27/2016 9:32 AM, Yang Shi wrote: The layerscape PCI host driver needs recognize ls2085a compatible when using firmware with ls2085a compatible property, otherwise the PCI bus won't be detected even thou

[PATCH] PCI: layerscape: add ls2085a compatible

2016-01-27 Thread Yang Shi
The layerscape PCI host driver needs recognize ls2085a compatible when using firmware with ls2085a compatible property, otherwise the PCI bus won't be detected even though ls2085a compatible is included by the dts. Signed-off-by: Yang Shi --- drivers/pci/host/pci-layerscape.c | 1 + 1 file chang