All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] rtl28xxu: add experimental support for r820t
@ 2013-04-07 16:10 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
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2013-04-07 16:10 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List

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

-- 
1.8.1.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-09 20:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [RFC PATCH 0/2] rtl28xxu: add experimental support for r820t Antti Palosaari

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.