History log of /external/dtc/tests/get_phandle.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84e0e1346c68ed85050177c0aef6bc365b77541d 27-Jul-2016 Maxime Ripard <maxime.ripard@free-electrons.com> libfdt: Add max phandle retrieval function

Add a function to retrieve the highest phandle in a given device tree.

Acked-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
/external/dtc/tests/get_phandle.c
38ad79d33946590c862567c7cbdf25b5a46d8149 14-Nov-2012 Kim Phillips <kim.phillips@freescale.com> dtc/tests: don't include fdt.h prior to libfdt.h

tests will need fdt type definitions provided in a subsequent patch
to libfdt_env.h. Since libfdt.h includes libfdt_env.h in the right
order anyway, just remove the fdt.h include.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
/external/dtc/tests/get_phandle.c
01a2d8a3e9f19cb1f5ee923af23682fad783a799 04-Aug-2008 David Gibson <david@gibson.dropbear.id.au> dtc: Make many functions 'static'

This patch marks various functions not shared between c files
'static', as they should be. There are a couple of functions in dtc,
and many in the testsuite.

This is *almost* enough to enable the -Wmissing-prototypes warning.
It's not quite enough, because there's a mess of junk in the flex
generated code which triggers that warning which I'm not yet sure how
to deal with.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
/external/dtc/tests/get_phandle.c
7346858f8139cb143269bbc728b77072074ae997 12-Nov-2007 David Gibson <david@gibson.dropbear.id.au> libfdt: Add phandle related functions

This patch adds fdt_get_phandle() and fdt_node_offset_by_phandle()
functions to libfdt. fdt_get_phandle() will retreive the phandle
value of a given node, and fdt_node_offset_by_phandle() will locate a
node given a phandle.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
/external/dtc/tests/get_phandle.c