Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7373552ybi; Mon, 22 Jul 2019 11:58:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqxbvD3nqTL9ry9gYdLlCtuzUNOfJ4F/CQAJpSHkjlFOty52Q2DILWhv5jIlN5/9prcQ/CQ7 X-Received: by 2002:a17:90a:d343:: with SMTP id i3mr81661949pjx.15.1563821916042; Mon, 22 Jul 2019 11:58:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563821916; cv=none; d=google.com; s=arc-20160816; b=hXBmTK5GiDBYxx0QNnMC8riAn7Cuqxh77OwcgG3BsQ8JGjZcrf/SGHOELOryEhbHNP KMqLBgJxonSRyHOqVqxnQctHRBmKq8+XabOPBLNGZz3SWkB2YhFksPA/4/cjuUflXOyO Rl4UBe/4+GKotUtQ+8uYyNm/dm7fKKM8+A+YJHoUbbVpMSq+S0EZsb+XPYY4sectUmKY YFwchLmN7h0NVQaMDHYQ3CkjenCYT4Mvg5JItELaRMruwjTPAzI69ggzmd+tGxvw9uxA HI5qSw8vVxxWeyLSMC6J91zFbnbBIImIQjDgTc7CVvZRBK5aeTl4ATP76QlWm2SD8lVu jVxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:to:from; bh=SHLhtsX9IuHJi1uFNy0fXP1/+OPBIgm2Yt1O71op1fs=; b=KLl156c6e/NG5U7IGGkOugiYO5QNSCi2PZmtKHOSY049VVCDNSwXzdKeS7N23n4j6Y 2c0QsDu624lBVJkS7zkXFcjyIVYT85eS/wbOWU79vI7kDUtm9nSml+O2Mpg/QtIl3LF4 AzZjyRUEYTzyualg/rT6yWyO8an44QOVsWdSeoL6uEMNAcLOFdoln9kdbF0le4Fad7pD 7EEn26DS62mCzhdIQ/6rCXCCCHp1mQoO26OcrLhXTC3qQ2oaZ+4+dScPYN5TfLlsTTUk TSf34M54VM2Gn95Ovigib3mbalgtKeFvlg6X27t71rYlobaRW61g0ppo20ljHFe/Ua3k DtUQ== 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 cl8si9058035plb.47.2019.07.22.11.58.20; Mon, 22 Jul 2019 11:58:35 -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 S1727682AbfGVPES (ORCPT + 99 others); Mon, 22 Jul 2019 11:04:18 -0400 Received: from verein.lst.de ([213.95.11.211]:32994 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726713AbfGVPER (ORCPT ); Mon, 22 Jul 2019 11:04:17 -0400 Received: by verein.lst.de (Postfix, from userid 2005) id 9F97668B20; Mon, 22 Jul 2019 17:04:14 +0200 (CEST) From: Torsten Duwe To: Maxime Ripard , Chen-Yu Tsai , Rob Herring , Mark Rutland , Thierry Reding , David Airlie , Daniel Vetter , Andrzej Hajda , Laurent Pinchart , Icenowy Zheng , Sean Paul , Vasily Khoruzhick , Harald Geyer , Greg Kroah-Hartman , Thomas Gleixner Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Bcc:duwe"@lst.de Subject: [PATCH v2 0/7] Add anx6345 DP/eDP bridge for Olimex Teres-I Message-Id: <20190722150414.9F97668B20@verein.lst.de> Date: Mon, 22 Jul 2019 17:04:14 +0200 (CEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ANX6345 LVTTL->eDP video bridge, driver with device tree bindings. Changes from v2: * use SPDX-IDs throughout * removed the panel output again, as it was not what Maxime had in mind. At least the Teres-I does very well without. No connector spec, no "quirks"[1], just plain EDID at work. * binding clarifications and cosmetic changes as suggested by Andrzej Changes from v1: * fixed up copyright information. Most code changes are only moves and thus retain copyright and module ownership. Even the new analogix-anx6345.c originates from the old 1495-line analogix-anx78xx.c, with 306 insertions and 987 deletions (ignoring the trivial anx78xx -> anx6345 replacements) 306 new vs. 508 old... * fixed all minor formatting issues brought up * merged previously separate new analogix_dp_i2c module into existing analogix_dp * split additional defines into a preparatory patch * renamed the factored-out common functions anx_aux_* -> anx_dp_aux_*, because anx_...aux_transfer was exported globally. Besides, it is now GPL-only exported. * moved chip ID read into a separate function. * keep the chip powered after a successful probe. (There's a good chance that this is the only display during boot!) * updated the binding document: LVTTL input is now required, only the output side description is optional. Laurent: I have also looked into the drm_panel_bridge infrastructure, but it's not that trivial to convert these drivers to it. Changes from the respective previous versions: * the reset polarity is corrected in DT and the driver; things should be clearer now. * as requested, add a panel (the known innolux,n116bge) and connect the ports. * renamed dvdd?? to *-supply to match the established scheme * trivial update to the #include list, to make it compile in 5.2 -------------- [1] I hesitate to associate information about a connected panel with that term. But should it be neccessary for maximum power saving (e.g. pinebooks), it would be good to have something here, regardless of nomenclature. Torsten