]> git.baikalelectronics.ru Git - kernel.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)
commitd1eae72a924a137d567f7e243c80720471d88b90
tree310203536e1dafb5cf6c0b8287e2ed83de0876ec
parent868422e8f74aac12f8f3276de347975684d7a70c
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