On Fri, 20 Oct 2023 at 07:09, Thomas Huth <[email protected]> wrote: > > 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. > > Signed-off-by: Thomas Huth <[email protected]> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 14e8f7702d..34f9036df8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -938,6 +938,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 > -- > 2.41.0
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
