From patchwork Mon Nov 5 11:19:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 10667837 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8E7E914BD for ; Mon, 5 Nov 2018 11:19:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 79E3F295B6 for ; Mon, 5 Nov 2018 11:19:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6E41A295C6; Mon, 5 Nov 2018 11:19:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 12C2E295B6 for ; Mon, 5 Nov 2018 11:19:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729333AbeKEUik (ORCPT ); Mon, 5 Nov 2018 15:38:40 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:43641 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728122AbeKEUik (ORCPT ); Mon, 5 Nov 2018 15:38:40 -0500 X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 2B192240016; Mon, 5 Nov 2018 11:19:24 +0000 (UTC) From: Jacopo Mondi To: niklas.soderlund@ragnatech.se, laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com Cc: Jacopo Mondi , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/6] media: rcar-vin: Add support for R-Car E3 Date: Mon, 5 Nov 2018 12:19:05 +0100 Message-Id: <1541416751-19810-1-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, this series add support for the R-Car E3 R8A77990 SoC to the rcar-vin and rcar-csi2 driver. Nothing new compared to v2, except for the last two patches, which updates PHTW tables to the latest SoC manual revision, and add a SoC-specific number of CSI-2 channels to handle the E3 case properly, as this is the only SoC in mainline with a number of CSI-2 channels < 4. Most patches are already reviewed-by and acked-by, so I expect this to be easy to have accepted. Tested on E3 Ebisu board capturing frames from the HDMI input in different resolutions (up to 1280x800). Testing requires Niklas' series to allow using a numer of data lanes < 4 for ADV748x, PFC and DTS updates. A branch for testing is available at: git://jmondi.org/linux ebisu/v4.20-rc1/test Thanks j Jacopo Mondi (6): media: dt-bindings: rcar-vin: Add R8A77990 support media: rcar-vin: Add support for R-Car R8A77990 media: dt-bindings: rcar-csi2: Add R8A77990 media: rcar-csi2: Add R8A77990 support media: rcar: rcar-csi2: Update V3M/E3 PHTW tables media: rcar-csi2: Handle per-SoC number of channels .../devicetree/bindings/media/rcar_vin.txt | 1 + .../bindings/media/renesas,rcar-csi2.txt | 1 + drivers/media/platform/rcar-vin/rcar-core.c | 20 +++++ drivers/media/platform/rcar-vin/rcar-csi2.c | 95 ++++++++++++++-------- 4 files changed, 82 insertions(+), 35 deletions(-) --- 2.7.4