rv1126-uboot/test/dm
Jean-Jacques Hiblot 94fbbf0f6d UPSTREAM: dm: Add a No-op uclass
This uclass is intended for devices that do not need any features from the
uclass, including binding children.
This will typically be used by devices that are used to bind child devices
but do not use dm_scan_fdt_dev() to do it. That is for example the case of
several USB wrappers that have 2 child devices (1 for device and 1 for
host) but bind only one at a any given time.

Change-Id: Iad9ba5f368bd2de9940cf069baf9bec9d668920c
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit 07e33711fec4f1106f36805b5dc830da07c783c5)
2020-02-27 17:51:21 +08:00
..
Kconfig test: Move the unit tests to their own menu 2015-05-21 09:16:17 -04:00
Makefile UPSTREAM: dm: Add a No-op uclass 2020-02-27 17:51:21 +08:00
adc.c sandbox: add ADC unit tests 2015-11-02 10:38:00 +09:00
blk.c dm: blk: Add a way to obtain a block device from its parent 2017-06-09 20:25:16 +09:00
bus.c test: bus: Add a check that dev is not NULL 2017-06-12 08:38:10 -04:00
clk.c UPSTREAM: clk: add sandbox test for bulk API 2020-01-07 17:24:50 +08:00
cmd_dm.c dm: cmd: add "dm aliases" support 2019-12-16 21:01:05 +08:00
core.c UPSTREAM: dm: core: Add a function to look up a uclass by name 2018-02-11 19:58:01 +08:00
eth.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
gpio.c dm: test: Add GPIO open drain tests 2016-06-03 22:14:20 -07:00
i2c.c dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
led.c dm: led: Add support for blinking LEDs 2017-04-14 19:38:57 -06:00
mailbox.c mailbox: implement a sandbox test 2016-05-26 20:48:31 -06:00
mmc.c dm: mmc: test: Add tests for MMC 2016-05-17 09:54:43 -06:00
nop.c UPSTREAM: dm: Add a No-op uclass 2020-02-27 17:51:21 +08:00
pci.c dm: test: Convert PCI tests to use the DM PCI API 2016-01-12 10:19:09 -07:00
phy.c dm: phy: Update tests to use ut_asserteq() 2017-06-01 07:03:14 -06:00
pmic.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
power-domain.c Add a power domain framework/uclass 2016-07-27 16:29:56 -06:00
pwm.c test: pwm: Add a check that dev is not NULL 2017-06-12 08:38:06 -04:00
ram.c dm: test: Add a test for the ram uclass 2015-07-21 17:39:32 -06:00
regmap.c test: Add a test for regmap 2015-07-21 17:39:33 -06:00
regulator.c UPSTREAM: power: extend prefix match to regulator-name property 2018-01-17 15:27:28 +08:00
remoteproc.c test: Add basic tests for remoteproc 2015-10-22 14:18:40 -04:00
reset.c UPSTREAM: reset: add sandbox test for bulk API 2020-01-07 17:24:50 +08:00
rtc.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
sf.c UPSTREAM: sf: Add a method to obtain the block-protect setting 2019-07-05 19:33:46 +08:00
spi.c UPSTREAM: dm: spi: Update sandbox SPI emulation driver to use ofnode 2019-07-05 19:33:39 +08:00
spmi.c spmi: Add sandbox test driver 2016-04-01 17:18:12 -04:00
syscon.c dm: syscon: Allow finding devices by driver data 2016-01-24 12:07:19 +08:00
sysreset.c Rename reset to sysreset 2016-05-26 20:48:31 -06:00
test-driver.c dm: test: Add test for device removal 2017-04-04 20:15:10 -06:00
test-fdt.c dm: core: Add uclass_first/next_device_check() 2017-07-11 10:08:19 -06:00
test-main.c UPSTREAM: dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test 2018-01-16 18:13:59 +08:00
test-uclass.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
timer.c sandbox: add a sandbox timer and basic test 2015-11-19 20:13:41 -07:00
usb.c dm: usb: Clean up USB after each test 2016-03-14 15:34:50 -06:00
video.c video: test: Adjust order of file closure 2016-02-06 13:57:15 +01:00
wdt.c test: wdt: Add a check that dev is not NULL 2017-06-12 08:38:09 -04:00