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,
161 [CX23885_BOARD_COMPRO_VIDEOMATE_E650F] = {
162 .name = "Compro VideoMate E650F",
163 .portc = CX23885_MPEG_DVB,
166 const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards);
168 /* ------------------------------------------------------------------ */
169 /* PCI subsystem IDs */
171 struct cx23885_subid cx23885_subids[] = {
175 .card = CX23885_BOARD_UNKNOWN,
179 .card = CX23885_BOARD_HAUPPAUGE_HVR1800lp,
183 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
187 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
191 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
195 .card = CX23885_BOARD_HAUPPAUGE_HVR1250,
199 .card = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP,
203 .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
207 .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
211 .card = CX23885_BOARD_HAUPPAUGE_HVR1500,
215 .card = CX23885_BOARD_HAUPPAUGE_HVR1500,
219 .card = CX23885_BOARD_HAUPPAUGE_HVR1200,
223 .card = CX23885_BOARD_HAUPPAUGE_HVR1200,
227 .card = CX23885_BOARD_HAUPPAUGE_HVR1700,
231 .card = CX23885_BOARD_HAUPPAUGE_HVR1400,
235 .card = CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP,
239 .card = CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP,
243 .card = CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H,
247 .card = CX23885_BOARD_COMPRO_VIDEOMATE_E650F,
250 const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids);
252 void cx23885_card_list(struct cx23885_dev *dev)
256 if (0 == dev->pci->subsystem_vendor &&
257 0 == dev->pci->subsystem_device) {
259 "%s: Board has no valid PCIe Subsystem ID and can't\n"
260 "%s: be autodetected. Pass card=<n> insmod option\n"
261 "%s: to workaround that. Redirect complaints to the\n"
262 "%s: vendor of the TV card. Best regards,\n"
264 dev->name, dev->name, dev->name, dev->name, dev->name);
267 "%s: Your board isn't known (yet) to the driver.\n"
268 "%s: Try to pick one of the existing card configs via\n"
269 "%s: card=<n> insmod option. Updating to the latest\n"
270 "%s: version might help as well.\n",
271 dev->name, dev->name, dev->name, dev->name);
273 printk(KERN_INFO "%s: Here is a list of valid choices for the card=<n> insmod option:\n",
275 for (i = 0; i < cx23885_bcount; i++)
276 printk(KERN_INFO "%s: card=%d -> %s\n",
277 dev->name, i, cx23885_boards[i].name);
280 static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
284 tveeprom_hauppauge_analog(&dev->i2c_bus[0].i2c_client, &tv,
287 /* Make sure we support the board model */
290 /* WinTV-HVR1200 (PCIe, Retail, full height)
291 * DVB-T and basic analog */
293 /* WinTV-HVR1200 (PCIe, OEM, half height)
294 * DVB-T and basic analog */
296 /* WinTV-HVR1200 (PCIe, OEM, half height)
297 * DVB-T and basic analog */
299 /* WinTV-HVR1200 (PCIe, OEM, full height)
300 * DVB-T and basic analog */
302 /* WinTV-HVR1200 (PCIe, OEM, half height)
303 * DVB-T and basic analog */
305 /* WinTV-HVR1200 (PCIe, OEM, full height)
306 * DVB-T and basic analog */
308 /* WinTV-HVR1200 (PCIe, OEM, full height)
309 * DVB-T and basic analog */
311 /* WinTV-HVR1200 (PCIe, OEM, half height)
312 * DVB-T and basic analog */
314 /* WinTV-HVR1200 (PCIe, OEM, full height)
315 * DVB-T and basic analog */
317 /* WinTV-HVR1800lp (PCIe, Retail, No IR, Dual
318 channel ATSC and MPEG2 HW Encoder */
320 /* WinTV-HVR1500 (Express Card, OEM, No IR, ATSC
323 /* WinTV-HVR1500 (Express Card, Retail, No IR, ATSC
326 /* WinTV-HVR1500Q (Express Card, OEM, No IR, ATSC/QAM
329 /* WinTV-HVR1500Q (Express Card, Retail, No IR, ATSC/QAM
332 /* WinTV-HVR1800 (PCIe, Retail, 3.5mm in, IR, No FM,
333 Dual channel ATSC and MPEG2 HW Encoder */
335 /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM,
336 Dual channel ATSC and MPEG2 HW Encoder */
338 /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM,
339 Dual channel ATSC and MPEG2 HW Encoder */
341 /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, No FM,
342 Dual channel ATSC and MPEG2 HW Encoder */
344 /* WinTV-HVR1800 (PCIe, OEM, No IR, No FM,
345 Dual channel ATSC and MPEG2 HW Encoder */
347 /* WinTV-HVR1250 (PCIe, Retail, IR, full height,
348 ATSC and Basic analog */
350 /* WinTV-HVR1250 (PCIe, Retail, IR, half height,
351 ATSC and Basic analog */
353 /* WinTV-HVR1250 (PCIe, OEM, No IR, half height,
354 ATSC and Basic analog */
356 /* WinTV-HVR1250 (PCIe, OEM, No IR, full height,
357 ATSC and Basic analog */
359 /* WinTV-HVR1250 (PCIe, OEM, No IR, half height,
360 ATSC and Basic analog */
362 /* WinTV-HVR1400 (Express Card, Retail, IR,
363 * DVB-T and Basic analog */
365 /* WinTV-HVR1700 (PCIe, OEM, No IR, half height)
366 * DVB-T and MPEG2 HW Encoder */
368 /* WinTV-HVR1700 (PCIe, OEM, No IR, full height)
369 * DVB-T and MPEG2 HW Encoder */
372 printk(KERN_WARNING "%s: warning: unknown hauppauge model #%d\n",
373 dev->name, tv.model);
377 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
378 dev->name, tv.model);
381 int cx23885_tuner_callback(void *priv, int component, int command, int arg)
383 struct cx23885_tsport *port = priv;
384 struct cx23885_dev *dev = port->dev;
387 if (command == XC2028_RESET_CLK)
391 printk(KERN_ERR "%s(): Unknown command 0x%x.\n",
396 switch (dev->board) {
397 case CX23885_BOARD_HAUPPAUGE_HVR1400:
398 case CX23885_BOARD_HAUPPAUGE_HVR1500:
399 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
400 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
401 case CX23885_BOARD_COMPRO_VIDEOMATE_E650F:
402 /* Tuner Reset Command */
405 case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
406 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
407 /* Two identical tuners on two different i2c buses,
408 * we need to reset the correct gpio. */
411 else if (port->nr == 1)
417 /* Drive the tuner into reset and back out */
418 cx_clear(GP0_IO, bitmask);
420 cx_set(GP0_IO, bitmask);
426 void cx23885_gpio_setup(struct cx23885_dev *dev)
428 switch (dev->board) {
429 case CX23885_BOARD_HAUPPAUGE_HVR1250:
430 /* GPIO-0 cx24227 demodulator reset */
431 cx_set(GP0_IO, 0x00010001); /* Bring the part out of reset */
433 case CX23885_BOARD_HAUPPAUGE_HVR1500:
434 /* GPIO-0 cx24227 demodulator */
435 /* GPIO-2 xc3028 tuner */
437 /* Put the parts into reset */
438 cx_set(GP0_IO, 0x00050000);
439 cx_clear(GP0_IO, 0x00000005);
442 /* Bring the parts out of reset */
443 cx_set(GP0_IO, 0x00050005);
445 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
446 /* GPIO-0 cx24227 demodulator reset */
447 /* GPIO-2 xc5000 tuner reset */
448 cx_set(GP0_IO, 0x00050005); /* Bring the part out of reset */
450 case CX23885_BOARD_HAUPPAUGE_HVR1800:
453 /* GPIO-2 8295A Reset */
454 /* GPIO-3-10 cx23417 data0-7 */
455 /* GPIO-11-14 cx23417 addr0-3 */
456 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
460 /* EIO15 Zilog Reset */
461 /* EIO14 S5H1409/CX24227 Reset */
463 /* Force the TDA8295A into reset and back */
464 cx_set(GP0_IO, 0x00040004);
466 cx_clear(GP0_IO, 0x00000004);
468 cx_set(GP0_IO, 0x00040004);
471 case CX23885_BOARD_HAUPPAUGE_HVR1200:
472 /* GPIO-0 tda10048 demodulator reset */
473 /* GPIO-2 tda18271 tuner reset */
475 /* Put the parts into reset and back */
476 cx_set(GP0_IO, 0x00050000);
478 cx_clear(GP0_IO, 0x00000005);
480 cx_set(GP0_IO, 0x00050005);
482 case CX23885_BOARD_HAUPPAUGE_HVR1700:
483 /* GPIO-0 TDA10048 demodulator reset */
484 /* GPIO-2 TDA8295A Reset */
485 /* GPIO-3-10 cx23417 data0-7 */
486 /* GPIO-11-14 cx23417 addr0-3 */
487 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
489 /* The following GPIO's are on the interna AVCore (cx25840) */
491 /* GPIO-20 IR_TX 416/DVBT Select */
492 /* GPIO-21 IIS DAT */
493 /* GPIO-22 IIS WCLK */
494 /* GPIO-23 IIS BCLK */
496 /* Put the parts into reset and back */
497 cx_set(GP0_IO, 0x00050000);
499 cx_clear(GP0_IO, 0x00000005);
501 cx_set(GP0_IO, 0x00050005);
503 case CX23885_BOARD_HAUPPAUGE_HVR1400:
504 /* GPIO-0 Dibcom7000p demodulator reset */
505 /* GPIO-2 xc3028L tuner reset */
508 /* Put the parts into reset and back */
509 cx_set(GP0_IO, 0x00050000);
511 cx_clear(GP0_IO, 0x00000005);
513 cx_set(GP0_IO, 0x00050005);
515 case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
516 /* GPIO-0 xc5000 tuner reset i2c bus 0 */
517 /* GPIO-1 s5h1409 demod reset i2c bus 0 */
518 /* GPIO-2 xc5000 tuner reset i2c bus 1 */
519 /* GPIO-3 s5h1409 demod reset i2c bus 0 */
521 /* Put the parts into reset and back */
522 cx_set(GP0_IO, 0x000f0000);
524 cx_clear(GP0_IO, 0x0000000f);
526 cx_set(GP0_IO, 0x000f000f);
528 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
529 /* GPIO-0 portb xc3028 reset */
530 /* GPIO-1 portb zl10353 reset */
531 /* GPIO-2 portc xc3028 reset */
532 /* GPIO-3 portc zl10353 reset */
534 /* Put the parts into reset and back */
535 cx_set(GP0_IO, 0x000f0000);
537 cx_clear(GP0_IO, 0x0000000f);
539 cx_set(GP0_IO, 0x000f000f);
541 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
542 case CX23885_BOARD_COMPRO_VIDEOMATE_E650F:
543 /* GPIO-2 xc3028 tuner reset */
545 /* The following GPIO's are on the internal AVCore (cx25840) */
546 /* GPIO-? zl10353 demod reset */
548 /* Put the parts into reset and back */
549 cx_set(GP0_IO, 0x00040000);
551 cx_clear(GP0_IO, 0x00000004);
553 cx_set(GP0_IO, 0x00040004);
558 int cx23885_ir_init(struct cx23885_dev *dev)
560 switch (dev->board) {
561 case CX23885_BOARD_HAUPPAUGE_HVR1250:
562 case CX23885_BOARD_HAUPPAUGE_HVR1500:
563 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
564 case CX23885_BOARD_HAUPPAUGE_HVR1800:
565 case CX23885_BOARD_HAUPPAUGE_HVR1200:
566 case CX23885_BOARD_HAUPPAUGE_HVR1400:
567 /* FIXME: Implement me */
569 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
570 request_module("ir-kbd-i2c");
577 void cx23885_card_setup(struct cx23885_dev *dev)
579 struct cx23885_tsport *ts1 = &dev->ts1;
580 struct cx23885_tsport *ts2 = &dev->ts2;
582 static u8 eeprom[256];
584 if (dev->i2c_bus[0].i2c_rc == 0) {
585 dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
586 tveeprom_read(&dev->i2c_bus[0].i2c_client,
587 eeprom, sizeof(eeprom));
590 switch (dev->board) {
591 case CX23885_BOARD_HAUPPAUGE_HVR1250:
592 case CX23885_BOARD_HAUPPAUGE_HVR1500:
593 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
594 case CX23885_BOARD_HAUPPAUGE_HVR1400:
595 if (dev->i2c_bus[0].i2c_rc == 0)
596 hauppauge_eeprom(dev, eeprom+0x80);
598 case CX23885_BOARD_HAUPPAUGE_HVR1800:
599 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
600 case CX23885_BOARD_HAUPPAUGE_HVR1200:
601 case CX23885_BOARD_HAUPPAUGE_HVR1700:
602 if (dev->i2c_bus[0].i2c_rc == 0)
603 hauppauge_eeprom(dev, eeprom+0xc0);
607 switch (dev->board) {
608 case CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP:
609 case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
610 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
611 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
612 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
613 /* break omitted intentionally */
614 case CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP:
615 ts1->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
616 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
617 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
619 case CX23885_BOARD_HAUPPAUGE_HVR1800:
620 /* Defaults for VID B - Analog encoder */
621 /* DREQ_POL, SMODE, PUNC_CLK, MCLK_POL Serial bus + punc clk */
622 ts1->gen_ctrl_val = 0x10e;
623 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
624 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
626 /* APB_TSVALERR_POL (active low)*/
627 ts1->vld_misc_val = 0x2000;
628 ts1->hw_sop_ctrl_val = (0x47 << 16 | 188 << 4 | 0xc);
630 /* Defaults for VID C */
631 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
632 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
633 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
635 case CX23885_BOARD_HAUPPAUGE_HVR1250:
636 case CX23885_BOARD_HAUPPAUGE_HVR1500:
637 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
638 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
639 case CX23885_BOARD_HAUPPAUGE_HVR1200:
640 case CX23885_BOARD_HAUPPAUGE_HVR1700:
641 case CX23885_BOARD_HAUPPAUGE_HVR1400:
642 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
643 case CX23885_BOARD_COMPRO_VIDEOMATE_E650F:
645 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
646 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
647 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
650 /* Certain boards support analog, or require the avcore to be
651 * loaded, ensure this happens.
653 switch (dev->board) {
654 case CX23885_BOARD_HAUPPAUGE_HVR1800:
655 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
656 case CX23885_BOARD_HAUPPAUGE_HVR1700:
657 case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H:
658 case CX23885_BOARD_COMPRO_VIDEOMATE_E650F:
659 request_module("cx25840");
664 /* ------------------------------------------------------------------ */