diff options
author | Thomas Huth <thuth@redhat.com> | 2023-10-20 08:09:34 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-11-13 11:35:47 +0100 |
commit | 261c1281e87e030ba8c1ceb45b34ae03d4c7972f (patch) | |
tree | 1af0dbe8352717d7af0e8b468123611fe0267272 /MAINTAINERS | |
parent | 4940da2096f969cb21fc23e0fd6f52e766bf4fdf (diff) |
MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section
The code from hw/input/ads7846.c is only used by hw/arm/spitz.c,
so add this file to the same section where hw/arm/spitz.c is
listed.
Message-ID: <20231020060936.524988-3-thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ccc7aa3e3e..e82b64d1ca 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -928,6 +928,7 @@ F: hw/*/pxa2xx* F: hw/display/tc6393xb.c F: hw/gpio/max7310.c F: hw/gpio/zaurus.c +F: hw/input/ads7846.c F: hw/misc/mst_fpga.c F: hw/adc/max111x.c F: include/hw/adc/max111x.h |