History log of /drivers/media/common/tuners/tda18271-maps.c
Revision Date Author Comments
ce0e93a52a01d0074b2bd12c056cbbf7a8a300c4 21-Dec-2011 Mauro Carvalho Chehab <mchehab@redhat.com> [media] tda18271: add support for QAM 7 MHz map

This standard is not properly documented, but its settings are at
the tda18271dd driver, and are somewhat obvious, as they follow
the same logic as DVB-T 7MHz.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
5b9a81d14fcf0bf166f73bc3b31463efbdb2660a 16-Apr-2011 Michael Krufky <mkrufky@kernellabs.com> [media] tda18271: update tda18271c2_rf_cal as per NXP's rev.04 datasheet

Cc: Stefan Sibiga <stefansibiga@yahoo.ca>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
786e86ae5efff8552f5ae07977324c226e0fcfe7 16-Apr-2011 Michael Krufky <mkrufky@kernellabs.com> [media] tda18271: update tda18271_rf_band as per NXP's rev.04 datasheet

Cc: Stefan Sibiga <stefansibiga@yahoo.ca>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
c0faeee5a3b70c894a27fa81a0d98a3ab223aff0 28-Sep-2009 Michael Krufky <mkrufky@kernellabs.com> V4L/DVB (13112): tda18271: display some state information in debug output

Display i2c adapter id, address and master / slave role in debug output.

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
d1f7510b9179ef7249db08e50d51654f1bf8e261 15-Sep-2009 Henk Vergonet <Henk.Vergonet@gmail.com> V4L/DVB (12871): tda18271: fix bad data in tda18271_cid_target table

Fixed one value and removed a duplicate in tda18271_cid_target[],
based on table 54 "CID_Target_map" in Rev.04 of the TDA18271HD datasheet.

Signed-off-by: Henk Vergonet <Henk.Vergonet@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
26151c32d3d001f64e75871588acd0aff3f216d7 03-Jun-2008 Michael Krufky <mkrufky@linuxtv.org> V4L/DVB (7984): tda18271: update filename in comments

This file was renamed but we forgot to change it in the comments.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6 30-Apr-2008 Mauro Carvalho Chehab <mchehab@infradead.org> V4L/DVB(7767): Move tuners to common/tuners

There were several issues in the past, caused by the hybrid tuner design, since
now, the same tuner can be used by drivers/media/dvb and drivers/media/video.

Kconfig items were rearranged, to split V4L/DVB core from their drivers.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>