u-boot/drivers/core
Simon Glass accd4b19b3 dm: core: Allow parents to pass data to children during probe
Buses sometimes want to pass data to their children when they are probed.
For example, a SPI bus may want to tell the slave device about the chip
select it is connected to.

Add a new function to permit the parent data to be supplied to the child.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
2014-10-22 10:36:46 -06:00
..
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
Makefile kbuild: refactor some makefiles 2014-09-24 18:30:29 -04:00
device.c dm: core: Allow parents to pass data to children during probe 2014-10-22 10:36:46 -06:00
lists.c dm: simplify the loop in lists_driver_lookup_name() 2014-10-22 10:32:16 -06:00
root.c dm: Adjust lists_bind_fdt() to return the bound device 2014-09-10 12:59:59 -06:00
uclass.c dm: do not check the existence of uclass operation 2014-10-22 10:32:16 -06:00
util.c dm: Add base driver model support 2014-03-04 12:15:29 -05:00