u-boot-2016/test/dm
Simon Glass 6e43d1b199 dm: core: Add a function to look up a uclass by name
Each uclass has a driver name which we can use to look up the uclass. This
is useful for logging, where the uclass ID is used as the category.

Add a function to handle this, as well as a test.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-02-03 10:08:40 -07:00
..
adc.c
blk.c
bus.c dm: core: parse chosen node 2018-01-15 11:35:38 -05:00
clk.c
cmd_dm.c
core.c dm: core: Add a function to look up a uclass by name 2018-02-03 10:08:40 -07:00
eth.c test/dm: Fix string handling issues in the eth test 2017-10-06 11:28:20 -04:00
gpio.c
i2c.c
Kconfig
led.c
mailbox.c
Makefile
mmc.c
pci.c
phy.c
pmic.c
power-domain.c
pwm.c
ram.c
regmap.c
regulator.c power: extend prefix match to regulator-name property 2017-12-12 19:53:45 -07:00
remoteproc.c
reset.c
rtc.c
sf.c
spi.c
spmi.c
syscon.c
sysreset.c
test-driver.c
test-fdt.c dm: core: parse chosen node 2018-01-15 11:35:38 -05:00
test-main.c dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test 2017-09-11 21:43:58 -06:00
test-uclass.c
timer.c
usb.c test: dm: usb: Update test cases for USB 2017-10-01 16:32:51 +02:00
video.c video: test: Add ANSI escape sequence tests 2017-09-29 17:59:58 +02:00
wdt.c