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

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:27, 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 > --- > > Changes in v3: None > Changes in v2: N

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

2015-01-25 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 Reviewed-by: Masahiro Yamada --- Changes in v3: None Changes in v2: None drivers/core/device.c | 12 include/dm/device.