Re: [U-Boot] [PATCH] simple-bus: enable suport for of-platdata

2017-02-08 Thread Simon Glass
On 7 February 2017 at 22:09, Simon Glass wrote: > Hi Kever, > > On 4 February 2017 at 17:24, Kever Yang wrote: >> >> Hi Simon, >> >> Found 1 typo on the subject, 'suport' should be 'support', >> do I need to send a new patch or you can correct it when you apply? > > I can correct it when I ap

Re: [U-Boot] [PATCH] simple-bus: enable suport for of-platdata

2017-02-07 Thread Simon Glass
Hi Kever, On 4 February 2017 at 17:24, Kever Yang wrote: > > Hi Simon, > > Found 1 typo on the subject, 'suport' should be 'support', > do I need to send a new patch or you can correct it when you apply? I can correct it when I apply, should be soon. - Simon > > Thanks, > - Kever > > On 01

Re: [U-Boot] [PATCH] simple-bus: enable suport for of-platdata

2017-02-04 Thread Kever Yang
Hi Simon, Found 1 typo on the subject, 'suport' should be 'support', do I need to send a new patch or you can correct it when you apply? Thanks, - Kever On 01/26/2017 10:23 PM, Simon Glass wrote: On 18 January 2017 at 05:25, Kever Yang wrote: Just do nothing in post_bind if of-platdata en

Re: [U-Boot] [PATCH] simple-bus: enable suport for of-platdata

2017-01-26 Thread Simon Glass
On 18 January 2017 at 05:25, Kever Yang wrote: > Just do nothing in post_bind if of-platdata enabled, > for there is no dm_scan_fdt_dev(). > > Signed-off-by: Kever Yang > --- > > drivers/core/simple-bus.c | 4 > 1 file changed, 4 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH] simple-bus: enable suport for of-platdata

2017-01-18 Thread Kever Yang
Just do nothing in post_bind if of-platdata enabled, for there is no dm_scan_fdt_dev(). Signed-off-by: Kever Yang --- drivers/core/simple-bus.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index 5c955da..9b79825 100644 --- a/drive