summaryrefslogtreecommitdiff
path: root/drivers/base/property.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+0
2024-05-05device property: Fix a typo in the description of device_get_child_node_count()Christophe JAILLET1-1/+1
2024-03-25device property: Move fwnode_handle_put() into property.hJonathan Cameron1-14/+0
2024-03-08device property: Don't use "proxy" headersAndy Shevchenko1-5/+6
2024-03-08driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko1-56/+0
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+36
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus1-0/+1
2023-12-04device property: Add fwnode_name_eq()Sakari Ailus1-0/+28
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko1-0/+35
2023-11-16device property: Use fwnode_property_string_array_count()Andy Shevchenko1-1/+1
2023-06-15drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen1-3/+9
2023-04-20device property: make device_property functions take const device *Guenter Roeck1-8/+8
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko1-3/+3
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King1-1/+1
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko1-34/+90
2023-01-19device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang1-6/+12
2022-12-07device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin1-1/+1
2022-11-23device property: Rename goto label to be more preciseAndy Shevchenko1-2/+3
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman1-2/+2
2022-10-25device property: Fix documentation for *_match_string() APIsAndy Shevchenko1-2/+2
2022-10-22device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko1-2/+2
2022-10-22device property: Constify device child node APIsAndy Shevchenko1-3/+3
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko1-4/+4
2022-10-22device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-2/+9
2022-09-24device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko1-2/+2
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-16/+80
2022-05-06device property: Advertise fwnode and device property count API callsAndy Shevchenko1-0/+30
2022-05-05device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson1-1/+1
2022-04-26device property: Use multi-connection matchers for single caseBjorn Andersson1-50/+5
2022-04-26device property: Add helper to match multiple connectionsBjorn Andersson1-0/+109
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko1-11/+9
2022-04-13device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko1-27/+29
2022-04-13device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-38/+51
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus1-11/+1
2022-04-05device property: Add iomap to fwnode operationsSakari Ailus1-4/+1
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus1-21/+4
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko1-16/+16
2022-01-28device property: Add fwnode_irq_get_bynameAkhil R1-0/+29
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+16
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+11
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre1-0/+16
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus1-38/+0
2021-12-17device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus1-4/+4
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus1-10/+39
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus1-2/+2
2021-12-17device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus1-1/+3
2021-12-03device property: Check fwnode->secondary when finding propertiesDaniel Scally1-2/+11
2021-11-24device property: Remove device_add_properties() APIHeikki Krogerus1-48/+0
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski1-63/+0