]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8b4910a94410e5455457ab77766e8332888589bc
tree1179616d8c60355db39515d34d23bc62fe9eb50c
parent974e4a73a0ab806d9d8c7ddbee84089440ff257e
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