diff mbox series

[v2] MAINTANERS: Split vt82c686 out of fuloong2e

Message ID 20231015141517.219317456A7@zero.eik.bme.hu
State New
Headers show
Series [v2] MAINTANERS: Split vt82c686 out of fuloong2e | expand

Commit Message

BALATON Zoltan Oct. 15, 2023, 2:15 p.m. UTC
The VIA south bridgges are now mostly used by other machines not just
fuloong2e so split off into a separate section and take maintanership.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
v2:
- Rebase on master
- Take Philippe's offer and accept maintaining it (I hope Philippe can
  still help with review and pull requests)

 MAINTAINERS | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Comments

BALATON Zoltan Oct. 15, 2023, 3:26 p.m. UTC | #1
On Sun, 15 Oct 2023, BALATON Zoltan wrote:
> The VIA south bridgges are now mostly used by other machines not just

Noticed typo bridgges -> bridges, hopefully can be fixed when merging and 
don't need another version for it.

Regards,
BALATON Zoltan

> fuloong2e so split off into a separate section and take maintanership.
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> v2:
> - Rebase on master
> - Take Philippe's offer and accept maintaining it (I hope Philippe can
>  still help with review and pull requests)
>
> MAINTAINERS | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca405bc1bc..6b15de530c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1324,10 +1324,7 @@ M: Philippe Mathieu-Daud?? <philmd@linaro.org>
> R: Jiaxun Yang <jiaxun.yang@flygoat.com>
> S: Odd Fixes
> F: hw/mips/fuloong2e.c
> -F: hw/isa/vt82c686.c
> F: hw/pci-host/bonito.c
> -F: hw/usb/vt82c686-uhci-pci.c
> -F: include/hw/isa/vt82c686.h
> F: include/hw/pci-host/bonito.h
> F: tests/avocado/machine_mips_fuloong2e.py
>
> @@ -2491,6 +2488,15 @@ S: Maintained
> F: hw/isa/piix4.c
> F: include/hw/southbridge/piix.h
>
> +VIA South Bridges (VT82C686B, VT8231)
> +M: BALATON Zoltan <balaton@eik.bme.hu>
> +S: Maintained
> +R: Philippe Mathieu-Daud?? <philmd@linaro.org>
> +R: Jiaxun Yang <jiaxun.yang@flygoat.com>
> +F: hw/isa/vt82c686.c
> +F: hw/usb/vt82c686-uhci-pci.c
> +F: include/hw/isa/vt82c686.h
> +
> Firmware configuration (fw_cfg)
> M: Philippe Mathieu-Daud?? <philmd@linaro.org>
> R: Gerd Hoffmann <kraxel@redhat.com>
>
Philippe Mathieu-Daudé Oct. 16, 2023, 9:17 a.m. UTC | #2
On 15/10/23 16:15, BALATON Zoltan wrote:
> The VIA south bridgges are now mostly used by other machines not just
> fuloong2e so split off into a separate section and take maintanership.
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---


> @@ -2491,6 +2488,15 @@ S: Maintained
>   F: hw/isa/piix4.c
>   F: include/hw/southbridge/piix.h
>   
> +VIA South Bridges (VT82C686B, VT8231)
> +M: BALATON Zoltan <balaton@eik.bme.hu>
> +S: Maintained
> +R: Philippe Mathieu-Daudé <philmd@linaro.org>

Thanks, queued to mips-next, keeping a 'M:' tag here
and fixing typos in subject / bridge.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ca405bc1bc..6b15de530c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1324,10 +1324,7 @@  M: Philippe Mathieu-Daudé <philmd@linaro.org>
 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
 S: Odd Fixes
 F: hw/mips/fuloong2e.c
-F: hw/isa/vt82c686.c
 F: hw/pci-host/bonito.c
-F: hw/usb/vt82c686-uhci-pci.c
-F: include/hw/isa/vt82c686.h
 F: include/hw/pci-host/bonito.h
 F: tests/avocado/machine_mips_fuloong2e.py
 
@@ -2491,6 +2488,15 @@  S: Maintained
 F: hw/isa/piix4.c
 F: include/hw/southbridge/piix.h
 
+VIA South Bridges (VT82C686B, VT8231)
+M: BALATON Zoltan <balaton@eik.bme.hu>
+S: Maintained
+R: Philippe Mathieu-Daudé <philmd@linaro.org>
+R: Jiaxun Yang <jiaxun.yang@flygoat.com>
+F: hw/isa/vt82c686.c
+F: hw/usb/vt82c686-uhci-pci.c
+F: include/hw/isa/vt82c686.h
+
 Firmware configuration (fw_cfg)
 M: Philippe Mathieu-Daudé <philmd@linaro.org>
 R: Gerd Hoffmann <kraxel@redhat.com>