linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add g_csi_active_lanes for dynamic active lanes
@ 2019-09-24 11:49 Philipp Zabel
  2019-09-24 11:49 ` [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op Philipp Zabel
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philipp Zabel @ 2019-09-24 11:49 UTC (permalink / raw)
  To: linux-media; +Cc: Hans Verkuil, Mats Randgaard, Steve Longerbeam, kernel

Some MIPI CSI-2 transmitters, such as TC358743 can dynamically change
the number of active data lanes depending on the bandwidth needs for the
selected video format. This patchset adds a subdevice video operation
g_csi_active_lanes() to let the MIPI CSI-2 receiver query the number of
active lanes and change its configuration accordingly.

Changes since v3 [1]:
- Add g_csi_active_lanes() subdevice video operation,
  implement it in tc358743, and use it in imx6-mipi-csi2.

[1] https://patchwork.linuxtv.org/patch/53331/

regards
Philipp

Philipp Zabel (3):
  media: v4l2-subdev: add g_csi_active_lanes() op
  media: tc358743: fix connected/active CSI-2 lane reporting
  media: imx: ask source subdevice for number of active data lanes

 drivers/media/i2c/tc358743.c               | 44 ++++++++++++++++------
 drivers/staging/media/imx/imx6-mipi-csi2.c |  8 ++--
 include/media/v4l2-subdev.h                |  3 ++
 3 files changed, 39 insertions(+), 16 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-09-25 15:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 11:49 [PATCH v4 0/3] Add g_csi_active_lanes for dynamic active lanes Philipp Zabel
2019-09-24 11:49 ` [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op Philipp Zabel
2019-09-25 13:41   ` Laurent Pinchart
2019-09-25 14:51     ` Jacopo Mondi
2019-09-25 15:08       ` Philipp Zabel
2019-09-25 14:57     ` Philipp Zabel
2019-09-24 11:49 ` [PATCH v4 2/3] media: tc358743: fix connected/active CSI-2 lane reporting Philipp Zabel
2019-09-24 11:49 ` [PATCH v4 3/3] media: imx: ask source subdevice for number of active data lanes Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).