
7 Jul
2015
7 Jul
'15
8:34 p.m.
On 3 July 2015 at 17:06, Simon Glass sjg@chromium.org wrote:
On 1 July 2015 at 12:52, Hans de Goede hdegoede@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 hdegoede@redhat.com
Changes in v2: -Not only export but also rename the functions to device_remove_children / device_unbind_children
drivers/core/device-remove.c | 22 ++++------------------ include/dm/device-internal.h | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 18 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!