From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: LMML <linux-media@vger.kernel.org>
Subject: Re: [RFC PATCH 0/2] rtl28xxu: add experimental support for r820t
Date: Tue, 09 Apr 2013 23:04:19 +0300 [thread overview]
Message-ID: <51647443.5090301@iki.fi> (raw)
In-Reply-To: <1365351031-22079-1-git-send-email-mchehab@redhat.com>
I tested it and it didn't work at all. Latest commit was:
rtl820t: Add a debug msg when PLL gets locked
I used your git tree and rebased it top of master. There was some merge
conflicts, but I was naturally able to fix.
regards
Antti
On 04/07/2013 07:10 PM, Mauro Carvalho Chehab wrote:
> Several rtl28xxu are currently shipped with a r820t tuner.
> Add experimental suppor for it.
>
> NOTE: I don't have DVB-T signal here, so I couldn't fully test the
> driver. By sniffing the USB traffic from rtl-sdr and comparing with
> this driver's traffic, it seems to be working fine, at least up to
> tuner callibration. After that, I would need a DVB-T lock to test
> the rest of the driver.
>
> Mauro Carvalho Chehab (2):
> r820t: Add a tuner driver for Rafael Micro R820T silicon tuner
> rtl28xxu: add support for Rafael Micro r820t
>
> drivers/media/tuners/Kconfig | 7 +
> drivers/media/tuners/Makefile | 1 +
> drivers/media/tuners/r820t.c | 1486 +++++++++++++++++++++++++++++++
> drivers/media/tuners/r820t.h | 55 ++
> drivers/media/usb/dvb-usb-v2/Kconfig | 1 +
> drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 30 +
> drivers/media/usb/dvb-usb-v2/rtl28xxu.h | 1 +
> 7 files changed, 1581 insertions(+)
> create mode 100644 drivers/media/tuners/r820t.c
> create mode 100644 drivers/media/tuners/r820t.h
>
--
http://palosaari.fi/
prev parent reply other threads:[~2013-04-09 20:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-07 16:10 [RFC PATCH 0/2] rtl28xxu: add experimental support for r820t Mauro Carvalho Chehab
2013-04-07 16:10 ` [RFC PATCH 1/2] r820t: Add a tuner driver for Rafael Micro R820T silicon tuner Mauro Carvalho Chehab
2013-04-07 16:10 ` [RFC PATCH 2/2] rtl28xxu: add support for Rafael Micro r820t Mauro Carvalho Chehab
2013-04-07 23:53 ` [RFC PATCH 1/5] r820t: Give a better estimation of the signal strength Mauro Carvalho Chehab
2013-04-07 23:53 ` [RFC PATCH 2/5] r820t: Set gain mode to auto Mauro Carvalho Chehab
2013-04-07 23:53 ` [RFC PATCH 3/5] rtl28xxu: use r820t to obtain the signal strength Mauro Carvalho Chehab
2013-04-07 23:53 ` [RFC PATCH 4/5] r820t: proper lock and set the I2C gate Mauro Carvalho Chehab
2013-04-07 23:53 ` [RFC PATCH 5/5] rtl820t: Add a debug msg when PLL gets locked Mauro Carvalho Chehab
2013-04-09 20:04 ` 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=51647443.5090301@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.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 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).