public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Assorted DVB and TV patches
@ 2026-03-12 21:35 Bradford Love
  2026-03-12 21:35 ` [PATCH 01/11] si2157: Analog format fixes Bradford Love
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Bradford Love @ 2026-03-12 21:35 UTC (permalink / raw)
  To: linux-media; +Cc: Bradford Love

Hello,

Attached here is a series of accumlated fixes from integrations
and deployments.

The first five patches are related to fixing issues with a
variety of analog video formats.

The si2168 i2c timeout patch is something that has been found
to be critical on a variety of ARM platforms and Nvidia SOC.
Something in these platforms has USB i2c not consistently responding
within the embedded deadline in the driver.

There are two firmware fixes. With Hauppauge hardware fw 4.0-11 si2168
devices definitely lose warm state and cannot function after sleep.
The saa7164 REV2 firmware had an incorrect filename and has been fixed.

Last up is adding some new Hauppauge USB id's and removing an invalid
analog input from the Hauppauge DVB DualHD.

Addressing checkpatch warnings:
- 0001 palN is not misspelled
- 0003 adding dprintk like driver already does



Regards,

Bradford



Bradford Love (11):
  si2157: Analog format fixes
  cx25840: Fix NTSC-J, PAL-N, and SECAM standards
  xc5000: Add rf strength function
  cx231xx: Fix AGC levels for NTSC-M
  au0828: Fix green screen in analog
  si2168: Fix i2c command timeout on embedded platforms
  si2168: fw 4.0-11 loses warm state during sleep
  saa7164: Fix REV2 firmware filename
  au0828: Add new Hauppauge HVR1265 and ImpactVCB-e
  em28xx: Add a variety of DualHD usb id
  em28xx: remove tuner type from Hauppauge DVB DualHD

 drivers/media/dvb-frontends/au8522_decoder.c |  1 +
 drivers/media/dvb-frontends/si2168.c         |  8 ++--
 drivers/media/i2c/cx25840/cx25840-core.c     | 29 +++++++++++-
 drivers/media/pci/saa7164/saa7164-fw.c       |  4 +-
 drivers/media/tuners/si2157.c                | 15 ++++--
 drivers/media/tuners/xc5000.c                | 13 ++++-
 drivers/media/usb/au0828/au0828-cards.c      | 50 ++++++++++++++++++++
 drivers/media/usb/au0828/au0828-cards.h      |  2 +
 drivers/media/usb/au0828/au0828-dvb.c        |  1 +
 drivers/media/usb/au0828/au0828-input.c      |  1 +
 drivers/media/usb/au0828/au0828-video.c      | 30 +++++++++++-
 drivers/media/usb/cx231xx/cx231xx-avcore.c   |  7 ++-
 drivers/media/usb/em28xx/em28xx-cards.c      | 19 +++++---
 13 files changed, 156 insertions(+), 24 deletions(-)

-- 
2.35.1


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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 21:35 [PATCH 00/11] Assorted DVB and TV patches Bradford Love
2026-03-12 21:35 ` [PATCH 01/11] si2157: Analog format fixes Bradford Love
2026-03-12 21:35 ` [PATCH 02/11] cx25840: Fix NTSC-J, PAL-N, and SECAM standards Bradford Love
2026-03-12 21:35 ` [PATCH 03/11] xc5000: Add rf strength function Bradford Love
2026-03-12 21:35 ` [PATCH 04/11] cx231xx: Fix AGC levels for NTSC-M Bradford Love
2026-03-12 21:35 ` [PATCH 05/11] au0828: Fix green screen in analog Bradford Love
2026-03-17  9:25   ` Hans Verkuil
2026-03-17 17:28   ` [PATCH v2] media: " Bradford Love
2026-03-17 21:07     ` [PATCH v3] " Bradford Love
2026-03-19  7:34     ` [PATCH v2] " kernel test robot
2026-03-12 21:35 ` [PATCH 06/11] si2168: Fix i2c command timeout on embedded platforms Bradford Love
2026-03-12 21:35 ` [PATCH 07/11] si2168: fw 4.0-11 loses warm state during sleep Bradford Love
2026-03-12 21:35 ` [PATCH 08/11] saa7164: Fix REV2 firmware filename Bradford Love
2026-03-12 21:35 ` [PATCH 09/11] au0828: Add new Hauppauge HVR1265 and ImpactVCB-e Bradford Love
2026-03-12 21:35 ` [PATCH 10/11] em28xx: Add a variety of DualHD usb id Bradford Love
2026-03-12 21:35 ` [PATCH 11/11] em28xx: remove tuner type from Hauppauge DVB DualHD Bradford Love
2026-03-17  9:52 ` [PATCH 00/11] Assorted DVB and TV patches Hans Verkuil
2026-03-17 13:13   ` Hans Verkuil
2026-03-17 17:20     ` Bradford Love

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