]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Add a function to find a device by drvdata
authorSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 16:54:50 +0000 (09:54 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 7 Feb 2020 14:41:24 +0000 (22:41 +0800)
commitaeeb398415012a23ebffd47c60ad0e95cb6fb49b
tree56db3ef185e028253871f7f0ecd7d3c7a80e366a
parent1686ee0b10a960b2ca067e769fccc02339ce9484
dm: core: Add a function to find a device by drvdata

It is sometimes useful to find a device in a uclass using only its driver
data. The driver data often indicates the 'subtype' of the device, e,g,
via its compatible string.

Add a function to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/core/uclass.c
include/dm/test.h
include/dm/uclass.h
test/dm/test-fdt.c