Re: [U-Boot] [RESEND PATCH 1/2] dm: core: add missing dev_count_phandle_with_args()

2017-12-11 Thread Patrice CHOTARD
Hi Joe On 12/09/2017 08:28 PM, Joe Hershberger wrote: > On Mon, Dec 4, 2017 at 2:05 AM, Patrice CHOTARD > wrote: >> Hi Simon >> >> On 12/02/2017 04:28 AM, Simon Glass wrote: >>> Hi Patrice, >>> >>> On 29 November 2017 at 01:06, wrote: From:

Re: [U-Boot] [RESEND PATCH 1/2] dm: core: add missing dev_count_phandle_with_args()

2017-12-09 Thread Joe Hershberger
On Mon, Dec 4, 2017 at 2:05 AM, Patrice CHOTARD wrote: > Hi Simon > > On 12/02/2017 04:28 AM, Simon Glass wrote: >> Hi Patrice, >> >> On 29 November 2017 at 01:06, wrote: >>> From: Patrice Chotard >>> >>> Add missing

Re: [U-Boot] [RESEND PATCH 1/2] dm: core: add missing dev_count_phandle_with_args()

2017-12-04 Thread Patrice CHOTARD
Hi Simon On 12/02/2017 04:28 AM, Simon Glass wrote: > Hi Patrice, > > On 29 November 2017 at 01:06, wrote: >> From: Patrice Chotard >> >> Add missing dev_count_phandle_with_args() to avoid >> compilation issue. >> >> Signed-off-by: Patrice

Re: [U-Boot] [RESEND PATCH 1/2] dm: core: add missing dev_count_phandle_with_args()

2017-12-01 Thread Simon Glass
Hi Patrice, On 29 November 2017 at 01:06, wrote: > From: Patrice Chotard > > Add missing dev_count_phandle_with_args() to avoid > compilation issue. > > Signed-off-by: Patrice Chotard > --- > drivers/core/read.c | 7

[U-Boot] [RESEND PATCH 1/2] dm: core: add missing dev_count_phandle_with_args()

2017-11-29 Thread patrice.chotard
From: Patrice Chotard Add missing dev_count_phandle_with_args() to avoid compilation issue. Signed-off-by: Patrice Chotard --- drivers/core/read.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/core/read.c