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