From: Thomas Hollstegge <thomas.hollstegge@gmail.com>
To: linux-media@vger.kernel.org
Cc: thomas.hollstegge@gmail.com,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Sean Young" <sean@mess.org>,
"Hans Verkuil" <hans.verkuil@cisco.com>,
"Stefan Brüns" <stefan.bruens@rwth-aachen.de>,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/2] media: dvbsky: Add support for MyGica T230C v2
Date: Sat, 12 May 2018 20:23:40 +0200 [thread overview]
Message-ID: <1526149422-8971-1-git-send-email-thomas.hollstegge@gmail.com> (raw)
Add support for newer revisions of the USB DVB-C/DVB-T/DVB-T2 stick MyGica
T230C, sometimes referred to as MyGica T230C2. The device needs a fixed TS
clock frequency of 10MHz to be able to demod some channels. This is done by
adding two new optional configuration options for the Si2168 demod
(ts_clock_mode and ts_clock_freq).
Although there is a third TS clock mode available (AUTO_FIXED = 0x00), I chose
not to implement it yet as I don't have a device that uses this mode.
Tested with all available DVB-T2 HEVC and DVB-C muxes in my region (Germany).
Patch v3 notes: Fixed issue with other Si2168 devices. Tested with MyGica T230,
T230C and T230C v2.
Thomas Hollstegge (2):
si2168: Set TS clock mode and frequency
dvbsky: Add support for MyGica T230C v2
drivers/media/dvb-frontends/si2168.c | 20 ++++++-
drivers/media/dvb-frontends/si2168.h | 8 +++
drivers/media/dvb-frontends/si2168_priv.h | 2 +
drivers/media/usb/dvb-usb-v2/dvbsky.c | 90 +++++++++++++++++++++++++++++++
include/media/dvb-usb-ids.h | 1 +
5 files changed, 120 insertions(+), 1 deletion(-)
--
2.7.4
reply other threads:[~2018-05-12 18:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1526149422-8971-1-git-send-email-thomas.hollstegge@gmail.com \
--to=thomas.hollstegge@gmail.com \
--cc=hans.verkuil@cisco.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sean@mess.org \
--cc=stefan.bruens@rwth-aachen.de \
/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;
as well as URLs for NNTP newsgroup(s).