]> Git Repo - linux.git/commit
drivers/of: Split unflatten_dt_node()
authorGavin Shan <[email protected]>
Tue, 3 May 2016 13:22:47 +0000 (23:22 +1000)
committerRob Herring <[email protected]>
Mon, 16 May 2016 12:22:33 +0000 (07:22 -0500)
commitdfbd4c6eff35f1b1065cca046003cc9d7ff27222
treec6d630aeaaaa8e5f548a919f47d0fbbbc90eee40
parent011d6f5c3e5f38a767c8f4c7e2de73dc91959cb0
drivers/of: Split unflatten_dt_node()

The function unflatten_dt_node() is called recursively to unflatten
device nodes and properties in the FDT blob. It looks complicated
and hard to be understood.

This splits the function into 3 functions: populate_properties(),
populate_node() and unflatten_dt_node(). populate_properties(),
which is called by populate_node(), creates properties for the
indicated device node. The later one creates the device nodes
from FDT blob. populate_node() gets the offset in FDT blob for
next device nodes and then calls populate_node(). No logical
changes introduced.

Signed-off-by: Gavin Shan <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
drivers/of/fdt.c
This page took 0.054716 seconds and 4 git commands to generate.