diff options
| author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2026-01-07 20:18:30 +0000 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-02-02 14:24:40 -0600 |
| commit | bf55b84736d6b220dae11e3b1e7a670918d9daee (patch) | |
| tree | 142992b0560f5aaff416824dad57201565b0b07f /MAINTAINERS | |
| parent | f2f69886ac181e74fa378cf49bdee33e6e9a4188 (diff) | |
serial: Add Goldfish TTY driver
Add support for the Google Goldfish TTY serial device. This virtual
device is commonly used in QEMU virtual machines (such as the m68k
virt machine) and Android emulators.
The driver implements basic console output and input polling using the
Goldfish MMIO interface.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Reviewed-by: Yao Zi <me@ziyao.cc>
Tested-by: Daniel Palmer <daniel@0x0f.com>
Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <simon.glass@canonical.com>
Acked-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 27ce73d83f4..8f884ff495a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1260,6 +1260,12 @@ S: Maintained F: drivers/misc/gsc.c F: include/gsc.h +GOLDFISH SERIAL DRIVER +M: Kuan-Wei Chiu <visitorckw@gmail.com> +S: Maintained +F: drivers/serial/serial_goldfish.c +F: include/goldfish_tty.h + INTERCONNECT: M: Neil Armstrong <neil.armstrong@linaro.org> S: Maintained |
