diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-05 19:25:22 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-17 01:27:42 (GMT) |
commit | 02c07b3741f1b825934b1a6eb8f23530532dc426 (patch) | |
tree | db9511b8172e15dc4f0ad4a44a0cc05474851cc0 /board/karo | |
parent | 02eeb1bbb1749903b157140de5dedebf7e44edcf (diff) | |
download | u-boot-fsl-qoriq-02c07b3741f1b825934b1a6eb8f23530532dc426.tar.xz |
dm: core: Add a uclass pre_probe() method for devices
Some uclasses want to set up a device before it is probed. Add a method
for this.
An example is with PCI, where a PCI uclass wants to set up its private
data for later use. This allows the device's uclass() method to make calls
whcih use that data (for example, read PCI memory regions from device
tree, set up bus numbers).
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/karo')
0 files changed, 0 insertions, 0 deletions