Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6372128imu; Mon, 21 Jan 2019 07:49:33 -0800 (PST) X-Google-Smtp-Source: ALg8bN5CvLcZ9j7PRIdl+IdYiMW69cgm2QMfSGwy4DK5YIedxxSH1QeAmDdUxpM9xdIBQxbaMKk2 X-Received: by 2002:a62:13c3:: with SMTP id 64mr30176747pft.93.1548085773778; Mon, 21 Jan 2019 07:49:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548085773; cv=none; d=google.com; s=arc-20160816; b=cW6G11hFGjNF41zdcN01+95FOGNo9T9iBg8h5xu37LZiAidQANrSgmnkAVx5V8Is17 S++p4iPkiz+gVeTxJIktTObYAyhO+/PCOiBuqTX+chxPrFFRUIFhw0Ug52x1sepkUgRm D+jXZglButkFgCaZjHL8PtuZGcqmRZ1els6U2ebXLb6TEmT202PFWLoWnqH9IfW6q+SI z7lPmX/OcDCOd2GvTSEah8l7aZSOHx8bnko9yt4FFeACtCZ2U//apILUYoWpPdVMy7sJ lvQ8nRfIHnYeNG8wrr9WlmwdaAKBA7KDVsPnKTHZUL9swVNsVtV7DcOmueHW/5Kn4njD Uw6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=s+HT4YvFOQmNjyoRu7U8r2k/lPJzSG50o6dqDvq1lec=; b=vMBEeNGfvAcYKXBbxAFP5/l8T9hcW25ymiUfeOUhkMN4DcIgOdTqvtOgrOPyc/zIGE WkTJDsMAcr8DBNM2FzcWv7Lg4pTwti3EJNc/MebCFjqPtji+FPbxJLejsYJonzLvHlwo 9G50rK8ugSA6TuLV6vrmNj/d0PlITeghyHDGGbvXk1MF7n1hRwSUoMz+auQDvKGvNRCG snq4MjJ1LciLJ5bjk/W7VK7gD+Wz2I+SCSxxxi1dc8/9oQubYbHueajFxJV55EUY2qaC N2zfisnoVxZdpvUyeuKAEolIhc5SXcqeLXMkTngEhjJ2cF4HxlaOrxspEACXbh8RmnIH ftfg== 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 g63si12448607pfc.60.2019.01.21.07.49.18; Mon, 21 Jan 2019 07:49:33 -0800 (PST) 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 S1730153AbfAUPrZ (ORCPT + 99 others); Mon, 21 Jan 2019 10:47:25 -0500 Received: from mail.bootlin.com ([62.4.15.54]:32917 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730597AbfAUPqO (ORCPT ); Mon, 21 Jan 2019 10:46:14 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id CEF3F20A2E; Mon, 21 Jan 2019 16:46:11 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost (unknown [185.94.189.187]) by mail.bootlin.com (Postfix) with ESMTPSA id 5A80020C13; Mon, 21 Jan 2019 16:45:57 +0100 (CET) From: Maxime Ripard To: Kishon Vijay Abraham I Cc: Thomas Petazzoni , Laurent Pinchart , linux-media@vger.kernel.org, Archit Taneja , Andrzej Hajda , Chen-Yu Tsai , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Krzysztof Witos , Rafal Ciepiela , Maarten Lankhorst , Sean Paul , Maxime Ripard , Sakari Ailus , Sakari Ailus Subject: [PATCH v5 3/9] phy: dphy: Clarify lanes parameter documentation Date: Mon, 21 Jan 2019 16:45:48 +0100 Message-Id: <5d226c00c7e31273687b55f84b2bcc4d16a43efe.1548085432.git-series.maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The lanes parameter is not solely about the number of lanes, but it also carries the fact that those are the first lanes in use during the transmission. It was implicit so far, so make sure it's explicit now. Suggested-by: Sakari Ailus Acked-by: Sakari Ailus Signed-off-by: Maxime Ripard --- include/linux/phy/phy-mipi-dphy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/phy/phy-mipi-dphy.h b/include/linux/phy/phy-mipi-dphy.h index 627d28080d3a..a877ffee845d 100644 --- a/include/linux/phy/phy-mipi-dphy.h +++ b/include/linux/phy/phy-mipi-dphy.h @@ -269,7 +269,8 @@ struct phy_configure_opts_mipi_dphy { /** * @lanes: * - * Number of active data lanes used for the transmissions. + * Number of active, consecutive, data lanes, starting from + * lane 0, used for the transmissions. */ unsigned char lanes; }; -- git-series 0.9.1