linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] media: tc358743: add support for more IF/Packet types
@ 2025-07-22  7:34 Hans Verkuil
  2025-07-22  7:34 ` [PATCHv2 1/2] media: v4l2-core: v4l2-dv-timings: support DRM IFs Hans Verkuil
  2025-07-22  7:34 ` [PATCHv2 2/2] media: i2c: tc358743: add support for more infoframe types Hans Verkuil
  0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2025-07-22  7:34 UTC (permalink / raw)
  To: linux-media; +Cc: Maxime Ripard, Dave Stevenson

The tc358743 HDMI-to-CSI2 bridge is widely available, and it has quite
flexible InfoFrame/Packet Type support, so this makes it a very nice
device to capture such data.

This patch series adds support for SPD, AUDIO, DRM and HDMI InfoFrames.

Also add support for ISRC1 and ISRC2 Packet Types and a programmable
type for both Packet and InfoFrames, which by default is programmed
for DRM InfoFrames.

These changes make the tc358743 very useful when you want to see
what InfoFrames and Packet Types are being transmitted.

Regards,

	Hans

Changes since v1:

- Added Packet Type support (ISRC1, ISRC2) and DRM and MPEG
  InfoFrame support.
- Added programmable Packet Type (defaults to DRM).

Hans Verkuil (2):
  media: v4l2-core: v4l2-dv-timings: support DRM IFs
  media: i2c: tc358743: add support for more infoframe types

 drivers/media/i2c/tc358743.c              | 109 +++++++++++++++++++---
 drivers/media/i2c/tc358743_regs.h         |  57 +++++++----
 drivers/media/v4l2-core/v4l2-dv-timings.c |   4 +
 include/media/v4l2-dv-timings.h           |   1 +
 4 files changed, 140 insertions(+), 31 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-07-22  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22  7:34 [PATCHv2 0/2] media: tc358743: add support for more IF/Packet types Hans Verkuil
2025-07-22  7:34 ` [PATCHv2 1/2] media: v4l2-core: v4l2-dv-timings: support DRM IFs Hans Verkuil
2025-07-22  7:34 ` [PATCHv2 2/2] media: i2c: tc358743: add support for more infoframe types Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).