Re: [U-Boot] [PATCH] dm: Remove device_probe_child()

2016-01-28 Thread Simon Glass
On 25 January 2016 at 18:15, Bin Meng wrote: > On Tue, Jan 26, 2016 at 5:58 AM, Simon Glass wrote: >> This function is not used as the use case for it did not eventuate. Remove >> it to avoid confusion. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/core/device.c| 9 + >>

Re: [U-Boot] [PATCH] dm: Remove device_probe_child()

2016-01-25 Thread Bin Meng
On Tue, Jan 26, 2016 at 5:58 AM, Simon Glass wrote: > This function is not used as the use case for it did not eventuate. Remove > it to avoid confusion. > > Signed-off-by: Simon Glass > --- > > drivers/core/device.c| 9 + > include/dm/device-internal.h | 13 - > 2 f

Re: [U-Boot] [PATCH] dm: Remove device_probe_child()

2016-01-25 Thread Tom Rini
On Mon, Jan 25, 2016 at 02:58:42PM -0700, Simon Glass wrote: > This function is not used as the use case for it did not eventuate. Remove > it to avoid confusion. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature __

[U-Boot] [PATCH] dm: Remove device_probe_child()

2016-01-25 Thread Simon Glass
This function is not used as the use case for it did not eventuate. Remove it to avoid confusion. Signed-off-by: Simon Glass --- drivers/core/device.c| 9 + include/dm/device-internal.h | 13 - 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/drivers/c