From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:35810 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753688AbcE0RTa (ORCPT ); Fri, 27 May 2016 13:19:30 -0400 Received: by mail-wm0-f68.google.com with SMTP id e3so239547wme.2 for ; Fri, 27 May 2016 10:19:29 -0700 (PDT) From: Kieran Bingham To: laurent.pinchart@ideasonboard.com, linux-renesas-soc@vger.kernel.org, kieran@ksquared.org.uk Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/4] RCar r8a7795 FCPF support Date: Fri, 27 May 2016 18:19:20 +0100 Message-Id: <1464369565-12259-1-git-send-email-kieran@bingham.xyz> Sender: linux-media-owner@vger.kernel.org List-ID: An RCar FCP driver is available with support for the FCPV module for VSP. This series updates that driver to support the FCPF and then provide the relevant nodes in the r8a7795 device tree. Checkpatch generates a warning on these DT references but they are documented under Documentation/devicetree/bindings/media/renesas,fcp.txt These patches are based on Geert's renesas-drivers tree, and are pushed to a branch at git@github.com:kbingham/linux.git renesas/fcpf for convenience. Kieran Bingham (4): v4l: Extend FCP compatible list to support the FDP dt-bindings: Update Renesas R-Car FCP DT binding dt-bindings: Document Renesas R-Car FCP power-domains usage arm64: dts: r8a7795: add FCPF device nodes .../devicetree/bindings/media/renesas,fcp.txt | 6 +++++- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 21 +++++++++++++++++++++ drivers/media/platform/rcar-fcp.c | 1 + 3 files changed, 27 insertions(+), 1 deletion(-) -- 2.5.0