]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
of: Move OF property and graph API from base.c to property.c
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 24 May 2017 14:53:53 +0000 (17:53 +0300)
committerRob Herring <robh@kernel.org>
Thu, 1 Jun 2017 13:50:45 +0000 (08:50 -0500)
commit1df09bc66f9bc146732628f8426787f35ab1804b
tree5bf5ee9d05b597d848140362d9db5ec2ab5405f5
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
of: Move OF property and graph API from base.c to property.c

base.c contains both core OF functions and increasingly other
functionality such as accessing properties and graphs, including
convenience functions. In the near future this would also include OF
specific implementation of the fwnode property and graph APIs.

Create driver/of/property.c to contain procedures for accessing and
interpreting device tree properties. The procedures are moved from
drivers/of/base.c, with no changes other than copying only the includes
required by the moved procedures.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/Makefile
drivers/of/base.c
drivers/of/property.c [new file with mode: 0644]