mbox series

[0/3] media: CSI-2 configuration to frame desc

Message ID 20220421142906.527918-1-tomi.valkeinen@ideasonboard.com (mailing list archive)
Headers show
Series media: CSI-2 configuration to frame desc | expand

Message

Tomi Valkeinen April 21, 2022, 2:29 p.m. UTC
Hi,

I've carried these patches in my streams series, but I think they
provide value also alone.

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.

 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          | 52 +++++++++++++++++++-
 drivers/media/platform/ti/cal/cal.h          |  2 +
 include/media/v4l2-subdev.h                  | 36 ++++++++++++++
 4 files changed, 115 insertions(+), 2 deletions(-)