commit | 5104b98f83425e334aa5ecdec26f8e3c9489eeeb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 25 08:27:10 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:56 2015 -0700 |
tree | c0fc096ee51bbcd66ccabd77826e236f49329845 | |
parent | ef3493dd5af5438fb4a5a2dc5dffb82a49d74a63 [diff] |
dm: core: Allow uclass to set up a device's child before it is probed Some buses need to set up their devices before they can be used. This setup may well be common to all buses in a particular uclass. Support a common pre-probe method for the uclass, called before any bus devices are probed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>