dtoc: Rename the phandle struct
authorSimon Glass <sjg@chromium.org>
Tue, 29 Aug 2017 20:15:56 +0000 (14:15 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:47 +0000 (05:27 -0600)
commit0d15463c0537806f70ea2359e32e4deb8c4766c2
tree1179616d8c60355db39515d34d23bc62fe9eb50c
parent8fed2eb20c2ef95d69f9683ab07f0ea869616713
dtoc: Rename the phandle struct

Rather than naming the phandle struct according to the number of cells it
uses (e.g. struct phandle_2_cell) name it according to the number of
arguments it has (e.g. struct phandle_1_arg). This is a more intuitive
naming.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
doc/driver-model/of-plat.txt
drivers/clk/clk-uclass.c
include/clk.h
include/dt-structs.h
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py