aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/property.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+316
2019-11-22of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Gravatar Saravana Kannan 1-0/+8
2019-11-21of: property: Add device link support for "iommu-map"Gravatar Will Deacon 1-0/+10
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Gravatar Saravana Kannan 1-3/+3
2019-11-14of: property: Fix documentation for out valuesGravatar Matti Vaittinen 1-4/+4
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsGravatar Saravana Kannan 1-0/+6
2019-11-07of: property: Make it easy to add device links from DT propertiesGravatar Saravana Kannan 1-15/+47
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Gravatar Saravana Kannan 1-2/+8
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesGravatar Saravana Kannan 1-1/+3
2019-11-02of: property: Make sure child dependencies don't block probing of parentGravatar Saravana Kannan 1-5/+12
2019-10-17of: property: Minor code formatting/style clean upsGravatar Saravana Kannan 1-6/+6
2019-10-11device property: Add a function to obtain a node's prefixGravatar Sakari Ailus 1-0/+10
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeGravatar Sakari Ailus 1-0/+6
2019-10-04of: property: Create device links for all child-supplier depencenciesGravatar Saravana Kannan 1-0/+4
2019-10-04of: property: Add functional dependency link from DT bindingsGravatar Saravana Kannan 1-0/+241
2019-04-10of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putGravatar Maxime Ripard 1-1/+1
2019-01-16OF: properties: add missing of_node_putGravatar Julia Lawall 1-0/+1
2018-12-05of: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-5/+5
2018-02-12device property: Constify device_get_match_data()Gravatar Andy Shevchenko 1-2/+2
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+1
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-5/+1
2017-12-13OF: properties: Implement get_match_data() callbackGravatar Sinan Kaya 1-0/+8
2017-11-09device property: Make fwnode_handle_get() return the fwnodeGravatar Sakari Ailus 1-2/+2
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Gravatar Niklas Söderlund 1-1/+1
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+11
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+50
2017-08-14device property: use of_graph_get_remote_endpoint() for of_fwnodeGravatar Kuninori Morimoto 1-2/+2
2017-08-01device property: Fix usecount for of_graph_get_port_parent()Gravatar Tony Lindgren 1-2/+15
2017-07-22device property: Introduce fwnode_property_get_reference_argsGravatar Sakari Ailus 1-0/+31
2017-07-22device property: Constify fwnode property APIGravatar Sakari Ailus 1-16/+18
2017-07-22device property: Get rid of struct fwnode_handle type fieldGravatar Sakari Ailus 1-0/+1
2017-07-18of: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-10/+9
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+148
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Rob Herring 1-10/+50
2017-06-22device property: Introduce fwnode_device_is_available()Gravatar Sakari Ailus 1-0/+6
2017-06-22device property: Move fwnode graph ops to firmware specific locationsGravatar Sakari Ailus 1-0/+52
2017-06-22device property: Move FW type specific functionality to FW specific filesGravatar Sakari Ailus 1-0/+90
2017-06-01of: Move OF property and graph API from base.c to property.cGravatar Sakari Ailus 1-0/+766