summaryrefslogtreecommitdiffstats
path: root/commands/of_node.c
Commit message (Collapse)AuthorAgeFilesLines
* of: remove unused libfdtSascha Hauer2013-03-061-1/+0
| | | | | | | Now that we are completely independent of libfdt remove the unused code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* of_* commands: print usage when insufficient arguments are givenSascha Hauer2013-03-061-0/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-061-1/+1
| | | | | | This makes of_find_node_by_path usable with multiple trees. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* of_node command: use of_create_nodeSascha Hauer2013-03-061-17/+10
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* commands: Add of_node commandSascha Hauer2013-01-191-0/+111
This command allows to create/delete device nodes. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>