aboutsummaryrefslogtreecommitdiff
path: root/include/linux/property.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeGravatar Andy Shevchenko 1-3/+3
2022-01-28device property: Add fwnode_irq_get_bynameGravatar Akhil R 1-0/+1
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2021-12-21device property: Add fwnode_iomap()Gravatar Anand Ashok Dumbre 1-0/+2
2021-12-17device property: Drop fwnode_graph_get_remote_node()Gravatar Sakari Ailus 1-3/+0
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Gravatar Sakari Ailus 1-0/+2
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDGravatar Sakari Ailus 1-1/+2
2021-11-24device property: Remove device_add_properties() APIGravatar Heikki Krogerus 1-4/+0
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrGravatar Jakub Kicinski 1-0/+1
2021-10-07device property: move mac addr helpers to eth.cGravatar Jakub Kicinski 1-4/+0
2021-07-16software nodes: Split software_node_notify()Gravatar Rafael J. Wysocki 1-2/+0
2021-06-07device property: Unify access to of_nodeGravatar Andy Shevchenko 1-1/+1
2021-04-05software node: Introduce SOFTWARE_NODE_REFERENCE() helper macroGravatar Andy Shevchenko 1-5/+8
2021-03-10software node: Fix device_add_software_node()Gravatar Heikki Krogerus 1-1/+1
2021-02-05software node: Provide replacement for device_add_properties()Gravatar Heikki Krogerus 1-0/+4
2021-01-15software node: Introduce device_add_software_node()Gravatar Heikki Krogerus 1-0/+3
2020-12-09device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Gravatar Saravana Kannan 1-0/+3
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+14
2020-09-14device: property: add helpers to count items in string arraysGravatar Bartosz Golaszewski 1-0/+13
2020-09-08device property: Move fwnode_connection_find_match() under drivers/base/prope...Gravatar Heikki Krogerus 1-0/+14
2020-07-19media: device property: Add a function to test is a fwnode is a graph endpointGravatar Laurent Pinchart 1-0/+5
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2020-05-27software node: implement software_node_unregister()Gravatar Greg Kroah-Hartman 1-0/+1
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