2 * Driver for the Conexant CX23885 PCIe bridge
4 * Copyright (c) 2006 Steven Toth <stoth@linuxtv.org>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 #include <linux/init.h>
23 #include <linux/module.h>
24 #include <linux/pci.h>
25 #include <linux/delay.h>
26 #include <media/cx25840.h>
29 #include "tuner-xc2028.h"
31 /* ------------------------------------------------------------------ */
32 /* board config info */
34 struct cx23885_board cx23885_boards[] = {
35 [CX23885_BOARD_UNKNOWN] = {
36 .name = "UNKNOWN/GENERIC",
37 /* Ensure safe default for unknown boards */
40 .type = CX23885_VMUX_COMPOSITE1,
43 .type = CX23885_VMUX_COMPOSITE2,
46 .type = CX23885_VMUX_COMPOSITE3,
49 .type = CX23885_VMUX_COMPOSITE4,
53 [CX23885_BOARD_HAUPPAUGE_HVR1800lp] = {
54 .name = "Hauppauge WinTV-HVR1800lp",
55 .portc = CX23885_MPEG_DVB,
57 .type = CX23885_VMUX_TELEVISION,
61 .type = CX23885_VMUX_DEBUG,
65 .type = CX23885_VMUX_COMPOSITE1,
69 .type = CX23885_VMUX_SVIDEO,
74 [CX23885_BOARD_HAUPPAUGE_HVR1800] = {
75 .name = "Hauppauge WinTV-HVR1800",
76 .porta = CX23885_ANALOG_VIDEO,
77 .portb = CX23885_MPEG_ENCODER,
78 .portc = CX23885_MPEG_DVB,
79 .tuner_type = TUNER_PHILIPS_TDA8290,
80 .tuner_addr = 0x42, /* 0x84 >> 1 */
82 .type = CX23885_VMUX_TELEVISION,
83 .vmux = CX25840_VIN7_CH3 |
88 .type = CX23885_VMUX_COMPOSITE1,
89 .vmux = CX25840_VIN7_CH3 |
94 .type = CX23885_VMUX_SVIDEO,
95 .vmux = CX25840_VIN7_CH3 |
102 [CX23885_BOARD_HAUPPAUGE_HVR1250] = {
103 .name = "Hauppauge WinTV-HVR1250",
104 .portc = CX23885_MPEG_DVB,
106 .type = CX23885_VMUX_TELEVISION,
110 .type = CX23885_VMUX_DEBUG,
114 .type = CX23885_VMUX_COMPOSITE1,
118 .type = CX23885_VMUX_SVIDEO,
123 [CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP] = {
124 .name = "DViCO FusionHDTV5 Express",
125 .portb = CX23885_MPEG_DVB,
127 [CX23885_BOARD_HAUPPAUGE_HVR1500Q] = {
128 .name = "Hauppauge WinTV-HVR1500Q",
129 .portc = CX23885_MPEG_DVB,
131 [CX23885_BOARD_HAUPPAUGE_HVR1500] = {
132 .name = "Hauppauge WinTV-HVR1500",
133 .portc = CX23885_MPEG_DVB,
135 [CX23885_BOARD_HAUPPAUGE_HVR1200] = {
136 .name = "Hauppauge WinTV-HVR1200",
137 .portc = CX23885_MPEG_DVB,
139 [CX23885_BOARD_HAUPPAUGE_HVR1700] = {
140 .name = "Hauppauge WinTV-HVR1700",
141 .portc = CX23885_MPEG_DVB,
143 [CX23885_BOARD_HAUPPAUGE_HVR1400] = {
144 .name = "Hauppauge WinTV-HVR1400",
145 .portc = CX23885_MPEG_DVB,
147 [CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP] = {
148 .name = "DViCO FusionHDTV7 Dual Express",
149 .portb = CX23885_MPEG_DVB,
150 .portc = CX23885_MPEG_DVB,
152 [CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP] = {
153 .name = "DViCO FusionHDTV DVB-T Dual Express",
154 .portb = CX23885_MPEG_DVB,
155 .portc = CX23885_MPEG_DVB,
157 [CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H] = {
158 .name = "Leadtek Winfast PxDVR3200 H",
159 .portc = CX23885_MPEG_DVB,
162 const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards);
164 /* ------------------------------------------------------------------ */
165 /* PCI subsystem IDs */
167 struct cx23885_subid cx23885_subids[] = {
171 .card = CX23885_BOARD_UNKNOWN,
175 .card = CX23885_BOARD_HAUPPAUGE_HVR1800lp,
179 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
183 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
187 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
191 .card = CX23885_BOARD_HAUPPAUGE_HVR1250,
195 .card = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP,
199 .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
203 .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
207 .card = CX23885_BOARD_HAUPPAUGE_HVR1500,
211 .card = CX23885_BOARD_HAUPPAUGE_HVR1500,
215 .card = CX23885_BOARD_HAUPPAUGE_HVR1200,
219 .card = CX23885_BOARD_HAUPPAUGE_HVR1200,
223 .card = CX23885_BOARD_HAUPPAUGE_HVR1700,
227 .card = CX23885_BOARD_HAUPPAUGE_HVR1400,
231 .card = CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP,
235 .card = CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP,
239 .card = CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H,
242 const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids);
244 void cx23885_card_list(struct cx23885_dev *dev)
248 if (0 == dev->pci->subsystem_vendor &&
249 0 == dev->pci->subsystem_device) {
251 "%s: Board has no valid PCIe Subsystem ID and can't\n"
252 "%s: be autodetected. Pass card=<n> insmod option\n"
253 "%s: to workaround that. Redirect complaints to the\n"
254 "%s: vendor of the TV card. Best regards,\n"
256 dev->name, dev->name, dev->name, dev->name, dev->name);
259 "%s: Your board isn't known (yet) to the driver.\n"
260 "%s: Try to pick one of the existing card configs via\n"
261 "%s: card=<n> insmod option. Updating to the latest\n"
262 "%s: version might help as well.\n",
263 dev->name, dev->name, dev->name, dev->name);
265 printk(KERN_INFO "%s: Here is a list of valid choices for the card=<n> insmod option:\n",
267 for (i = 0; i < cx23885_bcount; i++)
268 printk(KERN_INFO "%s: card=%d -> %s\n",
269 dev->name, i, cx23885_boards[i].name);
272 static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
276 tveeprom_hauppauge_analog(&dev->i2c_bus[0].i2c_client, &tv,
279 /* Make sure we support the board model */
282 /* WinTV-HVR1200 (PCIe, Retail, full height)
283 * DVB-T and basic analog */
285 /* WinTV-HVR1200 (PCIe, OEM, half height)
286 * DVB-T and basic analog */
288 /* WinTV-HVR1200 (PCIe, OEM, half height)
289 * DVB-T and basic analog */
291 /* WinTV-HVR1200 (PCIe, OEM, full height)
292 * DVB-T and basic analog */
294 /* WinTV-HVR1200 (PCIe, OEM, half height)
295 * DVB-T and basic analog */
297 /* WinTV-HVR1200 (PCIe, OEM, full height)
298 * DVB-T and basic analog */
300 /* WinTV-HVR1200 (PCIe, OEM, full height)
301 * DVB-T and basic analog */
303 /* WinTV-HVR1200 (PCIe, OEM, half height)
304 * DVB-T and basic analog */
306 /* WinTV-HVR1200 (PCIe, OEM, full height)
307 * DVB-T and basic analog */
309 /* WinTV-HVR1800lp (PCIe, Retail, No IR, Dual
310 channel ATSC and MPEG2 HW Encoder */
312 /* WinTV-HVR1500 (Express Card, OEM, No IR, ATSC
315 /* WinTV-HVR1500 (Express Card, Retail, No IR, ATSC
318 /* WinTV-HVR1500Q (Express Card, OEM, No IR, ATSC/QAM
321 /* WinTV-HVR1500Q (Express Card, Retail, No IR, ATSC/QAM
324 /* WinTV-HVR1800 (PCIe, Retail, 3.5mm in, IR, No FM,
325 Dual channel ATSC and MPEG2 HW Encoder */
327 /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM,
328 Dual channel ATSC and MPEG2 HW Encoder */
330 /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM,
331 Dual channel ATSC and MPEG2 HW Encoder */
333 /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, No FM,
334 Dual channel ATSC and MPEG2 HW Encoder */
336 /* WinTV-HVR1800 (PCIe, OEM, No IR, No FM,
337 Dual channel ATSC and MPEG2 HW Encoder */
339 /* WinTV-HVR1250 (PCIe, Retail, IR, full height,
340 ATSC and Basic analog */
342 /* WinTV-HVR1250 (PCIe, Retail, IR, half height,
343 ATSC and Basic analog */
345 /* WinTV-HVR1250 (PCIe, OEM, No IR, half height,
346 ATSC and Basic analog */
348 /* WinTV-HVR1250 (PCIe, OEM, No IR, full height,
349 ATSC and Basic analog */
351 /* WinTV-HVR1250 (PCIe, OEM, No IR, half height,
352 ATSC and Basic analog */
354 /* WinTV-HVR1400 (Express Card, Retail, IR,
355 * DVB-T and Basic analog */
357 /* WinTV-HVR1700 (PCIe, OEM, No IR, half height)
358 * DVB-T and MPEG2 HW Encoder */
360 /* WinTV-HVR1700 (PCIe, OEM, No IR, full height)
361 * DVB-T and MPEG2 HW Encoder */
364 printk(KERN_WARNING "%s: warning: unknown hauppauge model #%d\n",
365 dev->name, tv.model);
369 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
370 dev->name, tv.model);
373 int cx23885_tuner_callback(void *priv, int component, int command, int arg)
375 struct cx23885_tsport *port = priv;
376 struct cx23885_dev *dev = port->dev;
379 if (command == XC2028_RESET_CLK)
383 printk(KERN_ERR "%s(): Unknown command 0x%x.\n",
388 switch (dev->board) {
389 case CX23885_BOARD_HAUPPAUGE_HVR1400:
390 case CX23885_BOARD_HAUPPAUGE_HVR1500:
391 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
392 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
393 /* Tuner Reset Command */
396 case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
397 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
398 /* Two identical tuners on two different i2c buses,
399 * we need to reset the correct gpio. */
402 else if (port->nr == 1)
408 /* Drive the tuner into reset and back out */
409 cx_clear(GP0_IO, bitmask);
411 cx_set(GP0_IO, bitmask);
417 void cx23885_gpio_setup(struct cx23885_dev *dev)
419 switch (dev->board) {
420 case CX23885_BOARD_HAUPPAUGE_HVR1250:
421 /* GPIO-0 cx24227 demodulator reset */
422 cx_set(GP0_IO, 0x00010001); /* Bring the part out of reset */
424 case CX23885_BOARD_HAUPPAUGE_HVR1500:
425 /* GPIO-0 cx24227 demodulator */
426 /* GPIO-2 xc3028 tuner */
428 /* Put the parts into reset */
429 cx_set(GP0_IO, 0x00050000);
430 cx_clear(GP0_IO, 0x00000005);
433 /* Bring the parts out of reset */
434 cx_set(GP0_IO, 0x00050005);
436 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
437 /* GPIO-0 cx24227 demodulator reset */
438 /* GPIO-2 xc5000 tuner reset */
439 cx_set(GP0_IO, 0x00050005); /* Bring the part out of reset */
441 case CX23885_BOARD_HAUPPAUGE_HVR1800:
444 /* GPIO-2 8295A Reset */
445 /* GPIO-3-10 cx23417 data0-7 */
446 /* GPIO-11-14 cx23417 addr0-3 */
447 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
451 /* EIO15 Zilog Reset */
452 /* EIO14 S5H1409/CX24227 Reset */
454 /* Force the TDA8295A into reset and back */
455 cx_set(GP0_IO, 0x00040004);
457 cx_clear(GP0_IO, 0x00000004);
459 cx_set(GP0_IO, 0x00040004);
462 case CX23885_BOARD_HAUPPAUGE_HVR1200:
463 /* GPIO-0 tda10048 demodulator reset */
464 /* GPIO-2 tda18271 tuner reset */
466 /* Put the parts into reset and back */
467 cx_set(GP0_IO, 0x00050000);
469 cx_clear(GP0_IO, 0x00000005);
471 cx_set(GP0_IO, 0x00050005);
473 case CX23885_BOARD_HAUPPAUGE_HVR1700:
474 /* GPIO-0 TDA10048 demodulator reset */
475 /* GPIO-2 TDA8295A Reset */
476 /* GPIO-3-10 cx23417 data0-7 */
477 /* GPIO-11-14 cx23417 addr0-3 */
478 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
480 /* The following GPIO's are on the interna AVCore (cx25840) */
482 /* GPIO-20 IR_TX 416/DVBT Select */
483 /* GPIO-21 IIS DAT */
484 /* GPIO-22 IIS WCLK */
485 /* GPIO-23 IIS BCLK */
487 /* Put the parts into reset and back */
488 cx_set(GP0_IO, 0x00050000);
490 cx_clear(GP0_IO, 0x00000005);
492 cx_set(GP0_IO, 0x00050005);
494 case CX23885_BOARD_HAUPPAUGE_HVR1400:
495 /* GPIO-0 Dibcom7000p demodulator reset */
496 /* GPIO-2 xc3028L tuner reset */
499 /* Put the parts into reset and back */
500 cx_set(GP0_IO, 0x00050000);
502 cx_clear(GP0_IO, 0x00000005);
504 cx_set(GP0_IO, 0x00050005);
506 case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
507 /* GPIO-0 xc5000 tuner reset i2c bus 0 */
508 /* GPIO-1 s5h1409 demod reset i2c bus 0 */
509 /* GPIO-2 xc5000 tuner reset i2c bus 1 */
510 /* GPIO-3 s5h1409 demod reset i2c bus 0 */
512 /* Put the parts into reset and back */
513 cx_set(GP0_IO, 0x000f0000);
515 cx_clear(GP0_IO, 0x0000000f);
517 cx_set(GP0_IO, 0x000f000f);
519 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
520 /* GPIO-0 portb xc3028 reset */
521 /* GPIO-1 portb zl10353 reset */
522 /* GPIO-2 portc xc3028 reset */
523 /* GPIO-3 portc zl10353 reset */
525 /* Put the parts into reset and back */
526 cx_set(GP0_IO, 0x000f0000);
528 cx_clear(GP0_IO, 0x0000000f);
530 cx_set(GP0_IO, 0x000f000f);
532 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
533 /* GPIO-2 xc3028 tuner reset */
535 /* The following GPIO's are on the internal AVCore (cx25840) */
536 /* GPIO-? zl10353 demod reset */
538 /* Put the parts into reset and back */
539 cx_set(GP0_IO, 0x00040000);
541 cx_clear(GP0_IO, 0x00000004);
543 cx_set(GP0_IO, 0x00040004);
548 int cx23885_ir_init(struct cx23885_dev *dev)
550 switch (dev->board) {
551 case CX23885_BOARD_HAUPPAUGE_HVR1250:
552 case CX23885_BOARD_HAUPPAUGE_HVR1500:
553 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
554 case CX23885_BOARD_HAUPPAUGE_HVR1800:
555 case CX23885_BOARD_HAUPPAUGE_HVR1200:
556 case CX23885_BOARD_HAUPPAUGE_HVR1400:
557 /* FIXME: Implement me */
559 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
560 request_module("ir-kbd-i2c");
567 void cx23885_card_setup(struct cx23885_dev *dev)
569 struct cx23885_tsport *ts1 = &dev->ts1;
570 struct cx23885_tsport *ts2 = &dev->ts2;
572 static u8 eeprom[256];
574 if (dev->i2c_bus[0].i2c_rc == 0) {
575 dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
576 tveeprom_read(&dev->i2c_bus[0].i2c_client,
577 eeprom, sizeof(eeprom));
580 switch (dev->board) {
581 case CX23885_BOARD_HAUPPAUGE_HVR1250:
582 case CX23885_BOARD_HAUPPAUGE_HVR1500:
583 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
584 case CX23885_BOARD_HAUPPAUGE_HVR1400:
585 if (dev->i2c_bus[0].i2c_rc == 0)
586 hauppauge_eeprom(dev, eeprom+0x80);
588 case CX23885_BOARD_HAUPPAUGE_HVR1800:
589 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
590 case CX23885_BOARD_HAUPPAUGE_HVR1200:
591 case CX23885_BOARD_HAUPPAUGE_HVR1700:
592 if (dev->i2c_bus[0].i2c_rc == 0)
593 hauppauge_eeprom(dev, eeprom+0xc0);
597 switch (dev->board) {
598 case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
599 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
600 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
601 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
602 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
603 /* break omitted intentionally */
604 case CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP:
605 ts1->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
606 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
607 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
609 case CX23885_BOARD_HAUPPAUGE_HVR1800:
610 /* Defaults for VID B - Analog encoder */
611 /* DREQ_POL, SMODE, PUNC_CLK, MCLK_POL Serial bus + punc clk */
612 ts1->gen_ctrl_val = 0x10e;
613 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
614 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
616 /* APB_TSVALERR_POL (active low)*/
617 ts1->vld_misc_val = 0x2000;
618 ts1->hw_sop_ctrl_val = (0x47 << 16 | 188 << 4 | 0xc);
620 /* Defaults for VID C */
621 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
622 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
623 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
625 case CX23885_BOARD_HAUPPAUGE_HVR1250:
626 case CX23885_BOARD_HAUPPAUGE_HVR1500:
627 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
628 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
629 case CX23885_BOARD_HAUPPAUGE_HVR1200:
630 case CX23885_BOARD_HAUPPAUGE_HVR1700:
631 case CX23885_BOARD_HAUPPAUGE_HVR1400:
632 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
634 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
635 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
636 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
639 /* Certain boards support analog, or require the avcore to be
640 * loaded, ensure this happens.
642 switch (dev->board) {
643 case CX23885_BOARD_HAUPPAUGE_HVR1800:
644 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
645 case CX23885_BOARD_HAUPPAUGE_HVR1700:
646 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
647 request_module("cx25840");
652 /* ------------------------------------------------------------------ */