| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-07 | 1 | -0/+1 |
|\ |
|
| * | software node: implement software_node_unregister() | Greg Kroah-Hartman | 2020-05-27 | 1 | -0/+1 |
* | | software node: Allow register and unregister software node groups | Andy Shevchenko | 2020-04-20 | 1 | -0/+3 |
|/ |
|
* | software node: remove separate handling of references | Dmitry Torokhov | 2019-12-03 | 1 | -14/+0 |
* | software node: implement reference properties | Dmitry Torokhov | 2019-12-03 | 1 | -16/+41 |
* | software node: allow embedding of small arrays into property_entry | Dmitry Torokhov | 2019-12-03 | 1 | -7/+7 |
* | software node: replace is_array with is_inline | Dmitry Torokhov | 2019-12-03 | 1 | -5/+6 |
* | software node: unify PROPERTY_ENTRY_XXX macros | Dmitry Torokhov | 2019-11-05 | 1 | -37/+27 |
* | software node: get rid of property_set_pointer() | Dmitry Torokhov | 2019-11-05 | 1 | -9/+3 |
* | software node: mark internal macros with double underscores | Dmitry Torokhov | 2019-11-05 | 1 | -10/+10 |
* | software node: introduce PROPERTY_ENTRY_XXX_ARRAY_LEN() | Dmitry Torokhov | 2019-11-05 | 1 | -17/+28 |
* | software node: remove DEV_PROP_MAX | Dmitry Torokhov | 2019-11-05 | 1 | -1/+0 |
* | device property: Add a function to obtain a node's prefix | Sakari Ailus | 2019-10-11 | 1 | -0/+1 |
* | device property: Add fwnode_get_name for returning the name of a node | Sakari Ailus | 2019-10-11 | 1 | -0/+1 |
* | device property: Add functions for accessing node's parents | Sakari Ailus | 2019-10-11 | 1 | -0/+3 |
* | software node: Make argument to to_software_node const | Sakari Ailus | 2019-10-11 | 1 | -1/+2 |
* | software node: Add software_node_find_by_name() | Heikki Krogerus | 2019-08-26 | 1 | -0/+4 |
* | Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-09 | 1 | -0/+95 |
|\ |
|
| * | device property: Add helpers to count items in an array | Andy Shevchenko | 2019-06-13 | 1 | -0/+44 |
| * | device property: Introduce fwnode_find_reference() | Heikki Krogerus | 2019-06-03 | 1 | -0/+4 |
| * | software node: Add software_node_get_reference_args() | Heikki Krogerus | 2019-06-03 | 1 | -0/+28 |
| * | software node: Add support for static node descriptors | Heikki Krogerus | 2019-06-03 | 1 | -0/+19 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
|/ |
|
* | device property: Add fwnode_graph_get_endpoint_by_id() | Sakari Ailus | 2019-04-18 | 1 | -0/+18 |
* | device property: Fix the length used in PROPERTY_ENTRY_STRING() | Heikki Krogerus | 2019-01-29 | 1 | -1/+1 |
* | drivers: base: Introducing software nodes to the firmware node framework | Heikki Krogerus | 2018-11-26 | 1 | -0/+12 |
* | device property: Get rid of union aliasing | Andy Shevchenko | 2018-05-17 | 1 | -27/+25 |
* | device property: Constify device_get_match_data() | Andy Shevchenko | 2018-02-12 | 1 | -1/+1 |
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 1 | -5/+5 |
|\ |
|
| * | device property: Define type of PROPERTY_ENRTY_*() macros | Andy Shevchenko | 2018-01-25 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 1 | -0/+11 |
|\ \ |
|
| * | | device property: Allow iterating over available child fwnodes | Marcin Wojtas | 2018-01-22 | 1 | -0/+6 |
| * | | device property: Introduce fwnode_irq_get() | Marcin Wojtas | 2018-01-22 | 1 | -0/+2 |
| * | | device property: Introduce fwnode_get_phy_mode() | Marcin Wojtas | 2018-01-22 | 1 | -0/+1 |
| * | | device property: Introduce fwnode_get_mac_address() | Marcin Wojtas | 2018-01-22 | 1 | -0/+2 |
| |/ |
|
* | | device property: Introduce a common API to fetch device match data | Sinan Kaya | 2017-12-13 | 1 | -0/+2 |
|/ |
|
* | device property: Add a macro for interating over graph endpoints | Sakari Ailus | 2017-11-09 | 1 | -0/+4 |
* | device property: Make fwnode_handle_get() return the fwnode | Sakari Ailus | 2017-11-09 | 1 | -1/+1 |
* | device property: Introduce fwnode_property_get_reference_args | Sakari Ailus | 2017-07-22 | 1 | -0/+4 |
* | device property: Constify fwnode property API | Sakari Ailus | 2017-07-22 | 1 | -30/+33 |
* | device property: Add fwnode_graph_get_port_parent | Kieran Bingham | 2017-06-22 | 1 | -0/+2 |
* | device property: Add FW type agnostic fwnode_graph_get_remote_node | Sakari Ailus | 2017-06-22 | 1 | -0/+2 |
* | device property: Introduce fwnode_device_is_available() | Sakari Ailus | 2017-06-22 | 1 | -0/+1 |
* | device property: Add fwnode_get_next_parent() | Sakari Ailus | 2017-03-29 | 1 | -0/+1 |
* | device property: Add support for fwnode endpoints | Sakari Ailus | 2017-03-29 | 1 | -0/+3 |
* | device property: Make dev_fwnode() public | Sakari Ailus | 2017-03-29 | 1 | -0/+2 |
* | device property: Add fwnode_handle_get() | Sakari Ailus | 2017-03-29 | 1 | -0/+1 |
* | device property: Add support for remote endpoints | Mika Westerberg | 2017-03-29 | 1 | -0/+9 |
* | device property: Add fwnode_get_named_child_node() | Mika Westerberg | 2017-03-29 | 1 | -0/+2 |
* | ACPI / property: Add fwnode_get_next_child_node() | Mika Westerberg | 2017-03-29 | 1 | -0/+6 |