diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-17 06:50:07 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-17 06:50:07 -0600 |
commit | 3d7f5721409d10d33f03891addf67e0984cf319e (patch) | |
tree | afcc78a2eca711fc264772413f375b278ff837cf /MAINTAINERS | |
parent | a19255a369f0ef34dfbbc1ed2631e68fbbebb8ce (diff) | |
parent | 13a16f1d91fc7a46b65b22a33f6ffea1b826a097 (diff) |
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
* pmaydell/arm-devs.for-upstream: (22 commits)
hw/pl031: Actually raise interrupt on timer expiry
MAINTAINERS: Add hw/highbank.c maintainer
Remove unnecessary includes of primecell.h
hw/primecell.h: Remove obsolete pl080_init() declaration
hw/arm_sysctl: Drop legacy init function
hw/vexpress.c: Add vexpress-a15 machine
arm_boot: Pass base address of GIC CPU interface, not whole GIC
hw/vexpress.c: Instantiate the motherboard CLCD
hw/vexpress.c: Factor out daughterboard-specific initialization
hw/vexpress.c: Move secondary CPU boot code to SRAM
hw/vexpress.c: Make motherboard peripheral memory map table-driven
hw/a15mpcore.c: Add Cortex-A15 private peripheral model
MAINTAINERS: Add maintainers for Exynos SOC.
Exynos4210: added display controller implementation
hw/exynos4210.c: Add LAN support for SMDKC210.
hw/lan9118: Add basic 16-bit mode support.
ARM: exynos4210: MCT support.
ARM: exynos4210: basic Power Management Unit implementation
ARM: exynos4210: PWM support.
ARM: exynos4210: UART support
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 173e893a62..8eb80ea177 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -183,6 +183,20 @@ F: *win32* ARM Machines ------------ +Exynos +M: Evgeny Voevodin <e.voevodin@samsung.com> +M: Maksim Kozlov <m.kozlov@samsung.com> +M: Igor Mitsyanko <i.mitsyanko@samsung.com> +M: Dmitry Solodkiy <d.solodkiy@samsung.com> +S: Maintained +F: hw/exynos* + +Calxeda Highbank +M: Mark Langsdorf <mark.langsdorf@calxeda.com> +S: Supported +F: hw/highbank.c +F: hw/xgmac.c + Gumstix M: qemu-devel@nongnu.org S: Orphan |