mbox series

[v4,0/4] media: ti: cal: Improvements

Message ID 20230619114007.297393-1-tomi.valkeinen@ideasonboard.com
Headers show
Series media: ti: cal: Improvements | expand

Message

Tomi Valkeinen June 19, 2023, 11:40 a.m. UTC
Hi,

This series contains the simpler fixes & improvements from the 
"[PATCH v3 0/5] media: ti: cal: Streams support" series. I have opted to
keep the patch that adds the streams support still in my WIP branch, as
I want to experiment with a few things.

However, the rest of the patches in that series should be fine for
merging. These are unchanged, but I have added Jacopo's RBs.

Here's a link to the v3:

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

 Tomi

Tomi Valkeinen (4):
  media: ti: cal: Clean up mbus formats uses
  media: ti: cal: Fix cal_camerarx_create() error handling
  media: ti: cal: Use subdev state
  media: ti: cal: Implement get_frame_desc for camera-rx

 drivers/media/platform/ti/cal/cal-camerarx.c | 206 +++++++------------
 drivers/media/platform/ti/cal/cal-video.c    |  23 ++-
 drivers/media/platform/ti/cal/cal.c          |  66 ++----
 drivers/media/platform/ti/cal/cal.h          |  10 -
 4 files changed, 115 insertions(+), 190 deletions(-)