[U-Boot] [PATCH v4 1/3] dm: core: allow device_bind() to not return a device pointer
Simon Glass
sjg at chromium.org
Wed Aug 26 04:26:09 CEST 2015
On 24 August 2015 at 23:51, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> This is useful when we want to bind a device, but do not need the
> pointer to the device.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> Changes in v4:
> - Change the subject as suggested by Simon
> - Update the function comments for device_bind()
> and some other functions that call it.
>
> drivers/core/device.c | 6 ++++--
> include/dm/device-internal.h | 4 ++--
> include/dm/lists.h | 4 ++--
> 3 files changed, 8 insertions(+), 6 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list