aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/property.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-22device property: Introduce fwnode_property_get_reference_argsGravatar Sakari Ailus 1-0/+28
2017-07-22device property: Constify fwnode property APIGravatar Sakari Ailus 1-29/+35
2017-07-22device property: Constify argument to pset fwnode backendGravatar Sakari Ailus 1-16/+20
2017-07-22device property: Get rid of struct fwnode_handle type fieldGravatar Sakari Ailus 1-2/+3
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolGravatar Sakari Ailus 1-3/+3
2017-06-22device property: Add fwnode_graph_get_port_parentGravatar Kieran Bingham 1-4/+24
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeGravatar Sakari Ailus 1-0/+37
2017-06-22device property: Introduce fwnode_device_is_available()Gravatar Sakari Ailus 1-0/+10
2017-06-22device property: Move fwnode graph ops to firmware specific locationsGravatar Sakari Ailus 1-83/+8
2017-06-22device property: Move FW type specific functionality to FW specific filesGravatar Sakari Ailus 1-125/+83
2017-03-29device property: Read strings using string array reading functionsGravatar Sakari Ailus 1-44/+1
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsGravatar Sakari Ailus 1-6/+6
2017-03-29device property: Fix reading pset strings using array access functionsGravatar Sakari Ailus 1-7/+25
2017-03-29device property: fwnode_property_read_string_array() may return -EILSEQGravatar Sakari Ailus 1-1/+1
2017-03-29device property: Add fwnode_get_next_parent()Gravatar Sakari Ailus 1-0/+21
2017-03-29device property: Add support for fwnode endpointsGravatar Sakari Ailus 1-0/+32
2017-03-29device property: Make dev_fwnode() publicGravatar Sakari Ailus 1-1/+2
2017-03-29device property: Add fwnode_handle_get()Gravatar Sakari Ailus 1-0/+11
2017-03-29device property: Add support for remote endpointsGravatar Mika Westerberg 1-0/+123
2017-03-29device property: Add fwnode_get_named_child_node()Gravatar Mika Westerberg 1-5/+17
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Gravatar Mika Westerberg 1-8/+30
2017-03-29device property: Add fwnode_get_parent()Gravatar Mika Westerberg 1-0/+25
2017-02-07device property: export code duplicating array of property entriesGravatar Dmitry Torokhov 1-65/+129
2017-02-07device property: constify property arrays valuesGravatar Dmitry Torokhov 1-5/+5
2017-02-07device property: allow to constify propertiesGravatar Dmitry Torokhov 1-20/+21
2016-06-26device property: Add function to search for named child of deviceGravatar Adam Thomson 1-0/+28
2016-05-06Merge back new device properties material for v4.7.Gravatar Rafael J. Wysocki 1-13/+21
2016-04-27device property: Avoid potential dereferences of invalid pointersGravatar Heikki Krogerus 1-1/+1
2016-04-09device property: don't bother the drivers with struct property_setGravatar Heikki Krogerus 1-13/+21
2016-03-17device property: convert to use match_string() helperGravatar Andy Shevchenko 1-8/+4
2016-03-10device property: fix for a case of use-after-freeGravatar Heikki Krogerus 1-8/+17
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Gravatar Heikki Krogerus 1-4/+4
2016-01-01device property: avoid allocations of 0 lengthGravatar Andy Shevchenko 1-0/+6
2016-01-01device property: the secondary fwnode needs to depend on the primaryGravatar Heikki Krogerus 1-4/+4
2015-12-07device property: Take a copy of the property setGravatar Mika Westerberg 1-18/+173
2015-12-07device property: Fallback to secondary fwnode if primary misses the propertyGravatar Andy Shevchenko 1-31/+78
2015-12-07device property: improve readability of macrosGravatar Andy Shevchenko 1-14/+14
2015-12-07device property: keep single value inplaceGravatar Andy Shevchenko 1-3/+30
2015-12-07device property: refactor built-in properties supportGravatar Andy Shevchenko 1-40/+110
2015-12-07device property: rename helper functionsGravatar Andy Shevchenko 1-11/+11
2015-12-07device property: always check for fwnode typeGravatar Andy Shevchenko 1-5/+7
2015-11-07device property: ACPI: Remove unused DMA APIsGravatar Suthikulpanit, Suravee 1-13/+0
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesGravatar Suthikulpanit, Suravee 1-0/+29
2015-09-25device property: Add fwnode_property_match_string()Gravatar Mika Westerberg 1-0/+68
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesGravatar Rafael J. Wysocki 1-5/+1
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesGravatar Rafael J. Wysocki 1-8/+8
2015-09-08device property: Don't overwrite addr when failing in device_get_mac_addressGravatar Julien Grall 1-6/+8
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+91
2015-08-27device property: Return -ENXIO if there is no suitable FW interfaceGravatar Guenter Roeck 1-4/+13
2015-08-26device property: fallback to pset when gettng one stringGravatar Andy Shevchenko 1-1/+2