summaryrefslogtreecommitdiff
path: root/drivers/base/devcon.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-08device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus1-101/+0
2020-09-07device connection: Remove struct device_connectionHeikki Krogerus1-10/+10
2020-09-07device connection: Remove device_connection_add()Heikki Krogerus1-58/+1
2020-09-07device connection: Remove device_connection_find()Heikki Krogerus1-73/+0
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman1-7/+1
2019-09-03device connection: Add fwnode_connection_find_match()Heikki Krogerus1-12/+31
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-7/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-03device connection: Find connections also by checking the referencesHeikki Krogerus1-0/+26
2019-02-14device connection: Find device connections also from device graphsHeikki Krogerus1-3/+35
2019-02-14device connection: Prepare support for firmware described connectionsHeikki Krogerus1-0/+24
2018-03-22drivers: base: Unified device connection lookupHeikki Krogerus1-0/+136