Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp598323pxu; Thu, 15 Oct 2020 11:31:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYSa1cESunj6ORerXUF6oyKgKtoxqRi24tAAEL6XzoUUxZ9q8sydHqD+WW2aaMnXWmG3Ac X-Received: by 2002:a05:6402:c12:: with SMTP id co18mr5761453edb.162.1602786695898; Thu, 15 Oct 2020 11:31:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602786695; cv=none; d=google.com; s=arc-20160816; b=dFCiNb9UqMan2Ukn8uoLcOAqgacwNSuNJY6643rSq0Nm+g+6vib9VmfUcKmyww+O7x Pxi8RKun/sgohXkZQNGTb40KkgMuMrEDd9ygyl+Arb1kFrOaUI4P+jLMNH9Kr6uO/wMc CRVAUVQR86I7ofspRGmamaIHSIjWbWw49bBMGjRVO2kTUu2WPsxRAc5DvhqSKcV23ys4 S6rEkoPf5kZKH971I3XipXKsaFwa4/jlInlS3s4bFJXdLaJ0oE0duye0QtFbEqcUmVA1 nt6plGlJYDgBB/zhTcmWCKGt1VyGYQ2PNERcbS/eoEdLrFw9FjEHfuiGn/08qWX5bgYZ iLzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=SZ+cPsPPKDrMm6xW/NItDM0Xg4IZpbbBPoAHT4MjS+0=; b=QUc830EpmOY4Lp6Cv5Vd2OpnozrXeluEl2DsWA+EMpG4bWNKdQF6n0TdeqtU/uBICV BR9wEmyu/ElozwYzoYrnvxj4N2gwBCpltdEfLFUmTolsIM7bpdJPngkJTCApzeDeoLqm IAaYpyaGv7R17lXQuAy/e8y43gQkBXpO2DB/pppBiykn4w+jGvtn003aD7YvVxLm/3VT PBeMLHiy+mKsupMRYO22uMMJhHuxwSCQ7IIcZRJjVE2zS0MEHOzXtOOJ9PrgsQvLCElS B0lmiqI22KMnM/I8zLvuY9gdj1tJF+5kS8iZCRBNig1qDWZIGSy73c5kQyszxs5xc1Uq CDvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n9si2380392edv.393.2020.10.15.11.31.10; Thu, 15 Oct 2020 11:31:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389834AbgJOQ1m (ORCPT + 99 others); Thu, 15 Oct 2020 12:27:42 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36583 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389721AbgJOQ1m (ORCPT ); Thu, 15 Oct 2020 12:27:42 -0400 X-Originating-IP: 93.34.118.233 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 3173CFF805; Thu, 15 Oct 2020 16:27:38 +0000 (UTC) From: Jacopo Mondi To: kieran.bingham+renesas@ideasonboard.com, laurent.pinchart+renesas@ideasonboard.com, niklas.soderlund+renesas@ragnatech.se Cc: Jacopo Mondi , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Hyun Kwon , Manivannan Sadhasivam Subject: [PATCH v2 3/7] media: i2c: max9286: Break-out reverse channel setup Date: Thu, 15 Oct 2020 20:27:06 +0200 Message-Id: <20201015182710.54795-4-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201015182710.54795-1-jacopo+renesas@jmondi.org> References: <20201015182710.54795-1-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Break out the reverse channel setup configuration procedure to its own function. This change prepares for configuring the reverse channel conditionally to the remote side high threshold configuration. No functional changes intended. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/max9286.c | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index d969ac21a058..89a7248f5c25 100644 --- a/drivers/media/i2c/max9286.c +++ b/drivers/media/i2c/max9286.c @@ -906,6 +906,22 @@ static void max9286_v4l2_unregister(struct max9286_priv *priv) * Probe/Remove */ +static void max9286_reverse_channel_setup(struct max9286_priv *priv) +{ + /* + * Reverse channel setup. + * + * - Enable custom reverse channel configuration (through register 0x3f) + * and set the first pulse length to 35 clock cycles. + * - Increase the reverse channel amplitude to 170mV to accommodate the + * high threshold enabled by the serializer driver. + */ + max9286_write(priv, 0x3f, MAX9286_EN_REV_CFG | MAX9286_REV_FLEN(35)); + max9286_write(priv, 0x3b, MAX9286_REV_TRF(1) | MAX9286_REV_AMP(70) | + MAX9286_REV_AMP_X); + usleep_range(2000, 2500); +} + static int max9286_setup(struct max9286_priv *priv) { /* @@ -941,19 +957,7 @@ static int max9286_setup(struct max9286_priv *priv) * only. This should be disabled after the mux is initialised. */ max9286_configure_i2c(priv, true); - - /* - * Reverse channel setup. - * - * - Enable custom reverse channel configuration (through register 0x3f) - * and set the first pulse length to 35 clock cycles. - * - Increase the reverse channel amplitude to 170mV to accommodate the - * high threshold enabled by the serializer driver. - */ - max9286_write(priv, 0x3f, MAX9286_EN_REV_CFG | MAX9286_REV_FLEN(35)); - max9286_write(priv, 0x3b, MAX9286_REV_TRF(1) | MAX9286_REV_AMP(70) | - MAX9286_REV_AMP_X); - usleep_range(2000, 2500); + max9286_reverse_channel_setup(priv); /* * Enable GMSL links, mask unused ones and autodetect link -- 2.28.0