]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: imx-mipi-csis: Add num_data_lanes to mipi_csis_device
authorIsaac Scott <isaac.scott@ideasonboard.com>
Wed, 29 Oct 2025 18:03:20 +0000 (18:03 +0000)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Thu, 13 Nov 2025 09:57:52 +0000 (10:57 +0100)
commit5c731dba1d8b92ecb935031cf33dabb2bd6793c4
tree4297ff0437cc307f36c040c6fb3f7a45a828c4b4
parente10d6d961842d1619ca172f11dfb33d1fae46b5b
media: imx-mipi-csis: Add num_data_lanes to mipi_csis_device

Add the num_data_lanes field to the mipi_csis_device struct, and set it
equal to csis->bus.num_data_lanes. This is in preparation to support
cases when the data lanes actively used differs from the maximum
supported data lanes.

No functional changes intended by this commit.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Isaac Scott <isaac.scott@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/nxp/imx-mipi-csis.c