Skip to content

Commit

Permalink
Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/kernel/git/robh/linux

Pull DT-related device properties changes from Rob Herring.

* 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of: Support const and non-const use for to_of_node()
  of: Make of_fwnode_handle() safer
  of: Move OF property and graph API from base.c to property.c
  • Loading branch information
Rafael J. Wysocki committed Jun 22, 2017
2 parents 41f1830 + d20dc14 commit 2b81534
Show file tree
Hide file tree
Showing 4 changed files with 787 additions and 744 deletions.
2 changes: 1 addition & 1 deletion drivers/of/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-y = base.o device.o platform.o
obj-y = base.o device.o platform.o property.o
obj-$(CONFIG_OF_DYNAMIC) += dynamic.o
obj-$(CONFIG_OF_FLATTREE) += fdt.o
obj-$(CONFIG_OF_EARLY_FLATTREE) += fdt_address.o
Expand Down
Loading

0 comments on commit 2b81534

Please sign in to comment.