Re: [U-Boot] [PATCH v2 1/4] dm: Export device_remove_children / device_unbind_children

2015-07-07 Thread Simon Glass
On 3 July 2015 at 17:06, Simon Glass s...@chromium.org wrote: On 1 July 2015 at 12:52, Hans de Goede hdego...@redhat.com wrote: These functions are useful to remove all children from an usb bus before rescanning the bus. Give them a better name and export them. Signed-off-by: Hans de Goede

Re: [U-Boot] [PATCH v2 1/4] dm: Export device_remove_children / device_unbind_children

2015-07-03 Thread Simon Glass
On 1 July 2015 at 12:52, Hans de Goede hdego...@redhat.com wrote: These functions are useful to remove all children from an usb bus before rescanning the bus. Give them a better name and export them. Signed-off-by: Hans de Goede hdego...@redhat.com --- Changes in v2: -Not only export but

[U-Boot] [PATCH v2 1/4] dm: Export device_remove_children / device_unbind_children

2015-07-01 Thread Hans de Goede
These functions are useful to remove all children from an usb bus before rescanning the bus. Give them a better name and export them. Signed-off-by: Hans de Goede hdego...@redhat.com --- Changes in v2: -Not only export but also rename the functions to device_remove_children /