aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/property.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-10of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putMaxime Ripard1-1/+1
2019-01-16OF: properties: add missing of_node_putJulia Lawall1-0/+1
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring1-5/+5
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-2/+2
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-5/+1
2017-12-13OF: properties: Implement get_match_data() callbackSinan Kaya1-0/+8
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus1-2/+2
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_port_parent()Niklas Söderlund1-1/+1
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-12/+11
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+50
2017-08-14device property: use of_graph_get_remote_endpoint() for of_fwnodeKuninori Morimoto1-2/+2
2017-08-01device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren1-2/+15
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus1-0/+31
2017-07-22device property: Constify fwnode property APISakari Ailus1-16/+18
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-0/+1
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring1-10/+9
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+148
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-moveRob Herring1-10/+50
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus1-0/+6
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus1-0/+52
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-0/+90
2017-06-01of: Move OF property and graph API from base.c to property.cSakari Ailus1-0/+766