Hi Laurent, > From: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Sent: 21 October 2020 22:43 > Subject: Re: [PATCH v5 0/5] Add r8a77965 DRIF support > > Hi Fabrizio, > > On Wed, Oct 21, 2020 at 02:53:27PM +0100, Fabrizio Castro wrote: > > Dear All, > > > > this series is to add DRIF support for the r8a77965 > > (a.k.a. R-Car M3-N). Version 5 fixes a warning reported > > by 'make dt_binding_check', as reported by Rob. > > Patch 1/5 to 4/5 taken in my tree, I'll send a pull request to > linux-media when the merge window closes. I expect Geert to handle 5/5. Great, thank you. 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 > > -- > Regards, > > Laurent Pinchart