Hi Laurent, On 21/10/2020 23:43, Laurent Pinchart wrote: > 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. Patch 5 has been merged, but patches 1-4 aren't. I don't think there was a PR for it. For some reason these patches are delegated to me in patchwork. I've now delegated them to you for further processing. Regards, Hans > >> 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 >