aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/property.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus
2023-12-04device property: Add fwnode_name_eq()Sakari Ailus
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko
2023-11-16device property: Use fwnode_property_string_array_count()Andy Shevchenko
2023-06-15drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen
2023-04-20device property: make device_property functions take const device *Guenter Roeck
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko
2023-01-19device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang
2022-12-07device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin
2022-11-23device property: Rename goto label to be more preciseAndy Shevchenko
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-10-25device property: Fix documentation for *_match_string() APIsAndy Shevchenko
2022-10-22device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko
2022-10-22device property: Constify device child node APIsAndy Shevchenko
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko
2022-10-22device property: Allow const parameter to dev_fwnode()Andy Shevchenko
2022-09-24device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-06device property: Advertise fwnode and device property count API callsAndy Shevchenko
2022-05-05device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson
2022-04-26device property: Use multi-connection matchers for single caseBjorn Andersson
2022-04-26device property: Add helper to match multiple connectionsBjorn Andersson
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko
2022-04-13device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko
2022-04-13device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus
2022-04-05device property: Add iomap to fwnode operationsSakari Ailus
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko
2022-01-28device property: Add fwnode_irq_get_bynameAkhil R
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus
2021-12-17device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus
2021-12-17device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus
2021-12-03device property: Check fwnode->secondary when finding propertiesDaniel Scally
2021-11-24device property: Remove device_add_properties() APIHeikki Krogerus
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski
2021-08-16Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fw...Daniel Scally
2021-08-16device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-07device property: Unify access to of_nodeAndy Shevchenko
2021-05-27device property: Don't check for NULL twice in the loopsAndy Shevchenko