]> asedeno.scripts.mit.edu Git - linux.git/commit
of: overlay: rename identifiers to more reflect what they do
authorFrank Rowand <frank.rowand@sony.com>
Tue, 17 Oct 2017 23:36:23 +0000 (16:36 -0700)
committerRob Herring <robh@kernel.org>
Wed, 18 Oct 2017 01:46:17 +0000 (20:46 -0500)
commit0290c4ca2536a35e55c53cfb9058465b1f987b17
tree310203536e1dafb5cf6c0b8287e2ed83de0876ec
parentbbed8794d53b7043d7989e22bc2e1e399da305eb
of: overlay: rename identifiers to more reflect what they do

This patch is aimed primarily at drivers/of/overlay.c, but those
changes also have a small impact in a few other files.

overlay.c is difficult to read and maintain.  Improve readability:
  - Rename functions, types and variables to better reflect what
    they do and to be consistent with names in other places,
    such as the device tree overlay FDT (flattened device tree),
    and make the algorithms more clear
  - Use the same names consistently throughout the file
  - Update comments for name changes
  - Fix incorrect comments

This patch is intended to not introduce any functional change.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/overlay-notes.txt
drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c
drivers/of/dynamic.c
drivers/of/overlay.c
drivers/of/unittest.c
include/linux/of.h