Re: [U-Boot] [PATCH 06/22] dm: Export device_chld_remove / device_chld_unbind

2015-06-30 Thread Hans de Goede
Hi, On 29-06-15 05:45, Simon Glass wrote: Hi Hans, On 17 June 2015 at 13:33, Hans de Goede hdego...@redhat.com wrote: These functions are useful to remove all children from an usb bus before rescanning the bus. Signed-off-by: Hans de Goede hdego...@redhat.com ---

Re: [U-Boot] [PATCH 06/22] dm: Export device_chld_remove / device_chld_unbind

2015-06-28 Thread Simon Glass
Hi Hans, On 17 June 2015 at 13:33, Hans de Goede hdego...@redhat.com wrote: These functions are useful to remove all children from an usb bus before rescanning the bus. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/core/device-remove.c | 18 ++

[U-Boot] [PATCH 06/22] dm: Export device_chld_remove / device_chld_unbind

2015-06-17 Thread Hans de Goede
These functions are useful to remove all children from an usb bus before rescanning the bus. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/core/device-remove.c | 18 ++ include/dm/device-internal.h | 26 ++ 2 files changed, 28 insertions(+),