u-boot/test/dm
Patrick Delaunay a442e61e24 syscon: update syscon_regmap_lookup_by_phandle
Change the function syscon_regmap_lookup_by_phandle()
introduced by commit 6c3af1f24e ("syscon: dm: Add a
new method to get a regmap from DTS") to have
Linux-compatible syscon API.

Same modification than commit e151a1c288 ("syscon: add
Linux-compatible syscon API") solves issue when the node
identified by the phandle has several compatibles and is
already bound to a dedicated driver.

See Linux commit bdb0066df96e ("mfd: syscon: Decouple syscon
interface from platform devices").

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-04-11 20:10:05 -06:00
..
adc.c
audio.c
axi.c
blk.c
board.c
bootcount.c test: bootcount: add bootcount-uclass test 2019-01-14 17:41:23 -05:00
bus.c
clk.c clk: Add fixed-factor clock driver 2019-02-27 09:12:33 +08:00
core.c dm: device: fail uclass_find_first_device() if list_empty 2019-02-09 07:51:00 -05:00
cpu.c
dma.c
eth.c net: explicitly assign errno to return code in case of network failure 2019-01-24 11:35:28 -06:00
firmware.c
gpio.c
hwspinlock.c
i2c.c
i2s.c
Kconfig
led.c
mailbox.c
Makefile sandbox: pch: Add a test for the PCH uclass 2019-02-20 15:26:36 +08:00
misc.c
mmc.c
ofnode.c
osd.c
panel.c
pch.c pch: Add ioctl support 2019-02-20 15:27:08 +08:00
pci.c
phy.c
pmic.c
power-domain.c
pwm.c
ram.c
regmap.c test: dm: regmap: Fix the long test delay 2019-01-14 17:47:13 -07:00
regulator.c power: regulator: Introduce regulator_set_enable_if_allowed api 2019-02-09 12:50:22 -07:00
remoteproc.c
reset.c
rtc.c
serial.c dm: serial: Adjust serial_getinfo() to use proper API 2019-01-14 17:47:13 -07:00
sf.c
smem.c
sound.c sound: Add uclass operations for beeping 2019-02-20 15:27:08 +08:00
spi.c
spmi.c
syscon.c syscon: update syscon_regmap_lookup_by_phandle 2019-04-11 20:10:05 -06:00
sysreset.c
tee.c
test-driver.c
test-fdt.c dm: core: Add tests for dev_read_alias_highest_id() 2019-02-08 06:25:49 +01:00
test-main.c
test-uclass.c
timer.c
usb.c
video.c dm: video: fix test failures with enabled default TrueType font 2018-12-29 11:28:59 +01:00
virtio.c
wdt.c