From: Daniel Scheller <d.scheller.oss@gmail.com>
To: linux-media@vger.kernel.org, mchehab@kernel.org,
mchehab@s-opensource.com
Cc: rascobie@slingshot.co.nz
Subject: [PATCH v3 0/3] Add FEC rates, S2X params and 64K transmission
Date: Tue, 13 Mar 2018 23:18:02 +0100 [thread overview]
Message-ID: <20180313221805.26818-1-d.scheller.oss@gmail.com> (raw)
From: Daniel Scheller <d.scheller@gmx.net>
Note: This v3 doesn't yet implement anything to allow userspace to detect
bits regarding S2X, nor does it implement anything new to report frontend
capabilities. At the moment, the main purpose for this is to enable any
demod frontend to report the current signal parameters more accurate.
Right now this (partially) is for the stv0910 demod, and with additional
hardware currently in development in mind which supports more S2X bits.
There's quite a lot missing from fe_caps right now which almost all
demods autodetect anyway, so let's at least properly report signal stats.
dddvb brings a few additional FEC rates (1/4 and 1/3), 64/128/256APSK
modulations and more rolloff factors (DVB-S2X), and 64K transmission mode
(DVB-T2). These rather trivial patches bring them to mainline, and puts
these missing bits into the stv0910's get_frontend() callback (FEC 1/4
and 1/3 are handled throughout the rest of the demod driver already). In
addition (as suggestion from Richard Scobie), the stv0910 driver now
reports it's active delivery system.
Changes from v2 to v3:
- API bits squashed into one commit, stv0910 changes squashed into another
single commit
- DVB-S2X related bits added to the uAPI docs
- DVB API bumped to v5.12
Changes from v1 to v2:
- DVB-S2X rolloff factors and reporting
- report of the active delivery system in stv0910:get_frontend()
Daniel Scheller (3):
[media] dvb_frontend: add S2X and misc. other enums
[media] docs: documentation bits for S2X and the 64K transmission mode
[media] dvb-frontends/stv0910: more detailed reporting in
get_frontend()
Documentation/media/frontend.h.rst.exceptions | 9 ++++
.../media/uapi/dvb/fe_property_parameters.rst | 50 ++++++++++++++--------
.../dvb/frontend-property-satellite-systems.rst | 8 ++--
drivers/media/dvb-core/dvb_frontend.c | 9 ++++
drivers/media/dvb-frontends/stv0910.c | 16 ++++---
include/uapi/linux/dvb/frontend.h | 29 ++++++++++---
include/uapi/linux/dvb/version.h | 2 +-
7 files changed, 90 insertions(+), 33 deletions(-)
--
2.16.1
next reply other threads:[~2018-03-13 22:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-13 22:18 Daniel Scheller [this message]
2018-03-13 22:18 ` [PATCH v3 1/3] [media] dvb_frontend: add S2X and misc. other enums Daniel Scheller
2018-05-04 15:51 ` Mauro Carvalho Chehab
2018-05-07 16:04 ` Daniel Scheller
2018-03-13 22:18 ` [PATCH v3 2/3] [media] docs: documentation bits for S2X and the 64K transmission mode Daniel Scheller
2018-03-13 22:18 ` [PATCH v3 3/3] [media] dvb-frontends/stv0910: more detailed reporting in get_frontend() Daniel Scheller
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=20180313221805.26818-1-d.scheller.oss@gmail.com \
--to=d.scheller.oss@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mchehab@s-opensource.com \
--cc=rascobie@slingshot.co.nz \
/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