All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] media: CSI-2 configuration to frame desc
@ 2022-04-26  7:02 Tomi Valkeinen
  2022-04-26  7:02 ` [PATCH v2 1/3] media: Add bus type to frame descriptors Tomi Valkeinen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tomi Valkeinen @ 2022-04-26  7:02 UTC (permalink / raw)
  To: linux-media, sakari.ailus, Jacopo Mondi, Laurent Pinchart,
	niklas.soderlund+renesas, Mauro Carvalho Chehab, Hans Verkuil,
	Pratyush Yadav, satish.nagireddy
  Cc: Tomi Valkeinen

Hi,

v2 of the csi-2 frame desc change. v1 can be found from:

https://lore.kernel.org/all/20220421142906.527918-1-tomi.valkeinen@ideasonboard.com/

These improve the frame descriptors so that the drivers can fill in the
CSI-2 datatype and virtual channel, and make the CAL driver use that
data if available.

The only change to v1 is in the CAL patch, so that it allows frame descs
with multiple streams (but prints a dev_dbg in that case) and always
picks the first one.

 Tomi

Sakari Ailus (2):
  media: Add bus type to frame descriptors
  media: Add CSI-2 bus configuration to frame descriptors

Tomi Valkeinen (1):
  media: ti: cal: use frame desc to get vc and dt

 drivers/media/platform/ti/cal/cal-camerarx.c | 27 +++++++++++
 drivers/media/platform/ti/cal/cal.c          | 49 +++++++++++++++++++-
 drivers/media/platform/ti/cal/cal.h          |  2 +
 include/media/v4l2-subdev.h                  | 36 ++++++++++++++
 4 files changed, 112 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-04-26 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26  7:02 [PATCH v2 0/3] media: CSI-2 configuration to frame desc Tomi Valkeinen
2022-04-26  7:02 ` [PATCH v2 1/3] media: Add bus type to frame descriptors Tomi Valkeinen
2022-04-26  7:02 ` [PATCH v2 2/3] media: Add CSI-2 bus configuration " Tomi Valkeinen
2022-04-26  7:02 ` [PATCH v2 3/3] media: ti: cal: use frame desc to get vc and dt Tomi Valkeinen
2022-04-26  9:28   ` Jacopo Mondi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.