diff mbox

[13/14] MAINTAINERS: Add maintainer for ARM PrimeCell and integrated devices

Message ID 1442915813-21059-14-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini Sept. 22, 2015, 9:56 a.m. UTC
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Comments

Thomas Huth Sept. 22, 2015, 1:33 p.m. UTC | #1
On 22/09/15 11:56, Paolo Bonzini wrote:
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4f4b523..0fe3fb7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -291,6 +291,34 @@ F: hw/*/allwinner-a10*
>  F: include/hw/*/allwinner-a10*
>  F: hw/arm/cubieboard.c
>  
> +ARM PrimeCell
> +M: Peter Maydell <peter.maydell@linaro.org>
> +S: Maintained
> +F: hw/char/pl011.c
> +F: hw/display/pl110*
> +F: hw/dma/pl080.c
> +F: hw/dma/pl330.c
> +F: hw/gpio/pl061.c
> +F: hw/input/pl050.c
> +F: hw/intc/pl190.c
> +F: hw/sd/pl181.c
> +F: hw/timer/pl031.c

Add include/hw/arm/primecell.h ?

> +ARM cores
> +M: Peter Maydell <peter.maydell@linaro.org>
> +S: Maintained
> +F: hw/intc/arm*
> +F: hw/intc/gic_internal.h
> +F: hw/misc/a9scu.c
> +F: hw/misc/arm11scu.c
> +F: hw/timer/a9gtimer*
> +F: hw/timer/arm_*
> +F: include/hw/intc/arm*
> +F: include/hw/misc/a9scu.h
> +F: include/hw/misc/arm11scu.h
> +F: include/hw/timer/a9gtimer.h
> +F: include/hw/timer/arm_mptimer.h

Add include/hw/arm/arm.h ?

 Thomas
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4f4b523..0fe3fb7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -291,6 +291,34 @@  F: hw/*/allwinner-a10*
 F: include/hw/*/allwinner-a10*
 F: hw/arm/cubieboard.c
 
+ARM PrimeCell
+M: Peter Maydell <peter.maydell@linaro.org>
+S: Maintained
+F: hw/char/pl011.c
+F: hw/display/pl110*
+F: hw/dma/pl080.c
+F: hw/dma/pl330.c
+F: hw/gpio/pl061.c
+F: hw/input/pl050.c
+F: hw/intc/pl190.c
+F: hw/sd/pl181.c
+F: hw/timer/pl031.c
+
+ARM cores
+M: Peter Maydell <peter.maydell@linaro.org>
+S: Maintained
+F: hw/intc/arm*
+F: hw/intc/gic_internal.h
+F: hw/misc/a9scu.c
+F: hw/misc/arm11scu.c
+F: hw/timer/a9gtimer*
+F: hw/timer/arm_*
+F: include/hw/intc/arm*
+F: include/hw/misc/a9scu.h
+F: include/hw/misc/arm11scu.h
+F: include/hw/timer/a9gtimer.h
+F: include/hw/timer/arm_mptimer.h
+
 Exynos
 M: Evgeny Voevodin <e.voevodin@samsung.com>
 M: Maksim Kozlov <m.kozlov@samsung.com>