[PATCH] MAINTAINERS: Add g364fb and ds1225y to the Jazz section

Thomas Huth posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230929140938.396565-1-thuth@redhat.com
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: Add g364fb and ds1225y to the Jazz section
Posted by Thomas Huth 7 months ago
These devices are only used by the Jazz machine, so they
should be listed in the corresponding section in MAINTAINERS.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b4ab7d142..874234cb7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1295,8 +1295,10 @@ M: Hervé Poussineau <hpoussin@reactos.org>
 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
 S: Maintained
 F: hw/mips/jazz.c
+F: hw/display/g364fb.c
 F: hw/display/jazz_led.c
 F: hw/dma/rc4030.c
+F: hw/nvram/ds1225y.c
 
 Malta
 M: Philippe Mathieu-Daudé <philmd@linaro.org>
-- 
2.41.0


Re: [PATCH] MAINTAINERS: Add g364fb and ds1225y to the Jazz section
Posted by Philippe Mathieu-Daudé 7 months ago
On 29/9/23 16:09, Thomas Huth wrote:
> These devices are only used by the Jazz machine, so they
> should be listed in the corresponding section in MAINTAINERS.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)

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



Re: [PATCH] MAINTAINERS: Add g364fb and ds1225y to the Jazz section
Posted by Michael Tokarev 7 months ago
29.09.2023 17:09, Thomas Huth:
> These devices are only used by the Jazz machine, so they
> should be listed in the corresponding section in MAINTAINERS.

The devices look like git commit IDs :) (at least the first one)

Applied to my trivial-patches tree, thanks!

/mjt

> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b4ab7d142..874234cb7b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1295,8 +1295,10 @@ M: Hervé Poussineau <hpoussin@reactos.org>
>   R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
>   S: Maintained
>   F: hw/mips/jazz.c
> +F: hw/display/g364fb.c
>   F: hw/display/jazz_led.c
>   F: hw/dma/rc4030.c
> +F: hw/nvram/ds1225y.c
>   
>   Malta
>   M: Philippe Mathieu-Daudé <philmd@linaro.org>