rv1126-uboot/test/dm
Felix Brack 29b6917330 UPSTREAM: power: extend prefix match to regulator-name property
This patch extends pmic_bind_children prefix matching. In addition to
the node name the property regulator-name is used while trying to match
prefixes. This allows assigning different drivers to regulator nodes
named regulator@1 and regulator@10 for example.
I have discarded the idea of using other properties then regulator-name
as I do not see any benefit in using property compatible or even
regulator-compatible. Of course I am open to change this if there are
good reasons to do so.

Change-Id: Ifedf2c0a51cb725ddb290ee9dfd54a3fea45df70
Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit bf802f5d544f85c03b4097ab23d078be43c61855)
2018-01-17 15:27:28 +08:00
..
Kconfig
Makefile dm: test: Add tests for the generic PHY uclass 2017-05-09 12:14:16 -06:00
adc.c
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
cmd_dm.c
core.c dm: test: Add test for device removal 2017-04-04 20:15:10 -06:00
eth.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
gpio.c
i2c.c
led.c dm: led: Add support for blinking LEDs 2017-04-14 19:38:57 -06:00
mailbox.c
mmc.c
pci.c
phy.c dm: phy: Update tests to use ut_asserteq() 2017-06-01 07:03:14 -06:00
pmic.c
power-domain.c
pwm.c test: pwm: Add a check that dev is not NULL 2017-06-12 08:38:06 -04:00
ram.c
regmap.c
regulator.c UPSTREAM: power: extend prefix match to regulator-name property 2018-01-17 15:27:28 +08:00
remoteproc.c
reset.c
rtc.c
sf.c
spi.c
spmi.c
syscon.c
sysreset.c
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
timer.c
usb.c
video.c
wdt.c test: wdt: Add a check that dev is not NULL 2017-06-12 08:38:09 -04:00