summaryrefslogtreecommitdiff
path: root/drivers/base/property.c
AgeCommit message (Expand)Author
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus
2017-07-22device property: Constify fwnode property APISakari Ailus
2017-07-22device property: Constify argument to pset fwnode backendSakari Ailus
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari 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-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus
2017-03-29device property: Read strings using string array reading functionsSakari Ailus
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus
2017-03-29device property: Fix reading pset strings using array access functionsSakari Ailus
2017-03-29device property: fwnode_property_read_string_array() may return -EILSEQSakari 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-06-26device property: Add function to search for named child of deviceAdam Thomson
2016-05-06Merge back new device properties material for v4.7.Rafael J. Wysocki
2016-04-27device property: Avoid potential dereferences of invalid pointersHeikki Krogerus
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus
2016-03-17device property: convert to use match_string() helperAndy Shevchenko
2016-03-10device property: fix for a case of use-after-freeHeikki Krogerus
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus
2016-01-01device property: avoid allocations of 0 lengthAndy Shevchenko
2016-01-01device property: the secondary fwnode needs to depend on the primaryHeikki Krogerus
2015-12-07device property: Take a copy of the property setMika Westerberg
2015-12-07device property: Fallback to secondary fwnode if primary misses the propertyAndy Shevchenko
2015-12-07device property: improve readability of macrosAndy Shevchenko
2015-12-07device property: keep single value inplaceAndy Shevchenko
2015-12-07device property: refactor built-in properties supportAndy Shevchenko
2015-12-07device property: rename helper functionsAndy Shevchenko
2015-12-07device property: always check for fwnode typeAndy Shevchenko
2015-11-07device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee
2015-09-25device property: Add fwnode_property_match_string()Mika Westerberg
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki
2015-09-08device property: Don't overwrite addr when failing in device_get_mac_addressJulien Grall
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-08-27device property: Return -ENXIO if there is no suitable FW interfaceGuenter Roeck
2015-08-26device property: fallback to pset when gettng one stringAndy Shevchenko