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

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

Message

Tomi Valkeinen April 26, 2022, 7:02 a.m. UTC
  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(-)