public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: qcom: camss: document csiphy_lanes_cfg structure
@ 2024-11-28 20:01 David Heidelberg
  2024-11-28 22:31 ` Bryan O'Donoghue
  0 siblings, 1 reply; 2+ messages in thread
From: David Heidelberg @ 2024-11-28 20:01 UTC (permalink / raw)
  To: Robert Foss, Todor Tomov, Bryan O'Donoghue,
	Mauro Carvalho Chehab
  Cc: Caleb Connolly, David Heidelberg, linux-media, linux-arm-msm,
	linux-kernel

From: Caleb Connolly <caleb.connolly@linaro.org>

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
---
 drivers/media/platform/qcom/camss/camss-csiphy.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git ./drivers/media/platform/qcom/camss/camss-csiphy.h ./drivers/media/platform/qcom/camss/camss-csiphy.h
index eebc1ff1cfab..e3b9e8f12806 100644
--- ./drivers/media/platform/qcom/camss/camss-csiphy.h
+++ ./drivers/media/platform/qcom/camss/camss-csiphy.h
@@ -26,6 +26,12 @@ struct csiphy_lane {
 	u8 pol;
 };
 
+/**
+ * struct csiphy_lanes_cfg - CSIPHY lanes configuration
+ * @num_data: number of data lanes
+ * @data:     data lanes configuration
+ * @clk:      clock lane configuration (only for D-PHY)
+ */
 struct csiphy_lanes_cfg {
 	int num_data;
 	struct csiphy_lane *data;
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-28 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 20:01 [PATCH] media: qcom: camss: document csiphy_lanes_cfg structure David Heidelberg
2024-11-28 22:31 ` Bryan O'Donoghue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox