From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v5 0/6] drm/rockchip: px30 dsi support Date: Mon, 16 Dec 2019 12:17:53 +0100 Message-ID: <4524104.zPHHQK04YB@phil> References: <20191209143130.4553-1-heiko@sntech.de> <8a071340-6452-4de3-10c9-393bce815ad7@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8a071340-6452-4de3-10c9-393bce815ad7@baylibre.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Neil Armstrong Cc: bivvy.bi@rock-chips.com, jernej.skrabec@siol.net, kuninori.morimoto.gx@renesas.com, jonas@kwiboo.se, sean@poorly.run, xzy.xu@rock-chips.com, philippe.cornu@st.com, dri-devel@lists.freedesktop.org, hjc@rock-chips.com, yannick.fertre@st.com, nickey.yang@rock-chips.com, eddie.cai@rock-chips.com, Laurent.pinchart@ideasonboard.com, linux-rockchip@lists.infradead.org, sam@ravnborg.org, christoph.muellner@theobroma-systems.com List-Id: linux-rockchip.vger.kernel.org Hi Neil, Am Montag, 16. Dezember 2019, 11:40:00 CET schrieb Neil Armstrong: > On 09/12/2019 15:31, Heiko Stuebner wrote: > > From: Heiko Stuebner > > > > This series addes support for the px30 Rockchip soc to the dsi driver. > > This includes support for external dsi-phys like used on the px30. > > > > What happened between v1 and v5? The then separate dsi hs2lp timing > > patch happened ;-) . As both it and this series touch similar areas > > in the dsi driver ordering becomes an issue and so combining them to > > make ordering explicit is helpful. v2-v4 where then iterations of the > > timing patch. > > > > So this v5 is mainly rebased on 5.5-rc1 and rechecked against drm-misc. > > > > Heiko Stuebner (6): > > drm/bridge/synopsys: dsi: driver-specific configuration of phy timings > > drm/bridge/synopsys: dsi: move phy_ops callbacks around panel > > enablement > > dt-bindings: display: rockchip-dsi: document external phys > > drm/rockchip: add ability to handle external dphys in mipi-dsi > > dt-bindings: display: rockchip-dsi: add px30 compatible > > drm/rockchip: dsi: add px30 support > > > > .../display/rockchip/dw_mipi_dsi_rockchip.txt | 13 +- > > drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 40 ++-- > > drivers/gpu/drm/rockchip/Kconfig | 1 + > > .../gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 173 +++++++++++++++++- > > drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 13 ++ > > include/drm/bridge/dw_mipi_dsi.h | 9 + > > 6 files changed, 227 insertions(+), 22 deletions(-) > > > > You can go ahead and merge the whole serie with bridge stuff into drm-misc-next if you want, > or I can do it. I've applied the patches to drm-misc-next now (after double checking again). Thanks a lot for doing the reviews Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C26AC43603 for ; Mon, 16 Dec 2019 11:18:15 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4761C2072B for ; Mon, 16 Dec 2019 11:18:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4761C2072B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 993C26E4C9; Mon, 16 Dec 2019 11:18:14 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id DB9556E4C9 for ; Mon, 16 Dec 2019 11:18:12 +0000 (UTC) Received: from wf0651.dip.tu-dresden.de ([141.76.182.139] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1igoNu-0007np-RY; Mon, 16 Dec 2019 12:17:54 +0100 From: Heiko Stuebner To: Neil Armstrong Subject: Re: [PATCH v5 0/6] drm/rockchip: px30 dsi support Date: Mon, 16 Dec 2019 12:17:53 +0100 Message-ID: <4524104.zPHHQK04YB@phil> In-Reply-To: <8a071340-6452-4de3-10c9-393bce815ad7@baylibre.com> References: <20191209143130.4553-1-heiko@sntech.de> <8a071340-6452-4de3-10c9-393bce815ad7@baylibre.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bivvy.bi@rock-chips.com, jernej.skrabec@siol.net, kuninori.morimoto.gx@renesas.com, jonas@kwiboo.se, sean@poorly.run, xzy.xu@rock-chips.com, philippe.cornu@st.com, dri-devel@lists.freedesktop.org, hjc@rock-chips.com, yannick.fertre@st.com, nickey.yang@rock-chips.com, eddie.cai@rock-chips.com, Laurent.pinchart@ideasonboard.com, linux-rockchip@lists.infradead.org, sam@ravnborg.org, christoph.muellner@theobroma-systems.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Neil, Am Montag, 16. Dezember 2019, 11:40:00 CET schrieb Neil Armstrong: > On 09/12/2019 15:31, Heiko Stuebner wrote: > > From: Heiko Stuebner > > > > This series addes support for the px30 Rockchip soc to the dsi driver. > > This includes support for external dsi-phys like used on the px30. > > > > What happened between v1 and v5? The then separate dsi hs2lp timing > > patch happened ;-) . As both it and this series touch similar areas > > in the dsi driver ordering becomes an issue and so combining them to > > make ordering explicit is helpful. v2-v4 where then iterations of the > > timing patch. > > > > So this v5 is mainly rebased on 5.5-rc1 and rechecked against drm-misc. > > > > Heiko Stuebner (6): > > drm/bridge/synopsys: dsi: driver-specific configuration of phy timings > > drm/bridge/synopsys: dsi: move phy_ops callbacks around panel > > enablement > > dt-bindings: display: rockchip-dsi: document external phys > > drm/rockchip: add ability to handle external dphys in mipi-dsi > > dt-bindings: display: rockchip-dsi: add px30 compatible > > drm/rockchip: dsi: add px30 support > > > > .../display/rockchip/dw_mipi_dsi_rockchip.txt | 13 +- > > drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 40 ++-- > > drivers/gpu/drm/rockchip/Kconfig | 1 + > > .../gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 173 +++++++++++++++++- > > drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 13 ++ > > include/drm/bridge/dw_mipi_dsi.h | 9 + > > 6 files changed, 227 insertions(+), 22 deletions(-) > > > > You can go ahead and merge the whole serie with bridge stuff into drm-misc-next if you want, > or I can do it. I've applied the patches to drm-misc-next now (after double checking again). Thanks a lot for doing the reviews Heiko _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel