From: Antti Palosaari <crope@iki.fi>
To: Steve Kerrison <steve@stevekerrison.com>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: CXD2820 & PCTV nanoStick T2 290e bringup
Date: Thu, 07 Apr 2011 23:02:00 +0300 [thread overview]
Message-ID: <4D9E1838.30503@iki.fi> (raw)
In-Reply-To: <1298836156.2362.7.camel@ares>
Hello Steve at all,
Here it is, feel free to test:
http://git.linuxtv.org/anttip/media_tree.git?a=shortlog;h=refs/heads/pctv_290e
Now I *need* help for adding proper DVB-T2 support for the API. I added
fe_delivery_system_t SYS_DVBT2, but there is no app knowing that yet.
Since there is also module param to set DVB-T2 frequencies.
For example here is DVB-T2 transmission on channels 570 MHz and 586 MHz.
You can just type:
echo 570,586 > /sys/module/cxd2820r/parameters/dvbt2_freq
as root, or load driver module following way:
modprobe cxd2820r dvbt2_freq=570,586
for the same.
Also em28xx driver MFE needs review and comments, since I am not sure
about its correctness.
Antti
On 02/27/2011 09:49 PM, Steve Kerrison wrote:
> Hello everyone,
>
> I've done some work on bringup of this device in Linux, and now have a
> stub for the CXD2820 demod that includes the capability to pass I2C
> commands through to the tuner that sits behind it.
>
> The focus was on bringup, not compatibility with linux-media or Linus'
> coding guidelines, but hopefully it's not so horrendous that it makes
> you want to cry. This isn't a formal patch submission, but anyone with
> an interest is welcome to read more and grab the patch here:
> http://stevekerrison.com/290e/index.html#20110227 taking heed of the
> warnings and advice where necessary :)
>
> Only I2C passthrough is supported - none of the other demodulator or
> frontend functions work, and it doesn't detach properly.
>
> I'd like to know what the best approach would be for me to allow others
> to contribute to this if they so wish?
>
> Many thanks,
--
http://palosaari.fi/
prev parent reply other threads:[~2011-04-07 20:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-27 19:49 CXD2820 & PCTV nanoStick T2 290e bringup Steve Kerrison
2011-04-07 20:02 ` Antti Palosaari [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=4D9E1838.30503@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=steve@stevekerrison.com \
/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.