diff options
author | Thomas Huth | 2016-02-25 12:22:04 +0100 |
---|---|---|
committer | Peter Maydell | 2016-02-26 16:09:42 +0100 |
commit | ed0db8663a269fc42d04c1f78d265621b425b9f8 (patch) | |
tree | e8613587ea142a464c54a4ba82bd3570627596a3 /MAINTAINERS | |
parent | raspi: fix SD card with recent sdhci changes (diff) | |
download | qemu-ed0db8663a269fc42d04c1f78d265621b425b9f8.tar.gz qemu-ed0db8663a269fc42d04c1f78d265621b425b9f8.tar.xz qemu-ed0db8663a269fc42d04c1f78d265621b425b9f8.zip |
MAINTAINERS: Add some missing ARM related header files
Some header files in the include/hw/arm/ directory can be assigned
to entries in the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1456399324-24259-1-git-send-email-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 606d9c08b5..ec8a037bc3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -363,6 +363,7 @@ M: Dmitry Solodkiy <d.solodkiy@samsung.com> L: qemu-arm@nongnu.org S: Maintained F: hw/*/exynos* +F: include/hw/arm/exynos4210.h Calxeda Highbank M: Rob Herring <robh@kernel.org> @@ -390,6 +391,7 @@ L: qemu-arm@nongnu.org S: Odd fixes F: hw/*/imx* F: hw/arm/kzm.c +F: include/hw/arm/fsl-imx31.h Integrator CP M: Peter Maydell <peter.maydell@linaro.org> @@ -432,6 +434,7 @@ F: hw/arm/spitz.c F: hw/arm/tosa.c F: hw/arm/z2.c F: hw/*/pxa2xx* +F: include/hw/arm/pxa.h Stellaris M: Peter Maydell <peter.maydell@linaro.org> @@ -768,6 +771,7 @@ OMAP M: Peter Maydell <peter.maydell@linaro.org> S: Maintained F: hw/*/omap* +F: include/hw/arm/omap.h IPack M: Alberto Garcia <berto@igalia.com> |