On 03/09/2024 18.07, Peter Maydell wrote:
The ADS7846 touchscreen controller device was used only by
the XScale-based PDA machine types. Now that they have been
removed, this device is not used in the tree and can be
deleted.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
MAINTAINERS | 1 -
hw/input/ads7846.c | 186 -------------------------------------------
hw/input/Kconfig | 3 -
hw/input/meson.build | 1 -
4 files changed, 191 deletions(-)
delete mode 100644 hw/input/ads7846.c
Reviewed-by: Thomas Huth <th...@redhat.com>