tda8290.c 22.0 KB
Newer Older
L
Linus Torvalds 已提交
1
/*
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

   i2c tv tuner chip device driver
   controls the philips tda8290+75 tuner chip combo.

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 20

   This "tda8290" module was split apart from the original "tuner" module.
21 22
*/

L
Linus Torvalds 已提交
23 24
#include <linux/i2c.h>
#include <linux/delay.h>
25
#include <linux/videodev.h>
26
#include "tda8290.h"
27
#include "tda827x.h"
28
#include "tda18271.h"
29

30
static int tuner_debug;
31
module_param_named(debug, tuner_debug, int, 0644);
32 33 34
MODULE_PARM_DESC(debug, "enable verbose debug messages");

#define PREFIX "tda8290 "
L
Linus Torvalds 已提交
35 36 37

/* ---------------------------------------------------------------------- */

38
struct tda8290_priv {
39 40
	struct tuner_i2c_props i2c_props;

41
	unsigned char tda8290_easy_mode;
42

43 44
	unsigned char tda827x_addr;
	unsigned char tda827x_ver;
L
Linus Torvalds 已提交
45

46
	struct tda827x_config cfg;
47 48

	struct tuner *t;
L
Linus Torvalds 已提交
49 50
};

51
/*---------------------------------------------------------------------*/
L
Linus Torvalds 已提交
52

53
static void tda8290_i2c_bridge(struct dvb_frontend *fe, int close)
54
{
55
	struct tda8290_priv *priv = fe->analog_demod_priv;
56

57
	unsigned char  enable[2] = { 0x21, 0xC0 };
58
	unsigned char disable[2] = { 0x21, 0x00 };
59 60 61
	unsigned char *msg;
	if(close) {
		msg = enable;
62
		tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
63 64 65 66
		/* let the bridge stabilize */
		msleep(20);
	} else {
		msg = disable;
67
		tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
68
	}
L
Linus Torvalds 已提交
69 70
}

71
static void tda8295_i2c_bridge(struct dvb_frontend *fe, int close)
72
{
73
	struct tda8290_priv *priv = fe->analog_demod_priv;
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98

	unsigned char  enable[2] = { 0x45, 0xc1 };
	unsigned char disable[2] = { 0x46, 0x00 };
	unsigned char buf[3] = { 0x45, 0x01, 0x00 };
	unsigned char *msg;
	if (close) {
		msg = enable;
		tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
		/* let the bridge stabilize */
		msleep(20);
	} else {
		msg = disable;
		tuner_i2c_xfer_send(&priv->i2c_props, msg, 1);
		tuner_i2c_xfer_recv(&priv->i2c_props, &msg[1], 1);

		buf[2] = msg[1];
		buf[2] &= ~0x04;
		tuner_i2c_xfer_send(&priv->i2c_props, buf, 3);
		msleep(5);

		msg[1] |= 0x04;
		tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
	}
}

99 100
/*---------------------------------------------------------------------*/

101
static void set_audio(struct dvb_frontend *fe)
L
Linus Torvalds 已提交
102
{
103 104
	struct tda8290_priv *priv = fe->analog_demod_priv;
	struct tuner *t = priv->t;
105 106
	char* mode;

107 108 109
	priv->cfg.tda827x_lpsel = 0;
	if (t->std & V4L2_STD_MN) {
		priv->cfg.sgIF = 92;
110
		priv->tda8290_easy_mode = 0x01;
111
		priv->cfg.tda827x_lpsel = 1;
112
		mode = "MN";
113 114
	} else if (t->std & V4L2_STD_B) {
		priv->cfg.sgIF = 108;
115 116
		priv->tda8290_easy_mode = 0x02;
		mode = "B";
117 118
	} else if (t->std & V4L2_STD_GH) {
		priv->cfg.sgIF = 124;
119 120
		priv->tda8290_easy_mode = 0x04;
		mode = "GH";
121 122
	} else if (t->std & V4L2_STD_PAL_I) {
		priv->cfg.sgIF = 124;
123 124
		priv->tda8290_easy_mode = 0x08;
		mode = "I";
125 126
	} else if (t->std & V4L2_STD_DK) {
		priv->cfg.sgIF = 124;
127 128
		priv->tda8290_easy_mode = 0x10;
		mode = "DK";
129 130
	} else if (t->std & V4L2_STD_SECAM_L) {
		priv->cfg.sgIF = 124;
131 132
		priv->tda8290_easy_mode = 0x20;
		mode = "L";
133 134
	} else if (t->std & V4L2_STD_SECAM_LC) {
		priv->cfg.sgIF = 20;
135 136 137
		priv->tda8290_easy_mode = 0x40;
		mode = "LC";
	} else {
138
		priv->cfg.sgIF = 124;
139 140 141 142
		priv->tda8290_easy_mode = 0x10;
		mode = "xx";
	}

143 144
	if (t->mode == V4L2_TUNER_RADIO)
		priv->cfg.sgIF = 88; /* if frequency is 5.5 MHz */
145 146 147 148

	tuner_dbg("setting tda8290 to system %s\n", mode);
}

149
static void tda8290_set_freq(struct dvb_frontend *fe, unsigned int freq)
150
{
151 152 153
	struct tda8290_priv *priv = fe->analog_demod_priv;
	struct tuner *t = priv->t;

154
	unsigned char soft_reset[]  = { 0x00, 0x00 };
155
	unsigned char easy_mode[]   = { 0x01, priv->tda8290_easy_mode };
156
	unsigned char expert_mode[] = { 0x01, 0x80 };
157
	unsigned char agc_out_on[]  = { 0x02, 0x00 };
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
	unsigned char gainset_off[] = { 0x28, 0x14 };
	unsigned char if_agc_spd[]  = { 0x0f, 0x88 };
	unsigned char adc_head_6[]  = { 0x05, 0x04 };
	unsigned char adc_head_9[]  = { 0x05, 0x02 };
	unsigned char adc_head_12[] = { 0x05, 0x01 };
	unsigned char pll_bw_nom[]  = { 0x0d, 0x47 };
	unsigned char pll_bw_low[]  = { 0x0d, 0x27 };
	unsigned char gainset_2[]   = { 0x28, 0x64 };
	unsigned char agc_rst_on[]  = { 0x0e, 0x0b };
	unsigned char agc_rst_off[] = { 0x0e, 0x09 };
	unsigned char if_agc_set[]  = { 0x0f, 0x81 };
	unsigned char addr_adc_sat  = 0x1a;
	unsigned char addr_agc_stat = 0x1d;
	unsigned char addr_pll_stat = 0x1b;
	unsigned char adc_sat, agc_stat,
173
		      pll_stat;
174
	int i;
175

176 177 178 179 180 181 182
	struct analog_parameters params = {
		.frequency = freq,
		.mode      = t->mode,
		.audmode   = t->audmode,
		.std       = t->std
	};

183
	set_audio(fe);
184

185
	tuner_dbg("tda827xa config is 0x%02x\n", t->config);
186 187 188
	tuner_i2c_xfer_send(&priv->i2c_props, easy_mode, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, agc_out_on, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, soft_reset, 2);
189 190
	msleep(1);

191
	expert_mode[1] = priv->tda8290_easy_mode + 0x80;
192 193 194
	tuner_i2c_xfer_send(&priv->i2c_props, expert_mode, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, gainset_off, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, if_agc_spd, 2);
195
	if (priv->tda8290_easy_mode & 0x60)
196
		tuner_i2c_xfer_send(&priv->i2c_props, adc_head_9, 2);
197
	else
198 199
		tuner_i2c_xfer_send(&priv->i2c_props, adc_head_6, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, pll_bw_nom, 2);
200

201
	tda8290_i2c_bridge(fe, 1);
202

203 204
	if (fe->ops.tuner_ops.set_analog_params)
		fe->ops.tuner_ops.set_analog_params(fe, &params);
205

206
	for (i = 0; i < 3; i++) {
207 208
		tuner_i2c_xfer_send(&priv->i2c_props, &addr_pll_stat, 1);
		tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
209
		if (pll_stat & 0x80) {
210 211 212 213
			tuner_i2c_xfer_send(&priv->i2c_props, &addr_adc_sat, 1);
			tuner_i2c_xfer_recv(&priv->i2c_props, &adc_sat, 1);
			tuner_i2c_xfer_send(&priv->i2c_props, &addr_agc_stat, 1);
			tuner_i2c_xfer_recv(&priv->i2c_props, &agc_stat, 1);
214 215 216 217 218 219 220
			tuner_dbg("tda8290 is locked, AGC: %d\n", agc_stat);
			break;
		} else {
			tuner_dbg("tda8290 not locked, no signal?\n");
			msleep(100);
		}
	}
221
	/* adjust headroom resp. gain */
222 223 224
	if ((agc_stat > 115) || (!(pll_stat & 0x80) && (adc_sat < 20))) {
		tuner_dbg("adjust gain, step 1. Agc: %d, ADC stat: %d, lock: %d\n",
			   agc_stat, adc_sat, pll_stat & 0x80);
225
		tuner_i2c_xfer_send(&priv->i2c_props, gainset_2, 2);
226
		msleep(100);
227 228 229 230
		tuner_i2c_xfer_send(&priv->i2c_props, &addr_agc_stat, 1);
		tuner_i2c_xfer_recv(&priv->i2c_props, &agc_stat, 1);
		tuner_i2c_xfer_send(&priv->i2c_props, &addr_pll_stat, 1);
		tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
231
		if ((agc_stat > 115) || !(pll_stat & 0x80)) {
232 233
			tuner_dbg("adjust gain, step 2. Agc: %d, lock: %d\n",
				   agc_stat, pll_stat & 0x80);
234
			if (priv->cfg.agcf)
235
				priv->cfg.agcf(fe);
236
			msleep(100);
237 238 239 240
			tuner_i2c_xfer_send(&priv->i2c_props, &addr_agc_stat, 1);
			tuner_i2c_xfer_recv(&priv->i2c_props, &agc_stat, 1);
			tuner_i2c_xfer_send(&priv->i2c_props, &addr_pll_stat, 1);
			tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
241 242
			if((agc_stat > 115) || !(pll_stat & 0x80)) {
				tuner_dbg("adjust gain, step 3. Agc: %d\n", agc_stat);
243 244
				tuner_i2c_xfer_send(&priv->i2c_props, adc_head_12, 2);
				tuner_i2c_xfer_send(&priv->i2c_props, pll_bw_low, 2);
245 246 247 248
				msleep(100);
			}
		}
	}
L
Linus Torvalds 已提交
249

250
	/* l/ l' deadlock? */
251
	if(priv->tda8290_easy_mode & 0x60) {
252 253 254 255
		tuner_i2c_xfer_send(&priv->i2c_props, &addr_adc_sat, 1);
		tuner_i2c_xfer_recv(&priv->i2c_props, &adc_sat, 1);
		tuner_i2c_xfer_send(&priv->i2c_props, &addr_pll_stat, 1);
		tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
256
		if ((adc_sat > 20) || !(pll_stat & 0x80)) {
257
			tuner_dbg("trying to resolve SECAM L deadlock\n");
258
			tuner_i2c_xfer_send(&priv->i2c_props, agc_rst_on, 2);
259
			msleep(40);
260
			tuner_i2c_xfer_send(&priv->i2c_props, agc_rst_off, 2);
261 262
		}
	}
263

264
	tda8290_i2c_bridge(fe, 0);
265
	tuner_i2c_xfer_send(&priv->i2c_props, if_agc_set, 2);
L
Linus Torvalds 已提交
266 267
}

268 269
/*---------------------------------------------------------------------*/

270
static void tda8295_power(struct dvb_frontend *fe, int enable)
271
{
272
	struct tda8290_priv *priv = fe->analog_demod_priv;
273 274 275 276 277 278 279 280 281 282 283 284 285
	unsigned char buf[] = { 0x30, 0x00 }; /* clb_stdbt */

	tuner_i2c_xfer_send(&priv->i2c_props, &buf[0], 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &buf[1], 1);

	if (enable)
		buf[1] = 0x01;
	else
		buf[1] = 0x03;

	tuner_i2c_xfer_send(&priv->i2c_props, buf, 2);
}

286
static void tda8295_set_easy_mode(struct dvb_frontend *fe, int enable)
287
{
288
	struct tda8290_priv *priv = fe->analog_demod_priv;
289 290 291 292 293 294 295 296 297 298 299 300 301
	unsigned char buf[] = { 0x01, 0x00 };

	tuner_i2c_xfer_send(&priv->i2c_props, &buf[0], 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &buf[1], 1);

	if (enable)
		buf[1] = 0x01; /* rising edge sets regs 0x02 - 0x23 */
	else
		buf[1] = 0x00; /* reset active bit */

	tuner_i2c_xfer_send(&priv->i2c_props, buf, 2);
}

302
static void tda8295_set_video_std(struct dvb_frontend *fe)
303
{
304
	struct tda8290_priv *priv = fe->analog_demod_priv;
305 306 307 308
	unsigned char buf[] = { 0x00, priv->tda8290_easy_mode };

	tuner_i2c_xfer_send(&priv->i2c_props, buf, 2);

309
	tda8295_set_easy_mode(fe, 1);
310
	msleep(20);
311
	tda8295_set_easy_mode(fe, 0);
312 313 314 315
}

/*---------------------------------------------------------------------*/

316
static void tda8295_agc1_out(struct dvb_frontend *fe, int enable)
317
{
318
	struct tda8290_priv *priv = fe->analog_demod_priv;
319 320 321 322 323 324 325 326 327 328 329 330 331
	unsigned char buf[] = { 0x02, 0x00 }; /* DIV_FUNC */

	tuner_i2c_xfer_send(&priv->i2c_props, &buf[0], 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &buf[1], 1);

	if (enable)
		buf[1] &= ~0x40;
	else
		buf[1] |= 0x40;

	tuner_i2c_xfer_send(&priv->i2c_props, buf, 2);
}

332
static void tda8295_agc2_out(struct dvb_frontend *fe, int enable)
333
{
334
	struct tda8290_priv *priv = fe->analog_demod_priv;
335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
	unsigned char set_gpio_cf[]    = { 0x44, 0x00 };
	unsigned char set_gpio_val[]   = { 0x46, 0x00 };

	tuner_i2c_xfer_send(&priv->i2c_props, &set_gpio_cf[0], 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &set_gpio_cf[1], 1);
	tuner_i2c_xfer_send(&priv->i2c_props, &set_gpio_val[0], 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &set_gpio_val[1], 1);

	set_gpio_cf[1] &= 0xf0; /* clear GPIO_0 bits 3-0 */

	if (enable) {
		set_gpio_cf[1]  |= 0x01; /* config GPIO_0 as Open Drain Out */
		set_gpio_val[1] &= 0xfe; /* set GPIO_0 pin low */
	}
	tuner_i2c_xfer_send(&priv->i2c_props, set_gpio_cf, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_gpio_val, 2);
}

353
static int tda8295_has_signal(struct dvb_frontend *fe)
354
{
355
	struct tda8290_priv *priv = fe->analog_demod_priv;
356 357 358 359 360 361 362 363 364 365 366

	unsigned char hvpll_stat = 0x26;
	unsigned char ret;

	tuner_i2c_xfer_send(&priv->i2c_props, &hvpll_stat, 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &ret, 1);
	return (ret & 0x01) ? 65535 : 0;
}

/*---------------------------------------------------------------------*/

367
static void tda8295_set_freq(struct dvb_frontend *fe, unsigned int freq)
368
{
369 370
	struct tda8290_priv *priv = fe->analog_demod_priv;
	struct tuner *t = priv->t;
371 372 373 374 375 376 377 378 379 380 381
	u16 ifc;

	unsigned char blanking_mode[]     = { 0x1d, 0x00 };

	struct analog_parameters params = {
		.frequency = freq,
		.mode      = t->mode,
		.audmode   = t->audmode,
		.std       = t->std
	};

382
	set_audio(fe);
383 384 385 386 387

	ifc = priv->cfg.sgIF; /* FIXME */

	tuner_dbg("%s: ifc = %u, freq = %d\n", __FUNCTION__, ifc, freq);

388 389
	tda8295_power(fe, 1);
	tda8295_agc1_out(fe, 1);
390 391 392 393

	tuner_i2c_xfer_send(&priv->i2c_props, &blanking_mode[0], 1);
	tuner_i2c_xfer_recv(&priv->i2c_props, &blanking_mode[1], 1);

394
	tda8295_set_video_std(fe);
395 396 397 398 399

	blanking_mode[1] = 0x03;
	tuner_i2c_xfer_send(&priv->i2c_props, blanking_mode, 2);
	msleep(20);

400
	tda8295_i2c_bridge(fe, 1);
401

402 403
	if (fe->ops.tuner_ops.set_analog_params)
		fe->ops.tuner_ops.set_analog_params(fe, &params);
404 405

	if (priv->cfg.agcf)
406
		priv->cfg.agcf(fe);
407

408
	if (tda8295_has_signal(fe))
409 410 411 412
		tuner_dbg("tda8295 is locked\n");
	else
		tuner_dbg("tda8295 not locked, no signal?\n");

413
	tda8295_i2c_bridge(fe, 0);
414 415 416 417
}

/*---------------------------------------------------------------------*/

418
static int tda8290_has_signal(struct dvb_frontend *fe)
L
Linus Torvalds 已提交
419
{
420
	struct tda8290_priv *priv = fe->analog_demod_priv;
L
Linus Torvalds 已提交
421

422 423
	unsigned char i2c_get_afc[1] = { 0x1B };
	unsigned char afc = 0;
L
Linus Torvalds 已提交
424

425 426
	tuner_i2c_xfer_send(&priv->i2c_props, i2c_get_afc, ARRAY_SIZE(i2c_get_afc));
	tuner_i2c_xfer_recv(&priv->i2c_props, &afc, 1);
427
	return (afc & 0x80)? 65535:0;
L
Linus Torvalds 已提交
428 429
}

430 431
/*---------------------------------------------------------------------*/

432
static void tda8290_standby(struct dvb_frontend *fe)
433
{
434 435
	struct tda8290_priv *priv = fe->analog_demod_priv;

436 437
	unsigned char cb1[] = { 0x30, 0xD0 };
	unsigned char tda8290_standby[] = { 0x00, 0x02 };
438
	unsigned char tda8290_agc_tri[] = { 0x02, 0x20 };
439
	struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2};
440

441
	tda8290_i2c_bridge(fe, 1);
442
	if (priv->tda827x_ver != 0)
443
		cb1[1] = 0x90;
444
	i2c_transfer(priv->i2c_props.adap, &msg, 1);
445
	tda8290_i2c_bridge(fe, 0);
446 447
	tuner_i2c_xfer_send(&priv->i2c_props, tda8290_agc_tri, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, tda8290_standby, 2);
448 449
}

450
static void tda8295_standby(struct dvb_frontend *fe)
451
{
452
	tda8295_agc1_out(fe, 0); /* Put AGC in tri-state */
453

454
	tda8295_power(fe, 0);
455 456
}

457
static void tda8290_init_if(struct dvb_frontend *fe)
458
{
459 460
	struct tda8290_priv *priv = fe->analog_demod_priv;
	struct tuner *t = priv->t;
461

462
	unsigned char set_VS[] = { 0x30, 0x6F };
463
	unsigned char set_GP00_CF[] = { 0x20, 0x01 };
464 465
	unsigned char set_GP01_CF[] = { 0x20, 0x0B };

466
	if ((t->config == 1) || (t->config == 2))
467
		tuner_i2c_xfer_send(&priv->i2c_props, set_GP00_CF, 2);
468
	else
469 470
		tuner_i2c_xfer_send(&priv->i2c_props, set_GP01_CF, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_VS, 2);
471 472
}

473
static void tda8295_init_if(struct dvb_frontend *fe)
474
{
475
	struct tda8290_priv *priv = fe->analog_demod_priv;
476 477 478 479 480 481 482 483 484

	static unsigned char set_adc_ctl[]       = { 0x33, 0x14 };
	static unsigned char set_adc_ctl2[]      = { 0x34, 0x00 };
	static unsigned char set_pll_reg6[]      = { 0x3e, 0x63 };
	static unsigned char set_pll_reg0[]      = { 0x38, 0x23 };
	static unsigned char set_pll_reg7[]      = { 0x3f, 0x01 };
	static unsigned char set_pll_reg10[]     = { 0x42, 0x61 };
	static unsigned char set_gpio_reg0[]     = { 0x44, 0x0b };

485
	tda8295_power(fe, 1);
486

487 488
	tda8295_set_easy_mode(fe, 0);
	tda8295_set_video_std(fe);
489 490 491 492 493 494 495 496 497

	tuner_i2c_xfer_send(&priv->i2c_props, set_adc_ctl, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_adc_ctl2, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_pll_reg6, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_pll_reg0, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_pll_reg7, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_pll_reg10, 2);
	tuner_i2c_xfer_send(&priv->i2c_props, set_gpio_reg0, 2);

498 499
	tda8295_agc1_out(fe, 0);
	tda8295_agc2_out(fe, 0);
500 501
}

502
static void tda8290_init_tuner(struct dvb_frontend *fe)
L
Linus Torvalds 已提交
503
{
504
	struct tda8290_priv *priv = fe->analog_demod_priv;
505
	unsigned char tda8275_init[]  = { 0x00, 0x00, 0x00, 0x40, 0xdC, 0x04, 0xAf,
506
					  0x3F, 0x2A, 0x04, 0xFF, 0x00, 0x00, 0x40 };
507
	unsigned char tda8275a_init[] = { 0x00, 0x00, 0x00, 0x00, 0xdC, 0x05, 0x8b,
508
					  0x0c, 0x04, 0x20, 0xFF, 0x00, 0x00, 0x4b };
509
	struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0,
510
			      .buf=tda8275_init, .len = 14};
511
	if (priv->tda827x_ver != 0)
512 513
		msg.buf = tda8275a_init;

514
	tda8290_i2c_bridge(fe, 1);
515
	i2c_transfer(priv->i2c_props.adap, &msg, 1);
516
	tda8290_i2c_bridge(fe, 0);
517 518 519
}

/*---------------------------------------------------------------------*/
L
Linus Torvalds 已提交
520

521
static void tda829x_release(struct dvb_frontend *fe)
522
{
523 524
	if (fe->ops.tuner_ops.release)
		fe->ops.tuner_ops.release(fe);
525

526 527
	kfree(fe->analog_demod_priv);
	fe->analog_demod_priv = NULL;
528 529
}

530
static struct analog_tuner_ops tda8290_tuner_ops = {
531 532 533 534
	.set_tv_freq    = tda8290_set_freq,
	.set_radio_freq = tda8290_set_freq,
	.has_signal     = tda8290_has_signal,
	.standby        = tda8290_standby,
535 536 537
	.release        = tda829x_release,
};

538
static struct analog_tuner_ops tda8295_tuner_ops = {
539 540 541 542 543
	.set_tv_freq    = tda8295_set_freq,
	.set_radio_freq = tda8295_set_freq,
	.has_signal     = tda8295_has_signal,
	.standby        = tda8295_standby,
	.release        = tda829x_release,
544 545
};

546
int tda8290_attach(struct tuner *t)
547
{
548
	struct tda8290_priv *priv = NULL;
549 550 551 552 553
	u8 data;
	int i, ret, tuners_found;
	u32 tuner_addrs;
	struct i2c_msg msg = {.flags=I2C_M_RD, .buf=&data, .len = 1};

554 555
	priv = kzalloc(sizeof(struct tda8290_priv), GFP_KERNEL);
	if (priv == NULL)
556
		return -ENOMEM;
557
	t->fe.analog_demod_priv = priv;
558 559 560 561 562

	priv->i2c_props.addr     = t->i2c.addr;
	priv->i2c_props.adap     = t->i2c.adapter;
	priv->cfg.config         = &t->config;
	priv->cfg.tuner_callback = t->tuner_callback;
563
	priv->t = t;
564

565
	tda8290_i2c_bridge(&t->fe, 1);
566 567 568 569 570
	/* probe for tuner chip */
	tuners_found = 0;
	tuner_addrs = 0;
	for (i=0x60; i<= 0x63; i++) {
		msg.addr = i;
571
		ret = i2c_transfer(priv->i2c_props.adap, &msg, 1);
572 573 574 575 576 577 578 579 580
		if (ret == 1) {
			tuners_found++;
			tuner_addrs = (tuner_addrs << 8) + i;
		}
	}
	/* if there is more than one tuner, we expect the right one is
	   behind the bridge and we choose the highest address that doesn't
	   give a response now
	 */
581
	tda8290_i2c_bridge(&t->fe, 0);
582 583 584
	if(tuners_found > 1)
		for (i = 0; i < tuners_found; i++) {
			msg.addr = tuner_addrs  & 0xff;
585
			ret = i2c_transfer(priv->i2c_props.adap, &msg, 1);
586 587 588 589 590 591 592
			if(ret == 1)
				tuner_addrs = tuner_addrs >> 8;
			else
				break;
		}
	if (tuner_addrs == 0) {
		tuner_addrs = 0x61;
593
		tuner_info("could not clearly identify tuner address, defaulting to %x\n",
594
			     tuner_addrs);
595 596
	} else {
		tuner_addrs = tuner_addrs & 0xff;
597
		tuner_info("setting tuner address to %x\n", tuner_addrs);
598
	}
599
	priv->tda827x_addr = tuner_addrs;
600 601
	msg.addr = tuner_addrs;

602
	tda8290_i2c_bridge(&t->fe, 1);
603

604
	ret = i2c_transfer(priv->i2c_props.adap, &msg, 1);
605
	if( ret != 1)
606 607
		tuner_warn("TDA827x access failed!\n");

608
	if ((data & 0x3c) == 0) {
609
		strlcpy(t->i2c.name, "tda8290+75", sizeof(t->i2c.name));
610
		priv->tda827x_ver = 0;
611
	} else {
612
		strlcpy(t->i2c.name, "tda8290+75a", sizeof(t->i2c.name));
613
		priv->tda827x_ver = 2;
614
	}
615 616 617 618 619 620 621 622
	tda827x_attach(&t->fe, priv->tda827x_addr,
		       priv->i2c_props.adap, &priv->cfg);

	/* FIXME: tda827x module doesn't probe the tuner until
	 * tda827x_initial_sleep is called
	 */
	if (t->fe.ops.tuner_ops.sleep)
		t->fe.ops.tuner_ops.sleep(&t->fe);
623

624
	t->fe.ops.analog_demod_ops = &tda8290_tuner_ops;
L
Linus Torvalds 已提交
625

626 627 628 629 630
	tuner_info("type set to %s\n", t->i2c.name);

	priv->cfg.tda827x_lpsel = 0;
	t->mode = V4L2_TUNER_ANALOG_TV;

631 632
	tda8290_init_tuner(&t->fe);
	tda8290_init_if(&t->fe);
633
	return 0;
L
Linus Torvalds 已提交
634
}
635 636 637 638 639 640 641 642 643 644 645 646 647
EXPORT_SYMBOL_GPL(tda8290_attach);

int tda8295_attach(struct tuner *t)
{
	struct tda8290_priv *priv = NULL;
	u8 data;
	int i, ret, tuners_found;
	u32 tuner_addrs;
	struct i2c_msg msg = { .flags = I2C_M_RD, .buf = &data, .len = 1 };

	priv = kzalloc(sizeof(struct tda8290_priv), GFP_KERNEL);
	if (priv == NULL)
		return -ENOMEM;
648
	t->fe.analog_demod_priv = priv;
649 650 651

	priv->i2c_props.addr     = t->i2c.addr;
	priv->i2c_props.adap     = t->i2c.adapter;
652
	priv->t = t;
653

654
	tda8295_i2c_bridge(&t->fe, 1);
655 656 657 658 659 660 661 662 663 664 665 666 667 668 669
	/* probe for tuner chip */
	tuners_found = 0;
	tuner_addrs = 0;
	for (i = 0x60; i <= 0x63; i++) {
		msg.addr = i;
		ret = i2c_transfer(priv->i2c_props.adap, &msg, 1);
		if (ret == 1) {
			tuners_found++;
			tuner_addrs = (tuner_addrs << 8) + i;
		}
	}
	/* if there is more than one tuner, we expect the right one is
	   behind the bridge and we choose the highest address that doesn't
	   give a response now
	 */
670
	tda8295_i2c_bridge(&t->fe, 0);
671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
	if (tuners_found > 1)
		for (i = 0; i < tuners_found; i++) {
			msg.addr = tuner_addrs  & 0xff;
			ret = i2c_transfer(priv->i2c_props.adap, &msg, 1);
			if (ret == 1)
				tuner_addrs = tuner_addrs >> 8;
			else
				break;
		}
	if (tuner_addrs == 0) {
		tuner_addrs = 0x60;
		tuner_info("could not clearly identify tuner address, "
			   "defaulting to %x\n", tuner_addrs);
	} else {
		tuner_addrs = tuner_addrs & 0xff;
		tuner_info("setting tuner address to %x\n", tuner_addrs);
	}
	priv->tda827x_addr = tuner_addrs;
	msg.addr = tuner_addrs;

691
	tda8295_i2c_bridge(&t->fe, 1);
692
	ret = i2c_transfer(priv->i2c_props.adap, &msg, 1);
693
	tda8295_i2c_bridge(&t->fe, 0);
694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715
	if (ret != 1)
		tuner_warn("TDA827x access failed!\n");
	if ((data & 0x3c) == 0) {
		strlcpy(t->i2c.name, "tda8295+18271", sizeof(t->i2c.name));
		tda18271_attach(&t->fe, priv->tda827x_addr,
				priv->i2c_props.adap);
		priv->tda827x_ver = 4;
	} else {
		strlcpy(t->i2c.name, "tda8295+75a", sizeof(t->i2c.name));
		tda827x_attach(&t->fe, priv->tda827x_addr,
			       priv->i2c_props.adap, &priv->cfg);

		/* FIXME: tda827x module doesn't probe the tuner until
		 * tda827x_initial_sleep is called
		 */
		if (t->fe.ops.tuner_ops.sleep)
			t->fe.ops.tuner_ops.sleep(&t->fe);
		priv->tda827x_ver = 2;
	}
	priv->tda827x_ver |= 1; /* signifies 8295 vs 8290 */
	tuner_info("type set to %s\n", t->i2c.name);

716
	t->fe.ops.analog_demod_ops = &tda8295_tuner_ops;
717 718 719 720

	priv->cfg.tda827x_lpsel = 0;
	t->mode = V4L2_TUNER_ANALOG_TV;

721
	tda8295_init_if(&t->fe);
722 723 724
	return 0;
}
EXPORT_SYMBOL_GPL(tda8295_attach);
L
Linus Torvalds 已提交
725

726
int tda8290_probe(struct tuner *t)
727
{
728
	struct tuner_i2c_props i2c_props = {
729 730
		.adap = t->i2c.adapter,
		.addr = t->i2c.addr
731
	};
732

733 734 735 736
	unsigned char soft_reset[]   = { 0x00, 0x00 };
	unsigned char easy_mode_b[]  = { 0x01, 0x02 };
	unsigned char easy_mode_g[]  = { 0x01, 0x04 };
	unsigned char restore_9886[] = { 0x00, 0xd6, 0x30 };
737 738 739
	unsigned char addr_dto_lsb = 0x07;
	unsigned char data;

740 741 742 743
	tuner_i2c_xfer_send(&i2c_props, easy_mode_b, 2);
	tuner_i2c_xfer_send(&i2c_props, soft_reset, 2);
	tuner_i2c_xfer_send(&i2c_props, &addr_dto_lsb, 1);
	tuner_i2c_xfer_recv(&i2c_props, &data, 1);
744
	if (data == 0) {
745 746 747 748
		tuner_i2c_xfer_send(&i2c_props, easy_mode_g, 2);
		tuner_i2c_xfer_send(&i2c_props, soft_reset, 2);
		tuner_i2c_xfer_send(&i2c_props, &addr_dto_lsb, 1);
		tuner_i2c_xfer_recv(&i2c_props, &data, 1);
749 750 751 752
		if (data == 0x7b) {
			return 0;
		}
	}
753
	tuner_i2c_xfer_send(&i2c_props, restore_9886, 3);
754 755
	return -1;
}
756 757 758
EXPORT_SYMBOL_GPL(tda8290_probe);

MODULE_DESCRIPTION("Philips TDA8290 + TDA8275 / TDA8275a tuner driver");
759
MODULE_AUTHOR("Gerd Knorr, Hartmut Hackmann, Michael Krufky");
760 761
MODULE_LICENSE("GPL");

L
Linus Torvalds 已提交
762 763 764 765 766 767 768
/*
 * Overrides for Emacs so that we follow Linus's tabbing style.
 * ---------------------------------------------------------------------------
 * Local variables:
 * c-basic-offset: 8
 * End:
 */