Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Maxime Ripard and committed by
Kishon Vijay Abraham I
1baafbe4 2204b2c4

+2 -1
+2 -1
include/linux/phy/phy-mipi-dphy.h
··· 269 269 /** 270 270 * @lanes: 271 271 * 272 - * Number of active data lanes used for the transmissions. 272 + * Number of active, consecutive, data lanes, starting from 273 + * lane 0, used for the transmissions. 273 274 */ 274 275 unsigned char lanes; 275 276 };