[Qemu-devel] [Qemu devel PATCH v2] MAINTAINERS: Add entries for Smartfusion2

Subbaraya Sundeep posted 1 patch 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1510552520-3566-1-git-send-email-sundeep.lkml@gmail.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
MAINTAINERS | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
[Qemu-devel] [Qemu devel PATCH v2] MAINTAINERS: Add entries for Smartfusion2
Posted by Subbaraya Sundeep 6 years, 5 months ago
Voluntarily add myself as maintainer for Smartfusion2

Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
v2:
	reframed commit message as per Alistair's comment.
	Renamed MSF2 SoC -> SmartFusion2
			MSF2 SOM -> Emcraft M2S-FG484
		as per Philippe's comments.

 MAINTAINERS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0cd4d02..ffd77b4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -564,6 +564,23 @@ M: Alistair Francis <alistair@alistair23.me>
 S: Maintained
 F: hw/arm/netduino2.c
 
+SmartFusion2
+M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
+S: Maintained
+F: hw/arm/msf2-soc.c
+F: hw/misc/msf2-sysreg.c
+F: hw/timer/mss-timer.c
+F: hw/ssi/mss-spi.c
+F: include/hw/arm/msf2-soc.h
+F: include/hw/misc/msf2-sysreg.h
+F: include/hw/timer/mss-timer.h
+F: include/hw/ssi/mss-spi.h
+
+Emcraft M2S-FG484
+M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
+S: Maintained
+F: hw/arm/msf2-som.c
+
 CRIS Machines
 -------------
 Axis Dev88
-- 
2.5.0


Re: [Qemu-devel] [Qemu devel PATCH v2] MAINTAINERS: Add entries for Smartfusion2
Posted by Peter Maydell 6 years, 5 months ago
On 13 November 2017 at 05:55, Subbaraya Sundeep <sundeep.lkml@gmail.com> wrote:
> Voluntarily add myself as maintainer for Smartfusion2
>
> Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> v2:
>         reframed commit message as per Alistair's comment.
>         Renamed MSF2 SoC -> SmartFusion2
>                         MSF2 SOM -> Emcraft M2S-FG484
>                 as per Philippe's comments.



Applied to target-arm.next, thanks.

-- PMM