2020-10-15 01:19:27

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH v4 0/5] Add r8a77965 DRIF support

Dear All,

this series is to add DRIF support for the r8a77965
(a.k.a. R-Car M3-N). Version 4 improves the DT schema
for DRIF, as suggested by Geert.

Thanks,
Fab

Fabrizio Castro (5):
MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver
media: dt-bindings: media: renesas,drif: Convert to json-schema
media: dt-bindings: media: renesas,drif: Add r8a77990 support
media: dt-bindings: media: renesas,drif: Add r8a77965 support
arm64: dts: r8a77965: Add DRIF support

.../bindings/media/renesas,drif.txt | 177 -----------
.../bindings/media/renesas,drif.yaml | 279 ++++++++++++++++++
MAINTAINERS | 4 +-
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 120 ++++++++
4 files changed, 401 insertions(+), 179 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/media/renesas,drif.txt
create mode 100644 Documentation/devicetree/bindings/media/renesas,drif.yaml

--
2.25.1


2020-10-15 01:19:28

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH v4 1/5] MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver

Add Fabrizio castro and remove Ramesh Shanmugasundaram.

Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Reviewed-by: Ramesh Shanmugasundaram <[email protected]>
---
v3->v4:
* No change
v2->v3:
* Removed Ramesh Shanmugasundaram as maintainer, as suggested
by Ramesh
* Reworked commit title and changelog
v1->v2:
* No change

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a54806ebf02..4ff8e65df4e7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10835,7 +10835,7 @@ F: drivers/media/platform/renesas-ceu.c
F: include/media/drv-intf/renesas-ceu.h

MEDIA DRIVERS FOR RENESAS - DRIF
-M: Ramesh Shanmugasundaram <[email protected]>
+M: Fabrizio Castro <[email protected]>
L: [email protected]
L: [email protected]
S: Supported
--
2.25.1