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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 0B8C1C433E7 for ; Thu, 16 Jul 2020 23:32:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D91CF2076D for ; Thu, 16 Jul 2020 23:32:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="nFMORG0K" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727851AbgGPXcu (ORCPT ); Thu, 16 Jul 2020 19:32:50 -0400 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:8511 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbgGPXcn (ORCPT ); Thu, 16 Jul 2020 19:32:43 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 16 Jul 2020 15:45:45 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 16 Jul 2020 15:46:44 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 16 Jul 2020 15:46:44 -0700 Received: from [10.2.163.115] (172.20.13.39) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 16 Jul 2020 22:46:43 +0000 Subject: Re: [RFC PATCH v3 16/18] gpu: host1x: mipi: Split tegra_mipi_calibrate and tegra_mipi_wait To: Dmitry Osipenko , , , , , , , CC: , , , , , , References: <1594786855-26506-1-git-send-email-skomatineni@nvidia.com> <1594786855-26506-17-git-send-email-skomatineni@nvidia.com> <20d63eca-4b2b-584e-a391-a4fb64a16b40@nvidia.com> From: Sowjanya Komatineni Message-ID: Date: Thu, 16 Jul 2020 15:49:35 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [172.20.13.39] X-ClientProxiedBy: HQMAIL107.nvidia.com (172.20.187.13) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: en-US DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1594939545; bh=DBU7rkpSwcdm/T9Ofc9hoI63/nUNEGD1koFVXFhF+U4=; h=X-PGP-Universal:Subject:To:CC:References:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Transfer-Encoding: Content-Language; b=nFMORG0KBm13wQActfeNEGrE1zTfVIyfLJ//f9isZ71e/0m8pSHRFZfxn4Vch+PrK m467l/dCABGM7cypucxeKSO7ihOtmWx2RYRe7ASI+CVwCl89tYZv523OzYt7r+a/Gj QEQJ9pQrzdrWWDsMo1MpeBY8uEOrwGKZcACUvLn7z02tudMGWgEtwLcbDFGcxOxron CFiXdEhydMgbm3yuCd+qzK66L+0iuMRtQ6UtJWoqiN62PuoBS+T3mnls2EKz39D1Qk pXAhGvVOx+t5lirI3vJWIgYvdkLb16b8GqcnX8Mu2SazjFJC+gFicbqDU7WC+jQG0r SGZbpO91WJQdA== Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On 7/16/20 2:18 PM, Dmitry Osipenko wrote: > 17.07.2020 00:09, Sowjanya Komatineni =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> On 7/16/20 1:38 PM, Dmitry Osipenko wrote: >>> 15.07.2020 07:20, Sowjanya Komatineni =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>>> SW can trigger MIPI pads calibration any time after power on >>>> but calibration results will be latched and applied to the pads >>>> by MIPI CAL unit only when the link is in LP-11 state and then >>>> status register will be updated. >>>> >>>> For CSI, trigger of pads calibration happen during CSI stream >>>> enable where CSI receiver is kept ready prior to sensor or CSI >>>> transmitter stream start. >>>> >>>> So, pads may not be in LP-11 at this time and waiting for the >>>> calibration to be done immediate after calibration start will >>>> result in timeout. >>>> >>>> This patch splits tegra_mipi_calibrate() and tegra_mipi_wait() >>>> so triggering for calibration and waiting for it to complete can >>>> happen at different stages. >>>> >>>> Signed-off-by: Sowjanya Komatineni >>>> --- >>> ... >>>> =C2=A0 int tegra_mipi_calibrate(struct tegra_mipi_device *device) >>>> =C2=A0 { >>>> @@ -370,12 +381,10 @@ int tegra_mipi_calibrate(struct >>>> tegra_mipi_device *device) >>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 value |=3D MIPI_CAL_CTRL_START; >>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tegra_mipi_writel(device->mipi, value,= MIPI_CAL_CTRL); >>>> =C2=A0 -=C2=A0=C2=A0=C2=A0 err =3D tegra_mipi_wait(device->mipi); >>> Doesn't MIPI clock need to be enabled during of the calibration process= ? >> MIPI clock is already enabled in tegra_mipi_calibrate >>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mutex_unlock(&device->mipi->lock); >>>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 clk_disable(device->mipi->clk); > What keeps MIPI clock enabled after completion of the > tegra_mipi_calibrate() invocation? MIPI clock is disabled at end of tegra_mipi_calibrate and is re-enabled=20 during tegra_mipi_wait. I think I should fix this to keep the clock enabled till calibration=20 results are latched. All consumers of tegra_mipi_calibrate() will call tegra_mipi_wait(). So will remove clk_disable mipi clk at end of tegra_mipi_calibrate() and=20 clk_enable mipi_clk at beginning of tegra_mipi_wait() > >>>> =C2=A0 -=C2=A0=C2=A0=C2=A0 return err; >>>> +=C2=A0=C2=A0=C2=A0 return 0; >>>> =C2=A0 } >>>> =C2=A0 EXPORT_SYMBOL(tegra_mipi_calibrate);