* [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it
@ 2023-09-14 9:51 Robert Marko
2023-09-14 9:51 ` [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards Robert Marko
2023-09-20 9:47 ` [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it Gregory CLEMENT
0 siblings, 2 replies; 4+ messages in thread
From: Robert Marko @ 2023-09-14 9:51 UTC (permalink / raw)
To: andrew, gregory.clement, sebastian.hesselbarth, linux-arm-kernel,
linux-kernel
Cc: luka.perkov, Robert Marko
Vladimir is no longer at the company, so I am stepping up to maintain the
Methode boards.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fa7487b7729b..e0c4cf40cbb8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13873,7 +13873,7 @@ F: Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
F: drivers/staging/media/meson/vdec/
METHODE UDPU SUPPORT
-M: Vladimir Vid <vladimir.vid@sartura.hr>
+M: Robert Marko <robert.marko@sartura.hr>
S: Maintained
F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards
2023-09-14 9:51 [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it Robert Marko
@ 2023-09-14 9:51 ` Robert Marko
2023-09-20 9:47 ` Gregory CLEMENT
2023-09-20 9:47 ` [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it Gregory CLEMENT
1 sibling, 1 reply; 4+ messages in thread
From: Robert Marko @ 2023-09-14 9:51 UTC (permalink / raw)
To: andrew, gregory.clement, sebastian.hesselbarth, linux-arm-kernel,
linux-kernel
Cc: luka.perkov, Robert Marko
Methode also has eDPU which is based on uDPU, so add eDPU as well
as the common uDPU DTSI.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e0c4cf40cbb8..5bec4bcf8386 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13875,7 +13875,8 @@ F: drivers/staging/media/meson/vdec/
METHODE UDPU SUPPORT
M: Robert Marko <robert.marko@sartura.hr>
S: Maintained
-F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
+F: arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
+F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.*
MHI BUS
M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it
2023-09-14 9:51 [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it Robert Marko
2023-09-14 9:51 ` [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards Robert Marko
@ 2023-09-20 9:47 ` Gregory CLEMENT
1 sibling, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2023-09-20 9:47 UTC (permalink / raw)
To: Robert Marko, andrew, sebastian.hesselbarth, linux-arm-kernel,
linux-kernel
Cc: luka.perkov, Robert Marko
Robert Marko <robert.marko@sartura.hr> writes:
> Vladimir is no longer at the company, so I am stepping up to maintain the
> Methode boards.
>
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Applied on mvebu/fixes
Thanks,
Gregory
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fa7487b7729b..e0c4cf40cbb8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13873,7 +13873,7 @@ F: Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
> F: drivers/staging/media/meson/vdec/
>
> METHODE UDPU SUPPORT
> -M: Vladimir Vid <vladimir.vid@sartura.hr>
> +M: Robert Marko <robert.marko@sartura.hr>
> S: Maintained
> F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
>
> --
> 2.41.0
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards
2023-09-14 9:51 ` [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards Robert Marko
@ 2023-09-20 9:47 ` Gregory CLEMENT
0 siblings, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2023-09-20 9:47 UTC (permalink / raw)
To: Robert Marko, andrew, sebastian.hesselbarth, linux-arm-kernel,
linux-kernel
Cc: luka.perkov, Robert Marko
Robert Marko <robert.marko@sartura.hr> writes:
> Methode also has eDPU which is based on uDPU, so add eDPU as well
> as the common uDPU DTSI.
>
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Applied on mvebu/fixes
Thanks,
Gregory
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e0c4cf40cbb8..5bec4bcf8386 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13875,7 +13875,8 @@ F: drivers/staging/media/meson/vdec/
> METHODE UDPU SUPPORT
> M: Robert Marko <robert.marko@sartura.hr>
> S: Maintained
> -F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
> +F: arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> +F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.*
>
> MHI BUS
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> --
> 2.41.0
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-20 9:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14 9:51 [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it Robert Marko
2023-09-14 9:51 ` [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards Robert Marko
2023-09-20 9:47 ` Gregory CLEMENT
2023-09-20 9:47 ` [PATCH 1/2] MAINTAINERS: uDPU: make myself maintainer of it Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox