[PATCH 2/4] MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section

Thomas Huth posted 4 patches 1 year, 1 month ago
[PATCH 2/4] MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section
Posted by Thomas Huth 1 year, 1 month ago
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 <thuth@redhat.com>
---
 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
Re: [PATCH 2/4] MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section
Posted by Peter Maydell 1 year ago
On Fri, 20 Oct 2023 at 07:09, Thomas Huth <thuth@redhat.com> 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 <thuth@redhat.com>
> ---
>  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 <peter.maydell@linaro.org>

thanks
-- PMM