freebsd-dev/sys/dev/fdt
Oleksandr Tymoshenko 2569f51471 Add helper method fdt_find_child to make access to child nodes easier.
Some FDT nodes have complex properties organized as a child sub-nodes
(e.g. timing for LCD panel) we need easy way to obtain handles for
these sub-nodes
2015-05-22 02:00:44 +00:00
..
fdt_arm64.c Bring in the start of the arm64 kernel. 2015-04-13 14:43:10 +00:00
fdt_arm_platform.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
fdt_clock_if.m Create an interface for drivers to enable or disable their clocks as listed 2014-09-02 03:23:05 +00:00
fdt_clock.c Fix whitespace glitch from prior comit. 2015-01-31 18:57:45 +00:00
fdt_clock.h Create an interface for drivers to enable or disable their clocks as listed 2014-09-02 03:23:05 +00:00
fdt_common.c Add helper method fdt_find_child to make access to child nodes easier. 2015-05-22 02:00:44 +00:00
fdt_common.h Add helper method fdt_find_child to make access to child nodes easier. 2015-05-22 02:00:44 +00:00
fdt_mips.c Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer 2014-01-04 21:19:20 +00:00
fdt_pinctrl_if.m Create an interface and support routines for drivers that handle IO pin 2014-09-13 19:03:32 +00:00
fdt_pinctrl.c Use OF_getencpropalloc() to handle endianess of the properties. 2015-04-10 13:50:57 +00:00
fdt_pinctrl.h Create an interface and support routines for drivers that handle IO pin 2014-09-13 19:03:32 +00:00
fdt_powerpc.c Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer 2014-01-04 21:19:20 +00:00
fdt_slicer.c Remove all the instances of '#undef DEBUG' from kernel. 2013-10-25 18:38:44 +00:00
fdt_static_dtb.S
fdt_x86.c Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer 2014-01-04 21:19:20 +00:00
simplebus.c Provide the number of interrupt resources added to the list 2015-05-15 13:55:18 +00:00
simplebus.h Make simplebus a base class of ofwbus. This allows the elimination of 2015-03-27 23:10:15 +00:00