The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v6 0/3] media: ti: cal: Add streams support
@ 2025-03-24  9:29 Tomi Valkeinen
  2025-03-24  9:29 ` [PATCH v6 1/3] media: ti: cal: Use printk's fourcc formatting Tomi Valkeinen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tomi Valkeinen @ 2025-03-24  9:29 UTC (permalink / raw)
  To: linux-media, Jacopo Mondi, Laurent Pinchart, Sakari Ailus,
	Mauro Carvalho Chehab
  Cc: Kieran Bingham, Jai Luthra, linux-kernel, Tomi Valkeinen

This adds streams support to TI CAL driver (and two minor improvements).

The previous version was sent in 2023, but there has been no changes
except from rebasing to upstream.

 Tomi

---
Changes in v6:
- Rebase on top of v4.16-rc7
- Add two small patches (not related to streams as such)
- Dropper the metadata patch for now, to make the series apply to plain
  upstream
- Link to v5: https://lore.kernel.org/r/20230918-cal-streams-v5-0-4851f073f58a@ideasonboard.com

Changes in v5:
- Some improvements in the patch description of the first patch
- Add "media: ti: cal: Add metadata streams support"
- Link to v4: https://lore.kernel.org/r/20230808-cal-streams-v4-1-1f37610e0946@ideasonboard.com

Changes in v4:
- A few minor formatting changes
- Small changes regarding how the code handles metadata formats.
  No metadata formats are supported yet, but we do have some code to
  ensure that metadata formats aren't allowed on video nodes in video
  capture mode. A future patch will enable metadata capture, allowing
  the runtime change of video nodes between video and meta capture.
- Link to v3: https://lore.kernel.org/all/20230302100755.191164-6-tomi.valkeinen@ideasonboard.com/

---
Tomi Valkeinen (3):
      media: ti: cal: Use printk's fourcc formatting
      media: ti: cal: Fix wrong goto on error path
      media: ti: cal: Add streams support

 drivers/media/platform/ti/cal/cal-camerarx.c | 271 +++++++++++++++++++++------
 drivers/media/platform/ti/cal/cal-video.c    | 157 ++++++++++------
 drivers/media/platform/ti/cal/cal.c          |  45 +++--
 drivers/media/platform/ti/cal/cal.h          |   3 +-
 4 files changed, 348 insertions(+), 128 deletions(-)
---
base-commit: 4701f33a10702d5fc577c32434eb62adde0a1ae1
change-id: 20230808-cal-streams-b913802c69f4

Best regards,
-- 
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>


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

end of thread, other threads:[~2025-03-26 11:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24  9:29 [PATCH v6 0/3] media: ti: cal: Add streams support Tomi Valkeinen
2025-03-24  9:29 ` [PATCH v6 1/3] media: ti: cal: Use printk's fourcc formatting Tomi Valkeinen
2025-03-24  9:35   ` Kieran Bingham
2025-03-24  9:29 ` [PATCH v6 2/3] media: ti: cal: Fix wrong goto on error path Tomi Valkeinen
2025-03-24  9:34   ` Kieran Bingham
2025-03-24  9:29 ` [PATCH v6 3/3] media: ti: cal: Add streams support Tomi Valkeinen
2025-03-24 13:12   ` Kieran Bingham
2025-03-26 11:28     ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox