u-boot-2016/drivers/core
Simon Glass 91cbd792c4 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL
The sequence number support in driver model requires device tree control.
It should be skipped if CONFIG_OF_CONTROL is not defined, and should not
require functions from fdtdec.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-09-23 12:44:30 -06:00
..
device.c dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL 2014-09-23 12:44:30 -06:00
lists.c dm: Adjust lists_bind_fdt() to return the bound device 2014-09-10 12:59:59 -06:00
Makefile
root.c dm: Adjust lists_bind_fdt() to return the bound device 2014-09-10 12:59:59 -06:00
uclass.c
util.c