summaryrefslogtreecommitdiffstats
path: root/include/linux/phy
diff options
context:
space:
mode:
authorMaxime Ripard2019-01-21 16:45:48 +0100
committerKishon Vijay Abraham I2019-02-07 06:41:05 +0100
commit1baafbe482e54c020751796d7bfdee669acca58b (patch)
treef8658630638b9087d5dda5fc313c80bbd1f2462a /include/linux/phy
parentphy: dphy: Change units of wakeup and init parameters (diff)
downloadkernel-qcow2-linux-1baafbe482e54c020751796d7bfdee669acca58b.tar.gz
kernel-qcow2-linux-1baafbe482e54c020751796d7bfdee669acca58b.tar.xz
kernel-qcow2-linux-1baafbe482e54c020751796d7bfdee669acca58b.zip
phy: dphy: Clarify lanes parameter documentation
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 <sakari.ailus@iki.fi> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/linux/phy')
-rw-r--r--include/linux/phy/phy-mipi-dphy.h3
1 files changed, 2 insertions, 1 deletions
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;
};