]> git.baikalelectronics.ru Git - uboot.git/commit
test: Add tests for the extcon
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Apr 2023 07:57:21 +0000 (10:57 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 2 May 2023 18:23:58 +0000 (14:23 -0400)
commit84045fca1492450e02a0c8cb25b0fb763e047946
tree8b49a7d57a378831964589d015f57b242a7feeb2
parented4cb9c6ab59b9870f7546f6cf68d27b12d9003b
test: Add tests for the extcon

Provide tests to the simple extcon device.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/extcon.c [new file with mode: 0644]