summaryrefslogtreecommitdiffstats
path: root/drivers/base/property.c
Commit message (Expand)AuthorAgeFilesLines
* device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin2022-12-071-1/+1
* device property: Rename goto label to be more preciseAndy Shevchenko2022-11-231-2/+3
* Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211-2/+2
|\
| * device property: Fix documentation for *_match_string() APIsAndy Shevchenko2022-10-251-2/+2
* | device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko2022-10-221-2/+2
* | device property: Constify device child node APIsAndy Shevchenko2022-10-221-3/+3
* | device property: Constify fwnode connection match APIsAndy Shevchenko2022-10-221-4/+4
* | device property: Allow const parameter to dev_fwnode()Andy Shevchenko2022-10-221-2/+9
|/
* device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko2022-09-241-2/+2
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-16/+80
|\
| * device property: Use multi-connection matchers for single caseBjorn Andersson2022-04-261-50/+5
| * device property: Add helper to match multiple connectionsBjorn Andersson2022-04-261-0/+109
* | device property: Advertise fwnode and device property count API callsAndy Shevchenko2022-05-061-0/+30
* | device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson2022-05-051-1/+1
* | device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko2022-04-131-11/+9
* | device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko2022-04-131-27/+29
* | device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko2022-04-131-38/+51
* | device property: Add irq_get to fwnode operationSakari Ailus2022-04-051-11/+1
* | device property: Add iomap to fwnode operationsSakari Ailus2022-04-051-4/+1
* | device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus2022-04-051-21/+4
|/
* device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko2022-02-141-16/+16
* device property: Add fwnode_irq_get_bynameAkhil R2022-01-281-0/+29
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-0/+16
|\
| * device property: Add fwnode_iomap()Anand Ashok Dumbre2021-12-211-0/+16
* | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-2/+11
|\ \
| * | device property: Check fwnode->secondary when finding propertiesDaniel Scally2021-12-031-2/+11
| |/
* | device property: Drop fwnode_graph_get_remote_node()Sakari Ailus2021-12-171-38/+0
* | device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus2021-12-171-4/+4
* | device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus2021-12-171-10/+39
* | device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus2021-12-171-2/+2
* | device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus2021-12-171-1/+3
* | device property: Remove device_add_properties() APIHeikki Krogerus2021-11-241-48/+0
|/
* device property: move mac addr helpers to eth.cJakub Kicinski2021-10-071-63/+0
* Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fw...Daniel Scally2021-08-161-8/+1
* device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally2021-08-161-1/+20
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-8/+8
|\
| * device property: Don't check for NULL twice in the loopsAndy Shevchenko2021-05-271-8/+8
* | device property: Unify access to of_nodeAndy Shevchenko2021-06-071-16/+13
* | device property: Retrieve fwnode from of_node via accessorAndy Shevchenko2021-05-101-2/+2
|/
* media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->se...Daniel Scally2021-01-261-1/+8
* media: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally2021-01-261-0/+6
* device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Saravana Kannan2020-12-091-0/+52
* device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus2020-09-081-0/+73
* device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko2020-07-231-1/+1
* drivers property: When no children in primary, try secondaryAndy Shevchenko2020-05-211-2/+11
* device property: Export fwnode_get_name()Heikki Krogerus2020-03-161-0/+1
* device property: Add a function to obtain a node's prefixSakari Ailus2019-10-111-0/+12
* device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus2019-10-111-0/+11
* device property: Add functions for accessing node's parentsSakari Ailus2019-10-111-0/+46
* device property: Move fwnode_get_parent() upSakari Ailus2019-10-111-13/+13