On 03/09/2024 18.07, Peter Maydell wrote:
Remove the tsc210x touchscreen controller device, which was only used by the n800 and n810.
... and the cheetah palm machine ... but you removed that earlier in the series already.
Anyway: Reviewed-by: Thomas Huth <th...@redhat.com>
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.mayd...@linaro.org> --- MAINTAINERS | 2 - include/hw/arm/omap.h | 7 +- include/hw/input/tsc2xxx.h | 36 -- hw/input/tsc210x.c | 1241 ------------------------------------ hw/input/Kconfig | 3 - hw/input/meson.build | 1 - 6 files changed, 6 insertions(+), 1284 deletions(-) delete mode 100644 include/hw/input/tsc2xxx.h delete mode 100644 hw/input/tsc210x.c