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

Simon Glass sjg at chromium.org
Tue Jul 7 20:34:46 CEST 2015


On 3 July 2015 at 17:06, Simon Glass <sjg at chromium.org> wrote:
> On 1 July 2015 at 12:52, Hans de Goede <hdegoede at 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 at 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 at chromium.org>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list