commit | 0118ce79577f9b0881f99a6e4f8a79cd5014cb87 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 25 08:27:03 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:55 2015 -0700 |
tree | 4261f26aa29d28709ab619036589c68ecc2f7d03 | |
parent | ba8da9dc43ac8ae3351345df12dc7f9d1cd07ae0 [diff] |
dm: core: Add a post_bind method for parents 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>