From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Lars Buerding <lindvb@metatux.net>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH v2 00/31] Add r820t support at rtl28xxu
Date: Mon, 29 Apr 2013 09:41:27 -0300 [thread overview]
Message-ID: <20130429094127.3a8306fd@redhat.com> (raw)
In-Reply-To: <517D5F74.2050106@metatux.net>
Em Sun, 28 Apr 2013 19:42:12 +0200
Lars Buerding <lindvb@metatux.net> escreveu:
> On 17.04.2013 02:42, Mauro Carvalho Chehab wrote:
> > Add a tuner driver for Rafael Micro R820T silicon tuner.
> >
> > This tuner seems to be popular those days. Add support for it
> > at rtl28xxu.
> >
> > This tuner was written from scratch, based on rtl-sdr driver.
>
> Thanks Mauro, applied your patches to a vanilla v3.8.10 kernel yesterday, and a Nooelec r820t stick is working fine with it receiving DVB-T for a VDR.
> Not any issues so far.
Thanks for your feedback! It's good to hear that everything is working
fine there.
Regards,
Mauro
prev parent reply other threads:[~2013-04-29 12:41 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 0:42 [PATCH v2 00/31] Add r820t support at rtl28xxu Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 01/31] [media] r820t: Add a tuner driver for Rafael Micro R820T silicon tuner Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 02/31] [media] rtl28xxu: add support for Rafael Micro r820t Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 03/31] [media] r820t: Give a better estimation of the signal strength Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 04/31] [media] r820t: Set gain mode to auto Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 05/31] [media] rtl28xxu: use r820t to obtain the signal strength Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 06/31] [media] r820t: proper lock and set the I2C gate Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 07/31] [media] rtl820t: Add a debug msg when PLL gets locked Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 08/31] [media] r820t: Fix IF scale Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 09/31] [media] rtl2832: add code to bind r820t on it Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 10/31] [media] r820t: use the right IF for the selected TV standard Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 11/31] [media] rtl2832: properly set en_bbin for r820t Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 12/31] [media] r820t: Invert bits for read ops Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 13/31] [media] r820t: use the second table for 7MHz Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 14/31] [media] r820t: Show the read data in the bit-reversed order Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 15/31] [media] r820t: add support for diplexer Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 16/31] [media] r820t: better report signal strength Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 17/31] [media] r820t: split the function that read cached regs Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 18/31] [media] r820t: fix prefix of the r820t_read() function Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 19/31] [media] r820t: use usleep_range() Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 20/31] [media] r820t: proper initialize the PLL register Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 21/31] [media] r820t: add IMR calibrate code Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 22/31] [media] r820t: add a commented code for GPIO Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 23/31] [media] r820t: Allow disabling IMR callibration Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 24/31] [media] r820t: avoid rewrite all regs when not needed Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 25/31] [media] r820t: Don't put it in standby if not initialized yet Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 26/31] [media] r820t: fix PLL calculus Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 27/31] [media] r820t: Fix hp_cor filter mask Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 28/31] [media] r820t: put it into automatic gain mode Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 29/31] [media] rtl2832: Fix IF calculus Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 30/31] [media] r820t: disable auto gain/VGA setting Mauro Carvalho Chehab
2013-04-17 0:42 ` [PATCH v2 31/31] [media] r820t: Don't divide the IF by two Mauro Carvalho Chehab
2013-04-17 0:55 ` [PATCH v2 00/31] Add r820t support at rtl28xxu Antti Palosaari
2013-04-18 17:27 ` Juergen Lock
2013-04-28 17:42 ` Lars Buerding
2013-04-29 12:41 ` 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=20130429094127.3a8306fd@redhat.com \
--to=mchehab@redhat.com \
--cc=lindvb@metatux.net \
--cc=linux-media@vger.kernel.org \
/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).