* [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/
@ 2019-01-02 12:53 Thomas Huth
2019-01-02 14:42 ` Philippe Mathieu-Daudé
2019-01-04 15:19 ` Peter Maydell
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2019-01-02 12:53 UTC (permalink / raw)
To: Peter Maydell, qemu-devel
Cc: Cédric Le Goater, Philippe Mathieu-Daudé,
Andrey Smirnov, qemu-arm
Some of the files in hw/input/, hw/misc/ and hw/timer/ are only
used by one of the ARM machines, so we can assign these files to
the corresponding boards.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 180695f..693abdf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -510,6 +510,7 @@ F: hw/intc/arm*
F: hw/intc/gic_internal.h
F: hw/misc/a9scu.c
F: hw/misc/arm11scu.c
+F: hw/misc/arm_l2x0.c
F: hw/timer/a9gtimer*
F: hw/timer/arm*
F: include/hw/arm/arm*.h
@@ -582,6 +583,7 @@ L: qemu-arm@nongnu.org
S: Maintained
F: hw/arm/integratorcp.c
F: hw/misc/arm_integrator_debug.c
+F: include/hw/misc/arm_integrator_debug.h
MCIMX6UL EVK / i.MX6ul
M: Peter Maydell <peter.maydell@linaro.org>
@@ -601,7 +603,9 @@ L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/arm/mcimx7d-sabre.c
F: hw/arm/fsl-imx7.c
+F: hw/misc/imx7_*.c
F: include/hw/arm/fsl-imx7.h
+F: include/hw/misc/imx7_*.h
F: hw/pci-host/designware.c
F: include/hw/pci-host/designware.h
@@ -635,6 +639,10 @@ M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/arm/nseries.c
+F: hw/input/lm832x.c
+F: hw/input/tsc2005.c
+F: hw/misc/cbus.c
+F: hw/timer/twl92230.c
Palm
M: Andrzej Zaborowski <balrogg@gmail.com>
@@ -642,6 +650,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/arm/palm.c
+F: hw/input/tsc210x.c
Raspberry Pi
M: Peter Maydell <peter.maydell@linaro.org>
@@ -678,6 +687,7 @@ F: hw/display/tc6393xb.c
F: hw/gpio/max7310.c
F: hw/gpio/zaurus.c
F: hw/misc/mst_fpga.c
+F: hw/misc/max111x.c
F: include/hw/arm/pxa.h
F: include/hw/arm/sharpsl.h
@@ -688,10 +698,10 @@ L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/arm/sabrelite.c
F: hw/arm/fsl-imx6.c
-F: hw/misc/imx6_src.c
+F: hw/misc/imx6_*.c
F: hw/ssi/imx_spi.c
F: include/hw/arm/fsl-imx6.h
-F: include/hw/misc/imx6_src.h
+F: include/hw/misc/imx6_*.h
F: include/hw/ssi/imx_spi.h
Sharp SL-5500 (Collie) PDA
@@ -802,7 +812,9 @@ R: Joel Stanley <joel@jms.id.au>
L: qemu-arm@nongnu.org
S: Maintained
F: hw/*/*aspeed*
+F: hw/misc/pca9552.c
F: include/hw/*/*aspeed*
+F: include/hw/misc/pca9552*.h
F: hw/net/ftgmac100.c
F: include/hw/net/ftgmac100.h
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/
2019-01-02 12:53 [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/ Thomas Huth
@ 2019-01-02 14:42 ` Philippe Mathieu-Daudé
2019-01-02 14:45 ` Thomas Huth
2019-01-04 15:19 ` Peter Maydell
1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-02 14:42 UTC (permalink / raw)
To: Thomas Huth, Peter Maydell, qemu-devel
Cc: Andrey Smirnov, qemu-arm, Cédric Le Goater,
Philippe Mathieu-Daudé
On 1/2/19 1:53 PM, Thomas Huth wrote:
> Some of the files in hw/input/, hw/misc/ and hw/timer/ are only
> used by one of the ARM machines, so we can assign these files to
> the corresponding boards.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 180695f..693abdf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -510,6 +510,7 @@ F: hw/intc/arm*
> F: hw/intc/gic_internal.h
> F: hw/misc/a9scu.c
> F: hw/misc/arm11scu.c
> +F: hw/misc/arm_l2x0.c
> F: hw/timer/a9gtimer*
> F: hw/timer/arm*
> F: include/hw/arm/arm*.h
> @@ -582,6 +583,7 @@ L: qemu-arm@nongnu.org
> S: Maintained
> F: hw/arm/integratorcp.c
> F: hw/misc/arm_integrator_debug.c
> +F: include/hw/misc/arm_integrator_debug.h
OK
>
> MCIMX6UL EVK / i.MX6ul
> M: Peter Maydell <peter.maydell@linaro.org>
> @@ -601,7 +603,9 @@ L: qemu-arm@nongnu.org
> S: Odd Fixes
> F: hw/arm/mcimx7d-sabre.c
> F: hw/arm/fsl-imx7.c
> +F: hw/misc/imx7_*.c
> F: include/hw/arm/fsl-imx7.h
> +F: include/hw/misc/imx7_*.h
> F: hw/pci-host/designware.c
> F: include/hw/pci-host/designware.h
OK
>
> @@ -635,6 +639,10 @@ M: Peter Maydell <peter.maydell@linaro.org>
> L: qemu-arm@nongnu.org
> S: Odd Fixes
> F: hw/arm/nseries.c
> +F: hw/input/lm832x.c
> +F: hw/input/tsc2005.c
> +F: hw/misc/cbus.c
> +F: hw/timer/twl92230.c
OK
>
> Palm
> M: Andrzej Zaborowski <balrogg@gmail.com>
> @@ -642,6 +650,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
> L: qemu-arm@nongnu.org
> S: Odd Fixes
> F: hw/arm/palm.c
> +F: hw/input/tsc210x.c
OK
>
> Raspberry Pi
> M: Peter Maydell <peter.maydell@linaro.org>
> @@ -678,6 +687,7 @@ F: hw/display/tc6393xb.c
> F: hw/gpio/max7310.c
> F: hw/gpio/zaurus.c
> F: hw/misc/mst_fpga.c
> +F: hw/misc/max111x.c
> F: include/hw/arm/pxa.h
> F: include/hw/arm/sharpsl.h
OK
>
> @@ -688,10 +698,10 @@ L: qemu-arm@nongnu.org
> S: Odd Fixes
> F: hw/arm/sabrelite.c
> F: hw/arm/fsl-imx6.c
> -F: hw/misc/imx6_src.c
> +F: hw/misc/imx6_*.c
> F: hw/ssi/imx_spi.c
> F: include/hw/arm/fsl-imx6.h
> -F: include/hw/misc/imx6_src.h
> +F: include/hw/misc/imx6_*.h
> F: include/hw/ssi/imx_spi.h
New models for the MCIMX6UL EVK might eventually match here.
>
> Sharp SL-5500 (Collie) PDA
> @@ -802,7 +812,9 @@ R: Joel Stanley <joel@jms.id.au>
> L: qemu-arm@nongnu.org
> S: Maintained
> F: hw/*/*aspeed*
> +F: hw/misc/pca9552.c
> F: include/hw/*/*aspeed*
> +F: include/hw/misc/pca9552*.h
> F: hw/net/ftgmac100.c
> F: include/hw/net/ftgmac100.h
OK
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/
2019-01-02 14:42 ` Philippe Mathieu-Daudé
@ 2019-01-02 14:45 ` Thomas Huth
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2019-01-02 14:45 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Peter Maydell, qemu-devel
Cc: Andrey Smirnov, qemu-arm, Cédric Le Goater,
Philippe Mathieu-Daudé
On 2019-01-02 15:42, Philippe Mathieu-Daudé wrote:
> On 1/2/19 1:53 PM, Thomas Huth wrote:
>> Some of the files in hw/input/, hw/misc/ and hw/timer/ are only
>> used by one of the ARM machines, so we can assign these files to
>> the corresponding boards.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> MAINTAINERS | 16 ++++++++++++++--
>> 1 file changed, 14 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 180695f..693abdf 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
[...]
>> @@ -688,10 +698,10 @@ L: qemu-arm@nongnu.org
>> S: Odd Fixes
>> F: hw/arm/sabrelite.c
>> F: hw/arm/fsl-imx6.c
>> -F: hw/misc/imx6_src.c
>> +F: hw/misc/imx6_*.c
>> F: hw/ssi/imx_spi.c
>> F: include/hw/arm/fsl-imx6.h
>> -F: include/hw/misc/imx6_src.h
>> +F: include/hw/misc/imx6_*.h
>> F: include/hw/ssi/imx_spi.h
>
> New models for the MCIMX6UL EVK might eventually match here.
The current files use "*imx6ul*" which do not match here due to the
underscore after the "6". So I hope future files will use this naming
scheme, too, then we should be fine.
>>
>> Sharp SL-5500 (Collie) PDA
>> @@ -802,7 +812,9 @@ R: Joel Stanley <joel@jms.id.au>
>> L: qemu-arm@nongnu.org
>> S: Maintained
>> F: hw/*/*aspeed*
>> +F: hw/misc/pca9552.c
>> F: include/hw/*/*aspeed*
>> +F: include/hw/misc/pca9552*.h
>> F: hw/net/ftgmac100.c
>> F: include/hw/net/ftgmac100.h
>
> OK
>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Thanks!
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/
2019-01-02 12:53 [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/ Thomas Huth
2019-01-02 14:42 ` Philippe Mathieu-Daudé
@ 2019-01-04 15:19 ` Peter Maydell
1 sibling, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2019-01-04 15:19 UTC (permalink / raw)
To: Thomas Huth
Cc: QEMU Developers, Cédric Le Goater,
Philippe Mathieu-Daudé, Andrey Smirnov, qemu-arm
On Wed, 2 Jan 2019 at 12:53, Thomas Huth <thuth@redhat.com> wrote:
>
> Some of the files in hw/input/, hw/misc/ and hw/timer/ are only
> used by one of the ARM machines, so we can assign these files to
> the corresponding boards.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
Applied to target-arm.next, thanks.
-- PMM
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-04 15:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02 12:53 [Qemu-devel] [PATCH] MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/ Thomas Huth
2019-01-02 14:42 ` Philippe Mathieu-Daudé
2019-01-02 14:45 ` Thomas Huth
2019-01-04 15:19 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).