summaryrefslogtreecommitdiff
path: root/include/linux/property.h
AgeCommit message (Expand)Author
2019-11-05software node: unify PROPERTY_ENTRY_XXX macrosDmitry Torokhov
2019-11-05software node: get rid of property_set_pointer()Dmitry Torokhov
2019-11-05software node: mark internal macros with double underscoresDmitry Torokhov
2019-11-05software node: introduce PROPERTY_ENTRY_XXX_ARRAY_LEN()Dmitry Torokhov
2019-11-05software node: remove DEV_PROP_MAXDmitry Torokhov
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-11device property: Add functions for accessing node's parentsSakari Ailus
2019-10-11software node: Make argument to to_software_node constSakari Ailus
2019-08-26software node: Add software_node_find_by_name()Heikki Krogerus
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-13device property: Add helpers to count items in an arrayAndy Shevchenko
2019-06-03device property: Introduce fwnode_find_reference()Heikki Krogerus
2019-06-03software node: Add software_node_get_reference_args()Heikki Krogerus
2019-06-03software node: Add support for static node descriptorsHeikki Krogerus
2019-04-18device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus
2019-01-29device property: Fix the length used in PROPERTY_ENTRY_STRING()Heikki Krogerus
2018-11-26drivers: base: Introducing software nodes to the firmware node frameworkHeikki Krogerus
2018-05-17device property: Get rid of union aliasingAndy Shevchenko
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-25device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko
2018-01-22device property: Allow iterating over available child fwnodesMarcin Wojtas
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas
2018-01-22device property: Introduce fwnode_get_phy_mode()Marcin Wojtas
2018-01-22device property: Introduce fwnode_get_mac_address()Marcin Wojtas
2017-12-13device property: Introduce a common API to fetch device match dataSinan Kaya
2017-11-09device property: Add a macro for interating over graph endpointsSakari Ailus
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus
2017-07-22device property: Constify fwnode property APISakari Ailus
2017-06-22device property: Add fwnode_graph_get_port_parentKieran Bingham
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus
2017-03-29device property: Add fwnode_get_next_parent()Sakari Ailus
2017-03-29device property: Add support for fwnode endpointsSakari Ailus
2017-03-29device property: Make dev_fwnode() publicSakari Ailus
2017-03-29device property: Add fwnode_handle_get()Sakari Ailus
2017-03-29device property: Add support for remote endpointsMika Westerberg
2017-03-29device property: Add fwnode_get_named_child_node()Mika Westerberg
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg
2017-03-29device property: Add fwnode_get_parent()Mika Westerberg
2017-02-07device property: export code duplicating array of property entriesDmitry Torokhov
2017-02-07device property: constify property arrays valuesDmitry Torokhov
2017-02-07device property: allow to constify propertiesDmitry Torokhov
2016-09-30include/linux/property.h: fix typo/compile errorJohn Youn
2016-06-26device property: Add function to search for named child of deviceAdam Thomson
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus