9
0
Fork 0
barebox/drivers/of
Sascha Hauer 9101c2d02f of: simplify phandle lookup
Instead of populating an extra list containing all phandles just iterate
over the whole tree. This is done as preparation for more dynamic devicetrees
where parts are loaded at runtime. Here we don't want to keep the list of
phandles in sync.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-10-22 08:55:08 +02:00
..
Kconfig Add missing dependency ENV_HANDLING for OF_BAREBOX_DRIVER option 2013-09-23 08:40:31 +02:00
Makefile Merge branch 'for-next/of' 2013-08-05 12:50:06 +02:00
address.c OF: convert of_translate_address to new API 2013-07-05 08:26:57 +02:00
barebox.c Add configurability via devicetree 2013-07-18 13:54:38 +02:00
base.c of: simplify phandle lookup 2013-10-22 08:55:08 +02:00
fdt.c of: parse phandles during unflatten 2013-08-14 10:03:28 +02:00
mem_generic.c of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
of_gpio.c OF: gpio: convert DT based gpio handling to new OF API 2013-07-05 08:26:57 +02:00
of_mtd.c of: add mtd of helpers 2013-07-16 08:46:30 +02:00
of_net.c OF: base: sync of_find_property with linux OF API 2013-06-20 17:18:01 +02:00
of_path.c Add configurability via devicetree 2013-07-18 13:54:38 +02:00
partition.c of: partition: Check for valid partition name 2013-09-23 08:40:31 +02:00
platform.c OF: import bus/device related functions from Linux OF API 2013-07-05 08:26:57 +02:00