Re: [U-Boot] [PATCH] dm: uclass: Adding missing child_pre_probe description

2018-09-28 Thread Simon Glass
Hi Bin, On 15 September 2018 at 06:41, Bin Meng wrote: > Hi Simon, > > On Fri, Sep 14, 2018 at 6:55 PM Simon Glass wrote: >> >> On 7 September 2018 at 16:51, Bin Meng wrote: >> > The comment of child_pre_probe, one of the 'struct uclass_driver' >> > members, is currently missing. >> > >> > Sign

Re: [U-Boot] [PATCH] dm: uclass: Adding missing child_pre_probe description

2018-09-15 Thread Bin Meng
Hi Simon, On Fri, Sep 14, 2018 at 6:55 PM Simon Glass wrote: > > On 7 September 2018 at 16:51, Bin Meng wrote: > > The comment of child_pre_probe, one of the 'struct uclass_driver' > > members, is currently missing. > > > > Signed-off-by: Bin Meng > > --- > > > > include/dm/uclass.h | 1 + > >

Re: [U-Boot] [PATCH] dm: uclass: Adding missing child_pre_probe description

2018-09-14 Thread Simon Glass
On 7 September 2018 at 16:51, Bin Meng wrote: > The comment of child_pre_probe, one of the 'struct uclass_driver' > members, is currently missing. > > Signed-off-by: Bin Meng > --- > > include/dm/uclass.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Simon Glass > diff --git a/includ

[U-Boot] [PATCH] dm: uclass: Adding missing child_pre_probe description

2018-09-07 Thread Bin Meng
The comment of child_pre_probe, one of the 'struct uclass_driver' members, is currently missing. Signed-off-by: Bin Meng --- include/dm/uclass.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dm/uclass.h b/include/dm/uclass.h index 0e882ce..6e7c1cd 100644 --- a/include/dm/uclass.h