hw/input: Remove tsc210x device
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2024 16:07:27 +0000 (17:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Oct 2024 13:40:36 +0000 (14:40 +0100)
commit81cc84ca4aae08815882532dca2837352191c9b0
treec2e52f4ab9d01dd81b3f81b22f6cdd48920bb71b
parent5255c6a9034805048dd0a0d34a0a4cf944a95130
hw/input: Remove tsc210x device

Remove the tsc210x touchscreen controller device, which was
only used by the n800 and n810 and cheetah.

The uWireSlave struct is still used in omap1.c (at least for
compilation purposes -- nothing any longer calls omap_uwire_attach()
and so the struct's members will not be used at runtime), so
we move it into omap.h so we can delete tsc2xxx.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240903160751.4100218-30-peter.maydell@linaro.org
MAINTAINERS
hw/input/Kconfig
hw/input/meson.build
hw/input/tsc210x.c [deleted file]
include/hw/arm/omap.h
include/hw/input/tsc2xxx.h [deleted file]