| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2022-06-03 | 1 | -16/+80 |
|\ |
|
| * | device property: Use multi-connection matchers for single case | Bjorn Andersson | 2022-04-26 | 1 | -50/+5 |
| * | device property: Add helper to match multiple connections | Bjorn Andersson | 2022-04-26 | 1 | -0/+109 |
* | | device property: Advertise fwnode and device property count API calls | Andy Shevchenko | 2022-05-06 | 1 | -0/+30 |
* | | device property: Fix recent breakage of fwnode_get_next_parent_dev() | Douglas Anderson | 2022-05-05 | 1 | -1/+1 |
* | | device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of() | Andy Shevchenko | 2022-04-13 | 1 | -11/+9 |
* | | device property: Introduce fwnode_for_each_parent_node() | Andy Shevchenko | 2022-04-13 | 1 | -27/+29 |
* | | device property: Allow error pointer to be passed to fwnode APIs | Andy Shevchenko | 2022-04-13 | 1 | -38/+51 |
* | | device property: Add irq_get to fwnode operation | Sakari Ailus | 2022-04-05 | 1 | -11/+1 |
* | | device property: Add iomap to fwnode operations | Sakari Ailus | 2022-04-05 | 1 | -4/+1 |
* | | device property: Convert device_{dma_supported,get_dma_attr} to fwnode | Sakari Ailus | 2022-04-05 | 1 | -21/+4 |
|/ |
|
* | device property: Don't split fwnode_get_irq*() APIs in the code | Andy Shevchenko | 2022-02-14 | 1 | -16/+16 |
* | device property: Add fwnode_irq_get_byname | Akhil R | 2022-01-28 | 1 | -0/+29 |
* | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-14 | 1 | -0/+16 |
|\ |
|
| * | device property: Add fwnode_iomap() | Anand Ashok Dumbre | 2021-12-21 | 1 | -0/+16 |
* | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-01-12 | 1 | -2/+11 |
|\ \ |
|
| * | | device property: Check fwnode->secondary when finding properties | Daniel Scally | 2021-12-03 | 1 | -2/+11 |
| |/ |
|
* | | device property: Drop fwnode_graph_get_remote_node() | Sakari Ailus | 2021-12-17 | 1 | -38/+0 |
* | | device property: Use fwnode_graph_for_each_endpoint() macro | Sakari Ailus | 2021-12-17 | 1 | -4/+4 |
* | | device property: Implement fwnode_graph_get_endpoint_count() | Sakari Ailus | 2021-12-17 | 1 | -10/+39 |
* | | device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED | Sakari Ailus | 2021-12-17 | 1 | -2/+2 |
* | | device property: Fix fwnode_graph_devcon_match() fwnode leak | Sakari Ailus | 2021-12-17 | 1 | -1/+3 |
* | | device property: Remove device_add_properties() API | Heikki Krogerus | 2021-11-24 | 1 | -48/+0 |
|/ |
|
* | device property: move mac addr helpers to eth.c | Jakub Kicinski | 2021-10-07 | 1 | -63/+0 |
* | Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fw... | Daniel Scally | 2021-08-16 | 1 | -8/+1 |
* | device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint() | Daniel Scally | 2021-08-16 | 1 | -1/+20 |
* | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-07-05 | 1 | -8/+8 |
|\ |
|
| * | device property: Don't check for NULL twice in the loops | Andy Shevchenko | 2021-05-27 | 1 | -8/+8 |
* | | device property: Unify access to of_node | Andy Shevchenko | 2021-06-07 | 1 | -16/+13 |
* | | device property: Retrieve fwnode from of_node via accessor | Andy Shevchenko | 2021-05-10 | 1 | -2/+2 |
|/ |
|
* | media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->se... | Daniel Scally | 2021-01-26 | 1 | -1/+8 |
* | media: device property: Return true in fwnode_device_is_available for NULL ops | Daniel Scally | 2021-01-26 | 1 | -0/+6 |
* | device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev() | Saravana Kannan | 2020-12-09 | 1 | -0/+52 |
* | device property: Move fwnode_connection_find_match() under drivers/base/prope... | Heikki Krogerus | 2020-09-08 | 1 | -0/+73 |
* | device property: Avoid NULL pointer dereference in device_get_next_child_node() | Andy Shevchenko | 2020-07-23 | 1 | -1/+1 |
* | drivers property: When no children in primary, try secondary | Andy Shevchenko | 2020-05-21 | 1 | -2/+11 |
* | device property: Export fwnode_get_name() | Heikki Krogerus | 2020-03-16 | 1 | -0/+1 |
* | device property: Add a function to obtain a node's prefix | Sakari Ailus | 2019-10-11 | 1 | -0/+12 |
* | device property: Add fwnode_get_name for returning the name of a node | Sakari Ailus | 2019-10-11 | 1 | -0/+11 |
* | device property: Add functions for accessing node's parents | Sakari Ailus | 2019-10-11 | 1 | -0/+46 |
* | device property: Move fwnode_get_parent() up | Sakari Ailus | 2019-10-11 | 1 | -13/+13 |
* | device property: Introduce fwnode_find_reference() | Heikki Krogerus | 2019-06-03 | 1 | -0/+24 |
* | device property: Add fwnode_graph_get_endpoint_by_id() | Sakari Ailus | 2019-04-18 | 1 | -0/+75 |
* | device property: fix fwnode_graph_get_next_endpoint() documentation | Marco Felsch | 2018-12-18 | 1 | -1/+1 |
* | device property: Remove struct property_set | Heikki Krogerus | 2018-11-26 | 1 | -315/+17 |
* | device property: Move device_add_properties() to swnode.c | Heikki Krogerus | 2018-11-26 | 1 | -179/+0 |
* | device property: Get rid of union aliasing | Andy Shevchenko | 2018-05-17 | 1 | -18/+86 |
* | device property: Constify device_get_match_data() | Andy Shevchenko | 2018-02-12 | 1 | -3/+2 |
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 1 | -41/+32 |
|\ |
|
| * | device property: Reuse property_entry_free_data() | Andy Shevchenko | 2018-01-25 | 1 | -20/+14 |