summaryrefslogtreecommitdiff
path: root/drivers/of/property.c
AgeCommit message (Expand)Author
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-22of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Saravana Kannan
2019-11-21of: property: Add device link support for "iommu-map"Will Deacon
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan
2019-11-14of: property: Fix documentation for out valuesMatti Vaittinen
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan
2019-11-07of: property: Make it easy to add device links from DT propertiesSaravana Kannan
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan
2019-11-02of: property: Make sure child dependencies don't block probing of parentSaravana Kannan
2019-10-17of: property: Minor code formatting/style clean upsSaravana Kannan
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus
2019-10-04of: property: Create device links for all child-supplier depencenciesSaravana Kannan
2019-10-04of: property: Add functional dependency link from DT bindingsSaravana Kannan
2019-04-10of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putMaxime Ripard
2019-01-16OF: properties: add missing of_node_putJulia Lawall
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2017-12-13OF: properties: Implement get_match_data() callbackSinan Kaya
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Niklas Söderlund
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-08-14device property: use of_graph_get_remote_endpoint() for of_fwnodeKuninori Morimoto
2017-08-01device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus
2017-07-22device property: Constify fwnode property APISakari Ailus
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Rob Herring
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus
2017-06-01of: Move OF property and graph API from base.c to property.cSakari Ailus