[Qemu-devel] [PATCH] MAINTAINERS: Add more files to sam460ex

BALATON Zoltan posted 1 patch 5 years, 4 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181128195802.B9C0F745714@zero.eik.bme.hu
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
[Qemu-devel] [PATCH] MAINTAINERS: Add more files to sam460ex
Posted by BALATON Zoltan 5 years, 4 months ago
The sm501 model belonged to SH before but that seems to be inactive
now and latest changes were for sam460ex which is the more active user
of this device at the moment so let's adopt sm501 for sam460ex.

Also add device tree and firmware sources and binaries.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 63effdc473..0c373be86e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1003,8 +1003,12 @@ sam460ex
 M: BALATON Zoltan <balaton@eik.bme.hu>
 L: qemu-ppc@nongnu.org
 S: Maintained
+F: hw/display/sm501*
 F: hw/ide/sii3112.c
 F: hw/timer/m41t80.c
+F: pc-bios/canyonlands.dt[sb]
+F: pc-bios/u-boot-sam460ex-20100605.bin
+F: roms/u-boot-sam460ex
 
 SH4 Machines
 ------------
-- 
2.13.7


Re: [Qemu-devel] [PATCH] MAINTAINERS: Add more files to sam460ex
Posted by Thomas Huth 5 years, 4 months ago
On 2018-11-28 20:41, BALATON Zoltan wrote:
> The sm501 model belonged to SH before but that seems to be inactive
> now and latest changes were for sam460ex which is the more active user
> of this device at the moment so let's adopt sm501 for sam460ex.
> 
> Also add device tree and firmware sources and binaries.
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 63effdc473..0c373be86e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1003,8 +1003,12 @@ sam460ex
>  M: BALATON Zoltan <balaton@eik.bme.hu>
>  L: qemu-ppc@nongnu.org
>  S: Maintained
> +F: hw/display/sm501*
>  F: hw/ide/sii3112.c
>  F: hw/timer/m41t80.c
> +F: pc-bios/canyonlands.dt[sb]
> +F: pc-bios/u-boot-sam460ex-20100605.bin
> +F: roms/u-boot-sam460ex

Thanks for the update! ... but in case the SH4 R2D maintainer is
interested in the sm501 device, too, I think it would maybe be cleaner
to add a new paragraph in the  "Devices" section of the MAINTAINERS file
for the sm501 device...?

Otherwise:
Reviewed-by: Thomas Huth <thuth@redhat.com>