| Commit message (Expand) | Author | Age | Files | Lines |
* | device property: Introduce fwnode_call_bool_op() for ops that return bool | Sakari Ailus | 2017-07-12 | 1 | -3/+3 |
* | device property: Add fwnode_graph_get_port_parent | Kieran Bingham | 2017-06-22 | 1 | -4/+24 |
* | device property: Add FW type agnostic fwnode_graph_get_remote_node | Sakari Ailus | 2017-06-22 | 1 | -0/+37 |
* | device property: Introduce fwnode_device_is_available() | Sakari Ailus | 2017-06-22 | 1 | -0/+10 |
* | device property: Move fwnode graph ops to firmware specific locations | Sakari Ailus | 2017-06-22 | 1 | -83/+8 |
* | device property: Move FW type specific functionality to FW specific files | Sakari Ailus | 2017-06-22 | 1 | -125/+83 |
* | device property: Read strings using string array reading functions | Sakari Ailus | 2017-03-29 | 1 | -44/+1 |
* | device property: fwnode_property_read_string_array() returns nr of strings | Sakari Ailus | 2017-03-29 | 1 | -6/+6 |
* | device property: Fix reading pset strings using array access functions | Sakari Ailus | 2017-03-29 | 1 | -7/+25 |
* | device property: fwnode_property_read_string_array() may return -EILSEQ | Sakari Ailus | 2017-03-29 | 1 | -1/+1 |
* | device property: Add fwnode_get_next_parent() | Sakari Ailus | 2017-03-29 | 1 | -0/+21 |
* | device property: Add support for fwnode endpoints | Sakari Ailus | 2017-03-29 | 1 | -0/+32 |
* | device property: Make dev_fwnode() public | Sakari Ailus | 2017-03-29 | 1 | -1/+2 |
* | device property: Add fwnode_handle_get() | Sakari Ailus | 2017-03-29 | 1 | -0/+11 |
* | device property: Add support for remote endpoints | Mika Westerberg | 2017-03-29 | 1 | -0/+123 |
* | device property: Add fwnode_get_named_child_node() | Mika Westerberg | 2017-03-29 | 1 | -5/+17 |
* | ACPI / property: Add fwnode_get_next_child_node() | Mika Westerberg | 2017-03-29 | 1 | -8/+30 |
* | device property: Add fwnode_get_parent() | Mika Westerberg | 2017-03-29 | 1 | -0/+25 |
* | device property: export code duplicating array of property entries | Dmitry Torokhov | 2017-02-07 | 1 | -65/+129 |
* | device property: constify property arrays values | Dmitry Torokhov | 2017-02-07 | 1 | -5/+5 |
* | device property: allow to constify properties | Dmitry Torokhov | 2017-02-07 | 1 | -20/+21 |
* | device property: Add function to search for named child of device | Adam Thomson | 2016-06-26 | 1 | -0/+28 |
* | Merge back new device properties material for v4.7. | Rafael J. Wysocki | 2016-05-06 | 1 | -13/+21 |
|\ |
|
| * | device property: don't bother the drivers with struct property_set | Heikki Krogerus | 2016-04-09 | 1 | -13/+21 |
* | | device property: Avoid potential dereferences of invalid pointers | Heikki Krogerus | 2016-04-27 | 1 | -1/+1 |
|/ |
|
* | device property: convert to use match_string() helper | Andy Shevchenko | 2016-03-17 | 1 | -8/+4 |
* | device property: fix for a case of use-after-free | Heikki Krogerus | 2016-03-10 | 1 | -8/+17 |
* | device property: fwnode->secondary may contain ERR_PTR(-ENODEV) | Heikki Krogerus | 2016-03-09 | 1 | -4/+4 |
* | device property: avoid allocations of 0 length | Andy Shevchenko | 2016-01-01 | 1 | -0/+6 |
* | device property: the secondary fwnode needs to depend on the primary | Heikki Krogerus | 2016-01-01 | 1 | -4/+4 |
* | device property: Take a copy of the property set | Mika Westerberg | 2015-12-07 | 1 | -18/+173 |
* | device property: Fallback to secondary fwnode if primary misses the property | Andy Shevchenko | 2015-12-07 | 1 | -31/+78 |
* | device property: improve readability of macros | Andy Shevchenko | 2015-12-07 | 1 | -14/+14 |
* | device property: keep single value inplace | Andy Shevchenko | 2015-12-07 | 1 | -3/+30 |
* | device property: refactor built-in properties support | Andy Shevchenko | 2015-12-07 | 1 | -40/+110 |
* | device property: rename helper functions | Andy Shevchenko | 2015-12-07 | 1 | -11/+11 |
* | device property: always check for fwnode type | Andy Shevchenko | 2015-12-07 | 1 | -5/+7 |
* | device property: ACPI: Remove unused DMA APIs | Suthikulpanit, Suravee | 2015-11-07 | 1 | -13/+0 |
* | device property: Adding DMA Attribute APIs for Generic Devices | Suthikulpanit, Suravee | 2015-11-07 | 1 | -0/+29 |
* | device property: Add fwnode_property_match_string() | Mika Westerberg | 2015-09-25 | 1 | -0/+68 |
* | ACPI / property: Extend device_get_next_child_node() to data-only nodes | Rafael J. Wysocki | 2015-09-15 | 1 | -5/+1 |
* | ACPI / property: Extend fwnode_property_* to data-only subnodes | Rafael J. Wysocki | 2015-09-15 | 1 | -8/+8 |
* | device property: Don't overwrite addr when failing in device_get_mac_address | Julien Grall | 2015-09-08 | 1 | -6/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 1 | -4/+91 |
|\ |
|
| * | device property: Return -ENXIO if there is no suitable FW interface | Guenter Roeck | 2015-08-27 | 1 | -4/+13 |
| * | device property: Add ETH_ALEN check, update comments. | Jeremy Linton | 2015-08-20 | 1 | -8/+13 |
| * | Add a matching set of device_ functions for determining mac/phy | Jeremy Linton | 2015-08-13 | 1 | -0/+73 |
* | | device property: fallback to pset when gettng one string | Andy Shevchenko | 2015-08-26 | 1 | -1/+2 |
* | | device property: fix potential NULL pointer dereference | Andy Shevchenko | 2015-08-06 | 1 | -2/+3 |
|/ |
|
*-. | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki | 2015-06-26 | 1 | -13/+13 |
|\ \ |
|