summaryrefslogtreecommitdiffstats
path: root/test/dm/core.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-05 12:25:21 -0700
committerSimon Glass <sjg@chromium.org>2015-04-16 19:27:42 -0600
commit02eeb1bbb1749903b157140de5dedebf7e44edcf (patch)
treead21efe7fd3f21488dc43b9703b8ee41fab16c10 /test/dm/core.c
parente564f054af002d9e6a1080ed9d4bc2c6052a4435 (diff)
downloadblackbird-obmc-uboot-02eeb1bbb1749903b157140de5dedebf7e44edcf.tar.gz
blackbird-obmc-uboot-02eeb1bbb1749903b157140de5dedebf7e44edcf.zip
dm: core: Mark device as active before calling its probe() method
At present the device is not active when the probe() method is called. But some probe() methods want to set up the device and this can involve accessing it through normal methods. For example a PCI bus may wish to set up its PCI parameters using calls to pci_hose_write_config_dword() and similar. At present this does not work because every such call within the probe() method sees that the device is not active and attempts to probe it. Already we mark the device as probed before calling the uclass post_probe() method. This is a subtle change but I believe the new approach is better. Since the scope of the change is only the probe() method and all its callees it should still be within the control of the board author. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/core.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud