
26 Jan
2015
26 Jan
'15
9:10 p.m.
On 25 January 2015 at 08:27, Simon Glass sjg@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@chromium.org Reviewed-by: Masahiro Yamada yamada.m@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