From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Ralph Metzler <rjkm@metzlerbros.de>
Cc: linux-media@vger.kernel.org,
Athanasios Oikonomou <athoik@gmail.com>,
Manu Abraham <abraham.manu@gmail.com>
Subject: Re: [PATCH 0/2] Support Physical Layer Scrambling
Date: Tue, 19 Dec 2017 10:10:46 -0200 [thread overview]
Message-ID: <20171219101046.243ce297@vento.lan> (raw)
In-Reply-To: <23094.30253.636599.33684@morden.metzler>
Em Sun, 17 Dec 2017 14:50:37 +0100
Ralph Metzler <rjkm@metzlerbros.de> escreveu:
> Athanasios Oikonomou writes:
> > A new property DTV_SCRAMBLING_SEQUENCE_INDEX introduced to control
> > the gold sequence that several demods support.
> >
> > Also the DVB API was increased in order userspace to be aware of the
> > changes.
> >
> > The stv090x driver was changed to make use of the new property.
> >
> > Those commits based on discussion previously made on the mailling list.
> > https://www.mail-archive.com/linux-media@vger.kernel.org/msg122600.html
> >
> > I would like to thanks Ralph Metzler (rjkm@metzlerbros.de) for the
> > great help and ideas he provide me in order create those patches.
> >
> > Athanasios Oikonomou (2):
> > media: dvb_frontend: add physical layer scrambling support
> > media: stv090x: add physical layer scrambling support
> >
> > .../media/uapi/dvb/fe_property_parameters.rst | 18 ++++++++++++++++++
> > .../uapi/dvb/frontend-property-satellite-systems.rst | 2 ++
> > drivers/media/dvb-core/dvb_frontend.c | 12 ++++++++++++
> > drivers/media/dvb-core/dvb_frontend.h | 5 +++++
> > drivers/media/dvb-frontends/stv090x.c | 16 ++++++++++++++++
> > include/uapi/linux/dvb/frontend.h | 5 ++++-
> > include/uapi/linux/dvb/version.h | 2 +-
> > 7 files changed, 58 insertions(+), 2 deletions(-)
> >
> > --
> > 2.1.4
>
> Acked-by: Ralph Metzler <rjkm@metzlerbros.de>
I'm applying both patches.
> We had some thoughts about having a:
>
> #define NO_SCRAMBLING_CODE (~0U)
>
> But DVB-S2 is always scrambling (with default index 0) and other delivery systems can ignore this
> property. Or do you think it is needed?
>
>
> One could add a define for AUTO or AUTO_S2X for the standard 7 indices to be tested
> in DVB-S2X. But either dvb_frontend.c or the demod driver would have to support this in software.
> I don't think there is a demod which supports this in hardware yet?
I think that, once we have a hardware capable of auto-detecting the gold
sequence, then a NO_SCRAMBLING_CODE (or AUTO_GOLD_SEQUENCE) could make
sense.
For now, I don't think any demod currently supports it.
Thanks,
Mauro
prev parent reply other threads:[~2017-12-19 12:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-16 12:23 [PATCH 0/2] Support Physical Layer Scrambling Athanasios Oikonomou
2017-12-16 12:23 ` [PATCH 1/2] media: dvb_frontend: add physical layer scrambling support Athanasios Oikonomou
2017-12-16 12:23 ` [PATCH 2/2] media: stv090x: " Athanasios Oikonomou
2017-12-17 13:50 ` [PATCH 0/2] Support Physical Layer Scrambling Ralph Metzler
2017-12-19 12:10 ` Mauro Carvalho Chehab [this message]
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=20171219101046.243ce297@vento.lan \
--to=mchehab@kernel.org \
--cc=abraham.manu@gmail.com \
--cc=athoik@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=rjkm@metzlerbros.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.