Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-11 Thread Grant Likely
On Mon, 9 Jul 2012 07:58:31 -0700, Greg KH wrote: > On Mon, Jul 09, 2012 at 03:46:59AM +, Li Yang-R58472 wrote: > > > > I don't understand, why is this just showing up now? What changed to > > > > cause this? Couldn't that be the real problem here? > > > > > > > > > > The issue is showing

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-11 Thread Grant Likely
On Mon, 9 Jul 2012 07:58:31 -0700, Greg KH g...@kroah.com wrote: On Mon, Jul 09, 2012 at 03:46:59AM +, Li Yang-R58472 wrote: I don't understand, why is this just showing up now? What changed to cause this? Couldn't that be the real problem here? The issue is showing up

RE: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-09 Thread Jia Hongtao-B38951
> -Original Message- > From: Rob Herring [mailto:robherri...@gmail.com] > Sent: Monday, July 09, 2012 9:58 PM > To: Li Yang-R58472 > Cc: Jia Hongtao-B38951; Greg KH; devicetree-disc...@lists.ozlabs.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH V3 5/6]

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-09 Thread Greg KH
On Mon, Jul 09, 2012 at 03:46:59AM +, Li Yang-R58472 wrote: > > > I don't understand, why is this just showing up now? What changed to > > > cause this? Couldn't that be the real problem here? > > > > > > > The issue is showing up because we now probe devices twice. > > Previously, we just

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-09 Thread Rob Herring
On 07/08/2012 10:46 PM, Li Yang-R58472 wrote: >>> I don't understand, why is this just showing up now? What >>> changed to cause this? Couldn't that be the real problem here? >>> >> >> The issue is showing up because we now probe devices twice. >> Previously, we just probe devices once. But

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-09 Thread Rob Herring
On 07/08/2012 10:46 PM, Li Yang-R58472 wrote: I don't understand, why is this just showing up now? What changed to cause this? Couldn't that be the real problem here? The issue is showing up because we now probe devices twice. Previously, we just probe devices once. But now we changed

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-09 Thread Greg KH
On Mon, Jul 09, 2012 at 03:46:59AM +, Li Yang-R58472 wrote: I don't understand, why is this just showing up now? What changed to cause this? Couldn't that be the real problem here? The issue is showing up because we now probe devices twice. Previously, we just probe devices

RE: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-09 Thread Jia Hongtao-B38951
-Original Message- From: Rob Herring [mailto:robherri...@gmail.com] Sent: Monday, July 09, 2012 9:58 PM To: Li Yang-R58472 Cc: Jia Hongtao-B38951; Greg KH; devicetree-disc...@lists.ozlabs.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH V3 5/6] Avoid duplicate probe

RE: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-08 Thread Li Yang-R58472
> > I don't understand, why is this just showing up now? What changed to > > cause this? Couldn't that be the real problem here? > > > > The issue is showing up because we now probe devices twice. > Previously, we just probe devices once. But now we changed the way of pci > init which makes pci

RE: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-08 Thread Jia Hongtao-B38951
t; > To: Jia Hongtao-B38951 > > > Cc: Rob Herring; devicetree-disc...@lists.ozlabs.org; linux- > > > ker...@vger.kernel.org; Li Yang-R58472 > > > Subject: Re: [PATCH V3 5/6] Avoid duplicate probe for of platform > devices > > > > > > On Fri, Jul 06, 2012 at 02:05:0

RE: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-08 Thread Jia Hongtao-B38951
...@vger.kernel.org; Li Yang-R58472 Subject: Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices On Fri, Jul 06, 2012 at 02:05:05AM +, Jia Hongtao-B38951 wrote: Hi Rob and Greg KH, Do you have any better idea to avoid duplication probe warning? I have no idea what

RE: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-08 Thread Li Yang-R58472
I don't understand, why is this just showing up now? What changed to cause this? Couldn't that be the real problem here? The issue is showing up because we now probe devices twice. Previously, we just probe devices once. But now we changed the way of pci init which makes pci

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-06 Thread Greg KH
@lists.ozlabs.org; linux- > > ker...@vger.kernel.org; Li Yang-R58472 > > Subject: Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices > > > > On Fri, Jul 06, 2012 at 02:05:05AM +, Jia Hongtao-B38951 wrote: > > > Hi Rob and Greg KH, > > > > >

Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices

2012-07-06 Thread Greg KH
Yang-R58472 Subject: Re: [PATCH V3 5/6] Avoid duplicate probe for of platform devices On Fri, Jul 06, 2012 at 02:05:05AM +, Jia Hongtao-B38951 wrote: Hi Rob and Greg KH, Do you have any better idea to avoid duplication probe warning? I have no idea what the problem is that you