u-boot-brain/include/dm
Mario Six 5381c2856d drivers: Add board uclass
Since there is no canonical "board device" that can be used in board
files, it is difficult to use DM function for board initialization in
these cases.

Hence, add a uclass that implements a simple "board device", which can
hold devices not suitable anywhere else in the device tree, and is also
able to read encoded information, e.g. hard-wired GPIOs on a GPIO
expander, read-only memory ICs, etc. that carry information about the
hardware.

The devices of this uclass expose methods to read generic data types
(integers, strings, booleans) to encode the information provided by the
hardware.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
2018-09-29 11:49:35 -06:00
..
platform_data spi: add support for ARM PL022 SPI controller 2018-09-25 21:49:18 -04:00
device-internal.h device: expose the functions used to remove and unbind children of a device 2018-08-21 16:21:37 +02:00
device.h core: Add dev_{disable,enable}_by_path 2018-09-29 11:49:35 -06:00
fdtaddr.h dm: core: add functions to get memory-mapped I/O addresses 2018-06-01 15:56:02 +02:00
lists.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
of_access.h ofnode: add ofnode_by_prop_value() 2018-09-18 08:12:21 -06:00
of_addr.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
of_extra.h dm: core: Add a function to decode a memory region 2018-07-09 09:11:00 -06:00
of.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ofnode.h core: Add functions to set properties in live-tree 2018-09-29 11:49:35 -06:00
pinctrl.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
platdata.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
read.h dm: core: add functions to get memory-mapped I/O addresses 2018-06-01 15:56:02 +02:00
root.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
test.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
uclass-id.h drivers: Add board uclass 2018-09-29 11:49:35 -06:00
uclass-internal.h uclass: Add dev_get_uclass_index() to get the uclass/index of a device 2018-08-21 16:21:37 +02:00
uclass.h dm: uclass: Adding missing child_pre_probe description 2018-09-18 13:27:10 -06:00
util.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00