
24 Apr
2023
24 Apr
'23
9:42 p.m.
On Fri, 21 Apr 2023 at 01:05, Svyatoslav Ryhel clamor95@gmail.com wrote:
Provide tests to the simple extcon device.
Signed-off-by: Svyatoslav Ryhel clamor95@gmail.com
arch/sandbox/dts/test.dts | 4 ++++ drivers/extcon/Kconfig | 7 +++++++ drivers/extcon/Makefile | 1 + drivers/extcon/extcon-sandbox.c | 17 +++++++++++++++++ test/dm/Makefile | 1 + test/dm/extcon.c | 21 +++++++++++++++++++++ 6 files changed, 51 insertions(+) create mode 100644 drivers/extcon/extcon-sandbox.c create mode 100644 test/dm/extcon.c
Reviewed-by: Simon Glass sjg@chromium.org