public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] em28xx: Add empia EM2828X chip
@ 2026-03-12 22:49 Bradford Love
  2026-03-12 22:49 ` [PATCH 1/2] em28xx: Add support for Empia em2828X bridge Bradford Love
  2026-03-12 22:49 ` [PATCH 2/2] em28xx: Add Hauppauge USB Live2 Bradford Love
  0 siblings, 2 replies; 10+ messages in thread
From: Bradford Love @ 2026-03-12 22:49 UTC (permalink / raw)
  To: linux-media; +Cc: Bradford Love

The Empia 2828X chips have some video input capabilities.

Included here is minimum support for NTSC and PAL formats,
for Composite video, S-Video, and analog TV. While only
"plain" NTSC and PAL code is supplied, this appears to
work on a variety of tested NTSC and PAL flavours.

For analog TV the em2828x requires already decoded CVBS
signal. The device included which uses the new chipset is
the latest revision of Hauppauge USB Live2, which has moved
cx231xx usb bridge to em2828x. In a subsequent series I will
submit si2177 tuner support, which implements analog TV in
this way.

A media controller decoder entity has been implemented,
so that graph generation can succeed.

I have left the long lines as they are in em28xx-cards.c,
they were originally left long as it is more clear as is.

Regards,

Bradford



Bradford Love (2):
  em28xx: Add support for Empia em2828X bridge
  em28xx: Add Hauppauge USB Live2

 drivers/media/usb/em28xx/em28xx-cards.c |  47 ++++-
 drivers/media/usb/em28xx/em28xx-core.c  | 146 ++++++++++++++--
 drivers/media/usb/em28xx/em28xx-dvb.c   |  15 ++
 drivers/media/usb/em28xx/em28xx-i2c.c   |   2 +
 drivers/media/usb/em28xx/em28xx-reg.h   |   3 +
 drivers/media/usb/em28xx/em28xx-video.c | 217 ++++++++++++++++++++++--
 drivers/media/usb/em28xx/em28xx.h       |  20 +++
 7 files changed, 426 insertions(+), 24 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2026-03-18 19:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 22:49 [PATCH 0/2] em28xx: Add empia EM2828X chip Bradford Love
2026-03-12 22:49 ` [PATCH 1/2] em28xx: Add support for Empia em2828X bridge Bradford Love
2026-03-13 18:37   ` [PATCH V2 " Bradford Love
2026-03-16 15:12     ` Hans Verkuil
2026-03-16 18:28       ` Bradford Love
2026-03-17 20:45   ` [PATCH v2 1/2] media: " Bradford Love
2026-03-18 16:21   ` [PATCH 1/2] " kernel test robot
2026-03-18 19:12   ` kernel test robot
2026-03-12 22:49 ` [PATCH 2/2] em28xx: Add Hauppauge USB Live2 Bradford Love
2026-03-17 20:46   ` [PATCH v2 2/2] media: " Bradford Love

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