[U-Boot] [PATCH v4 6/7] device: expose the functions used to remove and unbind children of a device
Simon Glass
sjg at chromium.org
Fri Aug 17 12:48:45 UTC 2018
On 9 August 2018 at 08:17, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
> Also add a 'drv' parameter to filter the children to remove/unbind.
> Exporting those functions is a preparatory work for the addition of the
> bind/unbind commands.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
>
> ---
>
> Changes in v4: None
> Changes in v3:
> - new
>
> Changes in v2: None
>
> drivers/core/device-remove.c | 30 +++++++++++-------------------
> include/dm/device-internal.h | 38 ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 49 insertions(+), 19 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list