summaryrefslogtreecommitdiffstats
path: root/include/linux/property.h
Commit message (Expand)AuthorAgeFilesLines
* software nodes: Split software_node_notify()Rafael J. Wysocki2021-07-161-2/+0
* device property: Unify access to of_nodeAndy Shevchenko2021-06-071-1/+1
* software node: Introduce SOFTWARE_NODE_REFERENCE() helper macroAndy Shevchenko2021-04-051-5/+8
* software node: Fix device_add_software_node()Heikki Krogerus2021-03-101-1/+1
* software node: Provide replacement for device_add_properties()Heikki Krogerus2021-02-051-0/+4
* software node: Introduce device_add_software_node()Heikki Krogerus2021-01-151-0/+3
* device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Saravana Kannan2020-12-091-0/+3
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-0/+14
|\
| * device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus2020-09-081-0/+14
* | device: property: add helpers to count items in string arraysBartosz Golaszewski2020-09-141-0/+13
|/
* media: device property: Add a function to test is a fwnode is a graph endpointLaurent Pinchart2020-07-191-0/+5
* Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-071-0/+1
|\
| * software node: implement software_node_unregister()Greg Kroah-Hartman2020-05-271-0/+1
* | software node: Allow register and unregister software node groupsAndy Shevchenko2020-04-201-0/+3
|/
* software node: remove separate handling of referencesDmitry Torokhov2019-12-031-14/+0
* software node: implement reference propertiesDmitry Torokhov2019-12-031-16/+41
* software node: allow embedding of small arrays into property_entryDmitry Torokhov2019-12-031-7/+7
* software node: replace is_array with is_inlineDmitry Torokhov2019-12-031-5/+6
* software node: unify PROPERTY_ENTRY_XXX macrosDmitry Torokhov2019-11-051-37/+27
* software node: get rid of property_set_pointer()Dmitry Torokhov2019-11-051-9/+3
* software node: mark internal macros with double underscoresDmitry Torokhov2019-11-051-10/+10
* software node: introduce PROPERTY_ENTRY_XXX_ARRAY_LEN()Dmitry Torokhov2019-11-051-17/+28
* software node: remove DEV_PROP_MAXDmitry Torokhov2019-11-051-1/+0
* device property: Add a function to obtain a node's prefixSakari Ailus2019-10-111-0/+1
* device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus2019-10-111-0/+1
* device property: Add functions for accessing node's parentsSakari Ailus2019-10-111-0/+3
* software node: Make argument to to_software_node constSakari Ailus2019-10-111-1/+2
* software node: Add software_node_find_by_name()Heikki Krogerus2019-08-261-0/+4
* Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-0/+95
|\
| * device property: Add helpers to count items in an arrayAndy Shevchenko2019-06-131-0/+44
| * device property: Introduce fwnode_find_reference()Heikki Krogerus2019-06-031-0/+4
| * software node: Add software_node_get_reference_args()Heikki Krogerus2019-06-031-0/+28
| * software node: Add support for static node descriptorsHeikki Krogerus2019-06-031-0/+19
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus2019-04-181-0/+18
* device property: Fix the length used in PROPERTY_ENTRY_STRING()Heikki Krogerus2019-01-291-1/+1
* drivers: base: Introducing software nodes to the firmware node frameworkHeikki Krogerus2018-11-261-0/+12
* device property: Get rid of union aliasingAndy Shevchenko2018-05-171-27/+25
* device property: Constify device_get_match_data()Andy Shevchenko2018-02-121-1/+1
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-5/+5
|\
| * device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko2018-01-251-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+11
|\ \
| * | device property: Allow iterating over available child fwnodesMarcin Wojtas2018-01-221-0/+6
| * | device property: Introduce fwnode_irq_get()Marcin Wojtas2018-01-221-0/+2
| * | device property: Introduce fwnode_get_phy_mode()Marcin Wojtas2018-01-221-0/+1
| * | device property: Introduce fwnode_get_mac_address()Marcin Wojtas2018-01-221-0/+2
| |/
* / device property: Introduce a common API to fetch device match dataSinan Kaya2017-12-131-0/+2
|/
* device property: Add a macro for interating over graph endpointsSakari Ailus2017-11-091-0/+4
* device property: Make fwnode_handle_get() return the fwnodeSakari Ailus2017-11-091-1/+1
* device property: Introduce fwnode_property_get_reference_argsSakari Ailus2017-07-221-0/+4