aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/property.c
AgeCommit message (Expand)Author
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
2021-05-10device property: Retrieve fwnode from of_node via accessorAndy Shevchenko
2021-01-26media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->se...Daniel Scally
2021-01-26media: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally
2020-12-09device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Saravana Kannan
2020-09-08device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus
2020-07-23device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko
2020-05-21drivers property: When no children in primary, try secondaryAndy Shevchenko
2020-03-16device property: Export fwnode_get_name()Heikki Krogerus
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus
2019-10-11device property: Add functions for accessing node's parentsSakari Ailus
2019-10-11device property: Move fwnode_get_parent() upSakari Ailus
2019-06-03device property: Introduce fwnode_find_reference()Heikki Krogerus
2019-04-18device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus
2018-12-18device property: fix fwnode_graph_get_next_endpoint() documentationMarco Felsch
2018-11-26device property: Remove struct property_setHeikki Krogerus
2018-11-26device property: Move device_add_properties() to swnode.cHeikki Krogerus
2018-05-17device property: Get rid of union aliasingAndy Shevchenko
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds