summaryrefslogtreecommitdiffstats
path: root/drivers/of/property.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'topic/of-graph-base' of ↵Rob Herring2017-07-051-10/+50
| | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-move OF graph changes for ALSA conflict with the move of graph functions into property.c.
* of: Move OF property and graph API from base.c to property.cSakari Ailus2017-06-011-0/+766
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>