qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
@ 2024-09-21 10:47 Inès Varhol
  2024-09-21 11:18 ` Samuel Tardieu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Inès Varhol @ 2024-09-21 10:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: Samuel Tardieu, Philippe Mathieu-Daudé, Arnaud Minier,
	Jacob Abrams, Inès Varhol

It has been a learning experience to contribute to QEMU for our
end-of-studies project. For a few months now, Arnaud and I aren't
actively involved anymore as we lack time and access to the hardware.
Therefore it's high time to update the maintainers file: from now on,
Samuel Tardieu who is behind the project will be taking up the role of
maintainer.

This commit updates maintainers and the list of files, and places the
two devices in alphabetical order.

Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
---
 MAINTAINERS | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ffacd60f40..7fa2172df6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -706,6 +706,14 @@ F: include/hw/timer/armv7m_systick.h
 F: include/hw/misc/armv7m_ras.h
 F: tests/qtest/test-arm-mptimer.c
 
+B-L475E-IOT01A IoT Node
+M: Samuel Tardieu <sam@rfc1149.net>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/arm/b-l475e-iot01a.c
+F: hw/display/dm163.c
+F: tests/qtest/dm163-test.c
+
 Exynos
 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
 M: Peter Maydell <peter.maydell@linaro.org>
@@ -991,6 +999,19 @@ F: include/hw/input/gamepad.h
 F: include/hw/timer/stellaris-gptm.h
 F: docs/system/arm/stellaris.rst
 
+STM32L4x5 SoC Family
+M: Samuel Tardieu <sam@rfc1149.net>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/arm/stm32l4x5_soc.c
+F: hw/char/stm32l4x5_usart.c
+F: hw/misc/stm32l4x5_exti.c
+F: hw/misc/stm32l4x5_syscfg.c
+F: hw/misc/stm32l4x5_rcc.c
+F: hw/gpio/stm32l4x5_gpio.c
+F: include/hw/*/stm32l4x5_*.h
+F: tests/qtest/stm32l4x5*
+
 STM32VLDISCOVERY
 M: Alexandre Iooss <erdnaxe@crans.org>
 L: qemu-arm@nongnu.org
@@ -1117,26 +1138,6 @@ L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/arm/olimex-stm32-h405.c
 
-STM32L4x5 SoC Family
-M: Arnaud Minier <arnaud.minier@telecom-paris.fr>
-M: Inès Varhol <ines.varhol@telecom-paris.fr>
-L: qemu-arm@nongnu.org
-S: Maintained
-F: hw/arm/stm32l4x5_soc.c
-F: hw/char/stm32l4x5_usart.c
-F: hw/misc/stm32l4x5_exti.c
-F: hw/misc/stm32l4x5_syscfg.c
-F: hw/misc/stm32l4x5_rcc.c
-F: hw/gpio/stm32l4x5_gpio.c
-F: include/hw/*/stm32l4x5_*.h
-
-B-L475E-IOT01A IoT Node
-M: Arnaud Minier <arnaud.minier@telecom-paris.fr>
-M: Inès Varhol <ines.varhol@telecom-paris.fr>
-L: qemu-arm@nongnu.org
-S: Maintained
-F: hw/arm/b-l475e-iot01a.c
-
 SmartFusion2
 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
 M: Peter Maydell <peter.maydell@linaro.org>
-- 
2.45.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
  2024-09-21 10:47 [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers Inès Varhol
@ 2024-09-21 11:18 ` Samuel Tardieu
  2024-09-27 16:35 ` Peter Maydell
  2024-10-03 15:55 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Samuel Tardieu @ 2024-09-21 11:18 UTC (permalink / raw)
  To: Inès Varhol
  Cc: qemu-devel, Philippe Mathieu-Daudé, Arnaud Minier,
	Jacob Abrams

Inès Varhol <ines.varhol@telecom-paris.fr> writes:

> It has been a learning experience to contribute to QEMU for our
> end-of-studies project. For a few months now, Arnaud and I aren't
> actively involved anymore as we lack time and access to the hardware.
> Therefore it's high time to update the maintainers file: from now on,
> Samuel Tardieu who is behind the project will be taking up the role of
> maintainer.
>
> This commit updates maintainers and the list of files, and places the
> two devices in alphabetical order.
>
> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
  2024-09-21 10:47 [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers Inès Varhol
  2024-09-21 11:18 ` Samuel Tardieu
@ 2024-09-27 16:35 ` Peter Maydell
  2024-10-03 15:55 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2024-09-27 16:35 UTC (permalink / raw)
  To: Inès Varhol
  Cc: qemu-devel, Samuel Tardieu, Philippe Mathieu-Daudé,
	Arnaud Minier, Jacob Abrams

On Sat, 21 Sept 2024 at 11:48, Inès Varhol <ines.varhol@telecom-paris.fr> wrote:
>
> It has been a learning experience to contribute to QEMU for our
> end-of-studies project. For a few months now, Arnaud and I aren't
> actively involved anymore as we lack time and access to the hardware.
> Therefore it's high time to update the maintainers file: from now on,
> Samuel Tardieu who is behind the project will be taking up the role of
> maintainer.
>
> This commit updates maintainers and the list of files, and places the
> two devices in alphabetical order.

Thank you for your contributions to the project; I hope you
have enjoyed working on QEMU.

Applied to target-arm.next, thanks.

-- PMM


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
  2024-09-21 10:47 [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers Inès Varhol
  2024-09-21 11:18 ` Samuel Tardieu
  2024-09-27 16:35 ` Peter Maydell
@ 2024-10-03 15:55 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-10-03 15:55 UTC (permalink / raw)
  To: Inès Varhol, qemu-devel; +Cc: Samuel Tardieu, Arnaud Minier, Jacob Abrams

On 21/9/24 12:47, Inès Varhol wrote:
> It has been a learning experience to contribute to QEMU for our
> end-of-studies project. For a few months now, Arnaud and I aren't
> actively involved anymore as we lack time and access to the hardware.
> Therefore it's high time to update the maintainers file: from now on,
> Samuel Tardieu who is behind the project will be taking up the role of
> maintainer.
> 
> This commit updates maintainers and the list of files, and places the
> two devices in alphabetical order.
> 
> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
> ---
>   MAINTAINERS | 41 +++++++++++++++++++++--------------------
>   1 file changed, 21 insertions(+), 20 deletions(-)


> -STM32L4x5 SoC Family
> -M: Arnaud Minier <arnaud.minier@telecom-paris.fr>
> -M: Inès Varhol <ines.varhol@telecom-paris.fr>

Thank you both Inès and Arnaud, it was a good experience to review
your contributions and see how you improved over time :)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-03 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-21 10:47 [PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers Inès Varhol
2024-09-21 11:18 ` Samuel Tardieu
2024-09-27 16:35 ` Peter Maydell
2024-10-03 15:55 ` Philippe Mathieu-Daudé

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).