Re: [U-Boot] [PATCH v2 09/26] dm: core: Add a post_bind method for parents

2015-01-23 Thread Masahiro Yamada
On Mon, 19 Jan 2015 20:12:38 -0700 Simon Glass 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 Reviewed-by: Masahiro Yamada __

[U-Boot] [PATCH v2 09/26] dm: core: Add a post_bind method for parents

2015-01-19 Thread Simon Glass
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 --- Changes in v2: None drivers/core/device.c | 12 include/dm/device.h | 2 ++ test/dm/bus.c | 35 ++