mbox series

[v4,0/3] media: ti-vpe: cal: Add media controller support

Message ID 20210304134521.1825150-1-tomi.valkeinen@ideasonboard.com
Headers show
Series media: ti-vpe: cal: Add media controller support | expand

Message

Tomi Valkeinen March 4, 2021, 1:45 p.m. UTC
Hi,

v4 of the series, although everything else but the MC patch have already
been merged. I made some fixes to the MC patch (changes listed in patch
description), and added two new CAL fixes I encountered while testing.

 Tomi

Laurent Pinchart (1):
  media: ti-vpe: cal: Implement media controller centric API

Tomi Valkeinen (2):
  media: ti-vpe: cal: remove unneeded assignment
  media: ti-vpe: cal: fix subdev mbus_code enumeration

 drivers/media/platform/Kconfig               |  14 +
 drivers/media/platform/ti-vpe/cal-camerarx.c |   1 +
 drivers/media/platform/ti-vpe/cal-video.c    | 332 +++++++++++++++----
 drivers/media/platform/ti-vpe/cal.c          |  16 +-
 drivers/media/platform/ti-vpe/cal.h          |   2 +
 5 files changed, 300 insertions(+), 65 deletions(-)