aboutsummaryrefslogtreecommitdiff
path: root/include/linux/property.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-20software node: Allow register and unregister software node groupsGravatar Andy Shevchenko 1-0/+3
2019-12-03software node: remove separate handling of referencesGravatar Dmitry Torokhov 1-14/+0
2019-12-03software node: implement reference propertiesGravatar Dmitry Torokhov 1-16/+41
2019-12-03software node: allow embedding of small arrays into property_entryGravatar Dmitry Torokhov 1-7/+7
2019-12-03software node: replace is_array with is_inlineGravatar Dmitry Torokhov 1-5/+6
2019-11-05software node: unify PROPERTY_ENTRY_XXX macrosGravatar Dmitry Torokhov 1-37/+27
2019-11-05software node: get rid of property_set_pointer()Gravatar Dmitry Torokhov 1-9/+3
2019-11-05software node: mark internal macros with double underscoresGravatar Dmitry Torokhov 1-10/+10
2019-11-05software node: introduce PROPERTY_ENTRY_XXX_ARRAY_LEN()Gravatar Dmitry Torokhov 1-17/+28
2019-11-05software node: remove DEV_PROP_MAXGravatar Dmitry Torokhov 1-1/+0
2019-10-11device property: Add a function to obtain a node's prefixGravatar Sakari Ailus 1-0/+1
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeGravatar Sakari Ailus 1-0/+1
2019-10-11device property: Add functions for accessing node's parentsGravatar Sakari Ailus 1-0/+3
2019-10-11software node: Make argument to to_software_node constGravatar Sakari Ailus 1-1/+2
2019-08-26software node: Add software_node_find_by_name()Gravatar Heikki Krogerus 1-0/+4
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+95
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-13device property: Add helpers to count items in an arrayGravatar Andy Shevchenko 1-0/+44
2019-06-03device property: Introduce fwnode_find_reference()Gravatar Heikki Krogerus 1-0/+4
2019-06-03software node: Add software_node_get_reference_args()Gravatar Heikki Krogerus 1-0/+28
2019-06-03software node: Add support for static node descriptorsGravatar Heikki Krogerus 1-0/+19
2019-04-18device property: Add fwnode_graph_get_endpoint_by_id()Gravatar Sakari Ailus 1-0/+18
2019-01-29device property: Fix the length used in PROPERTY_ENTRY_STRING()Gravatar Heikki Krogerus 1-1/+1
2018-11-26drivers: base: Introducing software nodes to the firmware node frameworkGravatar Heikki Krogerus 1-0/+12
2018-05-17device property: Get rid of union aliasingGravatar Andy Shevchenko 1-27/+25
2018-02-12device property: Constify device_get_match_data()Gravatar Andy Shevchenko 1-1/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+11
2018-01-25device property: Define type of PROPERTY_ENRTY_*() macrosGravatar Andy Shevchenko 1-5/+5
2018-01-22device property: Allow iterating over available child fwnodesGravatar Marcin Wojtas 1-0/+6
2018-01-22device property: Introduce fwnode_irq_get()Gravatar Marcin Wojtas 1-0/+2
2018-01-22device property: Introduce fwnode_get_phy_mode()Gravatar Marcin Wojtas 1-0/+1
2018-01-22device property: Introduce fwnode_get_mac_address()Gravatar Marcin Wojtas 1-0/+2
2017-12-13device property: Introduce a common API to fetch device match dataGravatar Sinan Kaya 1-0/+2
2017-11-09device property: Add a macro for interating over graph endpointsGravatar Sakari Ailus 1-0/+4
2017-11-09device property: Make fwnode_handle_get() return the fwnodeGravatar Sakari Ailus 1-1/+1
2017-07-22device property: Introduce fwnode_property_get_reference_argsGravatar Sakari Ailus 1-0/+4
2017-07-22device property: Constify fwnode property APIGravatar Sakari Ailus 1-30/+33
2017-06-22device property: Add fwnode_graph_get_port_parentGravatar Kieran Bingham 1-0/+2
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeGravatar Sakari Ailus 1-0/+2
2017-06-22device property: Introduce fwnode_device_is_available()Gravatar Sakari Ailus 1-0/+1
2017-03-29device property: Add fwnode_get_next_parent()Gravatar Sakari Ailus 1-0/+1
2017-03-29device property: Add support for fwnode endpointsGravatar Sakari Ailus 1-0/+3
2017-03-29device property: Make dev_fwnode() publicGravatar Sakari Ailus 1-0/+2
2017-03-29device property: Add fwnode_handle_get()Gravatar Sakari Ailus 1-0/+1
2017-03-29device property: Add support for remote endpointsGravatar Mika Westerberg 1-0/+9
2017-03-29device property: Add fwnode_get_named_child_node()Gravatar Mika Westerberg 1-0/+2
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Gravatar Mika Westerberg 1-0/+6
2017-03-29device property: Add fwnode_get_parent()Gravatar Mika Westerberg 1-0/+2
2017-02-07device property: export code duplicating array of property entriesGravatar Dmitry Torokhov 1-0/+5