Received: by 10.192.165.156 with SMTP id m28csp682028imm; Wed, 11 Apr 2018 05:48:22 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/cH8C3JKZWLc7H+DhkbvHT45AFGIkMOCmQTp+ct13ovsfZwa9/qx+e9zeTP5mlQlJ8/nGE X-Received: by 10.98.171.7 with SMTP id p7mr3926522pff.215.1523450902137; Wed, 11 Apr 2018 05:48:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523450902; cv=none; d=google.com; s=arc-20160816; b=NxqrYxbUxAakHUcwIg8G6EhLH3Nr0WDZkDbmcwd/vV5XsIFnzBSCs5xmEU/vaXGncM eKuRM08BFOf3uFseXV6owWGmkvK0ppP6mI1c/yESbKebZME4jsOKZakGF0/EPagUYSt7 UOhBDpJip9Z/7wVu7vK3yHUBs4KujjiY+k2mCzZkDIQuIHoM7nJAXscdfun+nH014666 B6n1MovPevcheA7g/1BwNI9MNeaYK0SMyXImn4gtV1UsmKh8J1OE5Cji8uvOy9/xvbCS YhMkxIIjIcnffvP7FmpF5mAXmm7hW0nXU6liwkOJui6IKXuetKt2vq/hSk4JkENhPzrk rDPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:arc-authentication-results; bh=MQRdV2HzQlvGxkGPqIKv12OM+CGoLP0Xp0bZtwkRLyk=; b=MmPyN0qWBibgOlYzMJZsEoDAx9J9eKSw5SK2Tntuiu+3QObUjvd3q1okI5cZfIIY6L i2qbqvpGy3Aj2ZZDvfNiCPFsN//l3lDRXrbzZYrbCu9XGpAx2jYzN69aOEkHNLfHU1MA mMSzvLNnf53lKlSZyP5CX0p+ksUgHgYLj4q14EiLaQKAkZWYso57wp1njx1DjWg6ru5l jo/9e/IpF0stVJVNBQr4dBHMkfG4mBmSfYByK+H2i5K0B6vlYMmqxXwiHQggFmWAdFKb st9ett0e3+Tnm5t4KtBJukeYowT1OozSXWxywxjqnIFCV/6KDZ4EOGaEbP1HpORMF8u0 32SQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p8si712653pgn.406.2018.04.11.05.47.45; Wed, 11 Apr 2018 05:48:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753184AbeDKMnm (ORCPT + 99 others); Wed, 11 Apr 2018 08:43:42 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:51169 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbeDKMnl (ORCPT ); Wed, 11 Apr 2018 08:43:41 -0400 X-Originating-IP: 2.224.242.101 Received: from w540.lan (unknown [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id BDC9E1C0037; Wed, 11 Apr 2018 14:43:38 +0200 (CEST) From: Jacopo Mondi To: horms@verge.net.au, magnus.damm@gmail.com, geert@linux-m68k.org, laurent.pinchart@ideasonboard.com, niklas.soderlund@ragnatech.se, sergei.shtylyov@cogentembedded.com Cc: Jacopo Mondi , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/5] V3M-Eagle HDMI output enablement Date: Wed, 11 Apr 2018 14:43:05 +0200 Message-Id: <1523450590-31347-1-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I have rebased the Eagle display enablement on top of (part of) Sergei's series: [PATCH v2 0/5] Add R8A77970/V3MSK LVDS/HDMI support Simon: you can skip "[1/5] arm64: dts: renesas: r8a77970: add FCPVD support" as you already collected that Sergei: I re-sent your series because there was an additional comment from Laurent on [3/5]. I felt it was wrong to send a follow up patch on a series still not collected by Simon, so I've resent it. Hope this time is ok with you. Also, please note that [5/5] of your original series shall be re-sent using the newly introduced (still in-review) LVDS decoder. Please see [5/5] of this series as an example. Niklas: [5/5] of this series is a fixup of your patches and mine. I added your signed-off-by, hope it is ok. The series depends on THC63LVD1024 driver, currently submitted for inclusion "[PATCH v8 0/2] drm: Add Thine THC63LVD1024 LVDS decoder bridge" currently available at: git://jmondi.org/linux lvds-bridge/linus-master/v8 Thanks j v2 -> v3: - Use Sergei's series for patches [1-4] with a minor comment from Laurent - Remove the lvds-decoder node label and add Laurent's Reviewed-by in [5/5] v1 -> v2: - Add Laurent's reviewed by tags - Fixup patch 5, 6 and 7 of v1 - Remove DU digital output pin muxing - Update thc63lvd1024 to use the new bindings with mandatory power supply - Minor fixes (changes are described individually in each patch) Jacopo Mondi (1): arm64: dts: renesas: eagle: Enable HDMI output Sergei Shtylyov (4): arm64: dts: renesas: r8a77970: add FCPVD support arm64: dts: renesas: r8a77970: add VSPD support arm64: dts: renesas: r8a77970: add DU support arm64: dts: renesas: r8a77970: add LVDS support arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 93 ++++++++++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a77970.dtsi | 75 +++++++++++++++++++++ 2 files changed, 168 insertions(+) -- 2.7.4