tools arch x86: Add dell-uart-backlight-emulator
authorHans de Goede <hdegoede@redhat.com>
Mon, 13 May 2024 14:46:02 +0000 (16:46 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 14 May 2024 09:43:40 +0000 (11:43 +0200)
commitd9bab776ed9e50fa076d2b42544b0c612be16d7c
treef0763d646683a796991c6f68cbc86d4c2d442351
parent484bae9e4d6acb5eec39e1ea47f9aa43f11b154d
tools arch x86: Add dell-uart-backlight-emulator

Dell All In One (AIO) models released after 2017 use a backlight controller
board connected to an UART.

Add a small emulator to allow development and testing of
the drivers/platform/x86/dell/dell-uart-backlight.c driver for
this board, without requiring access to an actual Dell All In One.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20240513144603.93874-3-hdegoede@redhat.com
tools/arch/x86/dell-uart-backlight-emulator/.gitignore [new file with mode: 0644]
tools/arch/x86/dell-uart-backlight-emulator/Makefile [new file with mode: 0644]
tools/arch/x86/dell-uart-backlight-emulator/README [new file with mode: 0644]
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c [new file with mode: 0644]