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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55B4BC433F5 for ; Tue, 21 Dec 2021 18:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240986AbhLUSKV (ORCPT ); Tue, 21 Dec 2021 13:10:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240984AbhLUSKV (ORCPT ); Tue, 21 Dec 2021 13:10:21 -0500 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41D88C061574 for ; Tue, 21 Dec 2021 10:10:21 -0800 (PST) Received: by mail-pj1-x102d.google.com with SMTP id f18-20020a17090aa79200b001ad9cb23022so9108pjq.4 for ; Tue, 21 Dec 2021 10:10:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=4FuABV3XoqwgxmPM2DVzmvHufVQQiVq0PwOIhRuBkJE=; b=TCQ4oKSx2h35z3HXnqfYySrjNvdMuc/a9FIZIXm18lo9JdL3cV3xZb5ypxinwh0Y1R M9b9pFFM78FvWj1v05ipFHfOvZNIlV9o6WWOsHUg9vDhuigbYTkXirFMHS0bxYoBtuPO XRBeTOeKmXx4E4gDxUGkfuabR8qoJ7DZ90dLsb31Xi1RTncgx6YI2v6co0yjZkgFkT1G RTSy2JBvPo4zm83lw/ez4HvGOHCeB17hDq8N3ZOKe74bfBhgxzIiuoL/9lTm1AHJpSMH pHkYtC34d+qM0DDXrmO5dStKWVO1tKpVy605tBCgn0Xuq/QIe6Goa4Pbbqr1Uqzz6l29 waug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=4FuABV3XoqwgxmPM2DVzmvHufVQQiVq0PwOIhRuBkJE=; b=snFN+OVgkCjAyd/oBXGAJMfajud/RFg8gLHwdn/kig6jY1nCP0o16+sWavB1z67rdF /bGe3JWY42KDHmx9F+Mo9GENrCeZX7deVuyUzqEznRQpuClQGoRpGUq1YdOt4fBTsWWp VFOaT7v3C//XP77ybOT6FJgYABpYCXDWTtddzxZbqanRLz7+HxG2YsnFwP7gSe0ZEzO/ j/93IsIytoYQWahwkiw7XokQjHtAx+tG+2ESAGAnO8CoKy6KAzx+9gqWpAzzfluPxGoA 0fvhdnDswZTpGPx10Mf8l+vHlqtacj/DXIaUZJkqYYAgC39zN5+3QpsY8iUUhDAVLjj/ 4b1A== X-Gm-Message-State: AOAM530FmHjUlGugEusocyqAWuo5+PhtH96yBgtzLTdip0BB8aZa7j+l aKhnSqDb3keQPYAFUnKZz4w5fSjopEid5HINDysupA== X-Google-Smtp-Source: ABdhPJyS4DlfdDaRd80TupBPC+uE1c6GlFCyekTNS0D5lSfHTXGWJT77wKdvjjaQkWF/w74WHVm6w0Nq/T5hEN505FQ= X-Received: by 2002:a17:90b:3e8c:: with SMTP id rj12mr5331171pjb.152.1640110220761; Tue, 21 Dec 2021 10:10:20 -0800 (PST) MIME-Version: 1.0 References: <20211002233447.1105-1-digetx@gmail.com> In-Reply-To: From: Robert Foss Date: Tue, 21 Dec 2021 19:10:09 +0100 Message-ID: Subject: Re: [PATCH v1 0/5] Improvements for TC358768 DSI bridge driver To: Dmitry Osipenko Cc: Thierry Reding , Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maxim Schwalm , Andreas Westman Dorcsak , =?UTF-8?Q?P=C3=A9ter_Ujfalusi?= , David Airlie , Daniel Vetter , dri-devel , linux-tegra@vger.kernel.org, linux-kernel Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hey Dmitry, On Sun, 19 Dec 2021 at 17:02, Dmitry Osipenko wrote: > > 19.10.2021 23:37, Dmitry Osipenko =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > 19.10.2021 12:47, Robert Foss =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> Applied to drm-misc-next > >> > >> On Sun, 3 Oct 2021 at 01:35, Dmitry Osipenko wrote: > >>> > >>> This series adds couple improvements to the TC358768 DSI bridge drive= r, > >>> enabling Panasonic VVX10F004B00 DSI panel support. This panel is used= by > >>> ASUS Transformer TF700T tablet, which is ready for upstream kernel an= d > >>> display panel support is the biggest missing part. > >>> > >>> Dmitry Osipenko (5): > >>> drm/bridge: tc358768: Enable reference clock > >>> drm/bridge: tc358768: Support pulse mode > >>> drm/bridge: tc358768: Calculate video start delay > >>> drm/bridge: tc358768: Disable non-continuous clock mode > >>> drm/bridge: tc358768: Correct BTACNTRL1 programming > >>> > >>> drivers/gpu/drm/bridge/tc358768.c | 94 +++++++++++++++++++++++------= -- > >>> 1 file changed, 71 insertions(+), 23 deletions(-) > >>> > >>> -- > >>> 2.32.0 > >>> > > > > Robert, thank you for taking care of these patches! Now nothing is > > holding us from upstreaming the device-tree of the Transformer tablet. > > > > Hello Robert, > > These patches spent 2 months in drm-misc-next, will they graduate into > v5.17 or something special needs to be done for that? They series has landed in linux-next, and will be in v5.17 if nothing catastrophic happens. Rob. 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id CFA5DC433EF for ; Tue, 21 Dec 2021 18:10:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DD7BF10F75E; Tue, 21 Dec 2021 18:10:21 +0000 (UTC) Received: from mail-pj1-x102c.google.com (mail-pj1-x102c.google.com [IPv6:2607:f8b0:4864:20::102c]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2EE9F10F772 for ; Tue, 21 Dec 2021 18:10:21 +0000 (UTC) Received: by mail-pj1-x102c.google.com with SMTP id a11-20020a17090a854b00b001b11aae38d6so31217pjw.2 for ; Tue, 21 Dec 2021 10:10:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=4FuABV3XoqwgxmPM2DVzmvHufVQQiVq0PwOIhRuBkJE=; b=TCQ4oKSx2h35z3HXnqfYySrjNvdMuc/a9FIZIXm18lo9JdL3cV3xZb5ypxinwh0Y1R M9b9pFFM78FvWj1v05ipFHfOvZNIlV9o6WWOsHUg9vDhuigbYTkXirFMHS0bxYoBtuPO XRBeTOeKmXx4E4gDxUGkfuabR8qoJ7DZ90dLsb31Xi1RTncgx6YI2v6co0yjZkgFkT1G RTSy2JBvPo4zm83lw/ez4HvGOHCeB17hDq8N3ZOKe74bfBhgxzIiuoL/9lTm1AHJpSMH pHkYtC34d+qM0DDXrmO5dStKWVO1tKpVy605tBCgn0Xuq/QIe6Goa4Pbbqr1Uqzz6l29 waug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=4FuABV3XoqwgxmPM2DVzmvHufVQQiVq0PwOIhRuBkJE=; b=UxHtgluNrtCaAg8ByXnPwmCGt56U14SmuvbU7u0FDjVtc4p0GJbMdxQlfsLSeie3oO UI+UGDylA9Hlk6+/LNvjnDjTPlpiTy7O2iCHjtohW8YuhAwi21i8gf8PoDbcIJZC1dsD pwBg9L3eZe1+O6h7NbtdcQsp4XxX8YFRqMMFNRuYsGZbSwsddLMZv4KphECA1B7RyeGa dwIRk1C6gKRYeh7eiUE/kT3AmRYNiDcG4cpB1lvrAQASRiVY5jGRyAbzZP6JvHhJUi3c yRSm9N9UTJ99U6cTHpXmEF5cc4R/rssJTyahWtQ93XgQEQwtZc0hNzRSoSqzCNVv+/Sn NXEQ== X-Gm-Message-State: AOAM532t5x/H5aH4wCj0Xd1Mx+xKqG1i4awk+1PCts0ne4+V/ihior8l hO+0JOowE8ikMEfvZnPSeQCqOyD1HX1z2Q058gElxA== X-Google-Smtp-Source: ABdhPJyS4DlfdDaRd80TupBPC+uE1c6GlFCyekTNS0D5lSfHTXGWJT77wKdvjjaQkWF/w74WHVm6w0Nq/T5hEN505FQ= X-Received: by 2002:a17:90b:3e8c:: with SMTP id rj12mr5331171pjb.152.1640110220761; Tue, 21 Dec 2021 10:10:20 -0800 (PST) MIME-Version: 1.0 References: <20211002233447.1105-1-digetx@gmail.com> In-Reply-To: From: Robert Foss Date: Tue, 21 Dec 2021 19:10:09 +0100 Message-ID: Subject: Re: [PATCH v1 0/5] Improvements for TC358768 DSI bridge driver To: Dmitry Osipenko Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Andreas Westman Dorcsak , Jonas Karlman , David Airlie , Maxim Schwalm , dri-devel , Neil Armstrong , linux-kernel , Jernej Skrabec , Andrzej Hajda , Thierry Reding , Laurent Pinchart , linux-tegra@vger.kernel.org, =?UTF-8?Q?P=C3=A9ter_Ujfalusi?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hey Dmitry, On Sun, 19 Dec 2021 at 17:02, Dmitry Osipenko wrote: > > 19.10.2021 23:37, Dmitry Osipenko =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > 19.10.2021 12:47, Robert Foss =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> Applied to drm-misc-next > >> > >> On Sun, 3 Oct 2021 at 01:35, Dmitry Osipenko wrote: > >>> > >>> This series adds couple improvements to the TC358768 DSI bridge drive= r, > >>> enabling Panasonic VVX10F004B00 DSI panel support. This panel is used= by > >>> ASUS Transformer TF700T tablet, which is ready for upstream kernel an= d > >>> display panel support is the biggest missing part. > >>> > >>> Dmitry Osipenko (5): > >>> drm/bridge: tc358768: Enable reference clock > >>> drm/bridge: tc358768: Support pulse mode > >>> drm/bridge: tc358768: Calculate video start delay > >>> drm/bridge: tc358768: Disable non-continuous clock mode > >>> drm/bridge: tc358768: Correct BTACNTRL1 programming > >>> > >>> drivers/gpu/drm/bridge/tc358768.c | 94 +++++++++++++++++++++++------= -- > >>> 1 file changed, 71 insertions(+), 23 deletions(-) > >>> > >>> -- > >>> 2.32.0 > >>> > > > > Robert, thank you for taking care of these patches! Now nothing is > > holding us from upstreaming the device-tree of the Transformer tablet. > > > > Hello Robert, > > These patches spent 2 months in drm-misc-next, will they graduate into > v5.17 or something special needs to be done for that? They series has landed in linux-next, and will be in v5.17 if nothing catastrophic happens. Rob.