
21 Mar
2015
21 Mar
'15
12:15 a.m.
On 5 March 2015 at 12:25, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
Applied to u-boot-dm/next.