aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/property.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+4
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+316
2019-11-22of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Saravana Kannan1-0/+8
2019-11-21of: property: Add device link support for "iommu-map"Will Deacon1-0/+10
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan1-3/+3
2019-11-14of: property: Fix documentation for out valuesMatti Vaittinen1-4/+4
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan1-0/+6
2019-11-07of: property: Make it easy to add device links from DT propertiesSaravana Kannan1-15/+47
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan1-2/+8
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan1-1/+3
2019-11-02of: property: Make sure child dependencies don't block probing of parentSaravana Kannan1-5/+12
2019-10-17of: property: Minor code formatting/style clean upsSaravana Kannan1-6/+6
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus1-0/+10
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus1-0/+6
2019-10-04of: property: Create device links for all child-supplier depencenciesSaravana Kannan1-0/+4
2019-10-04of: property: Add functional dependency link from DT bindingsSaravana Kannan1-0/+241
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