[U-Boot] [PATCH v3 09/26] dm: core: Add a post_bind method for parents
Simon Glass
sjg at chromium.org
Mon Jan 26 21:10:19 CET 2015
On 25 January 2015 at 08:27, Simon Glass <sjg at chromium.org> wrote:
> Allow parent drivers to be called when a new child is bound to them. This
> allows a bus to set up information it needs for that child.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> drivers/core/device.c | 12 ++++++++++++
> include/dm/device.h | 2 ++
> test/dm/bus.c | 35 +++++++++++++++++++++++++++++++++++
> 3 files changed, 49 insertions(+)
Applied to -u-boot-dm
More information about the U-Boot
mailing list