From: Bradford Love <brad@nextdimension.cc>
To: linux-media@vger.kernel.org
Cc: Bradford Love <brad@nextdimension.cc>
Subject: [PATCH 00/11] Assorted DVB and TV patches
Date: Thu, 12 Mar 2026 16:35:21 -0500 [thread overview]
Message-ID: <20260312213532.2907276-1-brad@nextdimension.cc> (raw)
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
next reply other threads:[~2026-03-12 21:35 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-12 21:35 Bradford Love [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260312213532.2907276-1-brad@nextdimension.cc \
--to=brad@nextdimension.cc \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox