4068695383eed7bb4843b411e0b7c4fd20d95eef
[pandora-kernel.git] / drivers / media / video / cx23885 / cx23885-cards.c
1 /*
2  *  Driver for the Conexant CX23885 PCIe bridge
3  *
4  *  Copyright (c) 2006 Steven Toth <stoth@hauppauge.com>
5  *
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.
10  *
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
14  *
15  *  GNU General Public License for more details.
16  *
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.
20  */
21
22 #include <linux/init.h>
23 #include <linux/module.h>
24 #include <linux/pci.h>
25 #include <linux/delay.h>
26
27 #include "cx23885.h"
28
29 /* ------------------------------------------------------------------ */
30 /* board config info                                                  */
31
32 struct cx23885_board cx23885_boards[] = {
33         [CX23885_BOARD_UNKNOWN] = {
34                 .name           = "UNKNOWN/GENERIC",
35                 .input          = {{
36                         .type   = CX23885_VMUX_COMPOSITE1,
37                         .vmux   = 0,
38                 },{
39                         .type   = CX23885_VMUX_COMPOSITE2,
40                         .vmux   = 1,
41                 },{
42                         .type   = CX23885_VMUX_COMPOSITE3,
43                         .vmux   = 2,
44                 },{
45                         .type   = CX23885_VMUX_COMPOSITE4,
46                         .vmux   = 3,
47                 }},
48         },
49         [CX23885_BOARD_HAUPPAUGE_HVR1800lp] = {
50                 .name           = "Hauppauge WinTV-HVR1800lp",
51                 .portc          = CX23885_MPEG_DVB,
52                 .input          = {{
53                         .type   = CX23885_VMUX_TELEVISION,
54                         .vmux   = 0,
55                         .gpio0  = 0xff00,
56                 },{
57                         .type   = CX23885_VMUX_DEBUG,
58                         .vmux   = 0,
59                         .gpio0  = 0xff01,
60                 },{
61                         .type   = CX23885_VMUX_COMPOSITE1,
62                         .vmux   = 1,
63                         .gpio0  = 0xff02,
64                 },{
65                         .type   = CX23885_VMUX_SVIDEO,
66                         .vmux   = 2,
67                         .gpio0  = 0xff02,
68                 }},
69         },
70         [CX23885_BOARD_HAUPPAUGE_HVR1800] = {
71                 .name           = "Hauppauge WinTV-HVR1800",
72                 .portc          = CX23885_MPEG_DVB,
73                 .input          = {{
74                         .type   = CX23885_VMUX_TELEVISION,
75                         .vmux   = 0,
76                         .gpio0  = 0xff00,
77                 },{
78                         .type   = CX23885_VMUX_DEBUG,
79                         .vmux   = 0,
80                         .gpio0  = 0xff01,
81                 },{
82                         .type   = CX23885_VMUX_COMPOSITE1,
83                         .vmux   = 1,
84                         .gpio0  = 0xff02,
85                 },{
86                         .type   = CX23885_VMUX_SVIDEO,
87                         .vmux   = 2,
88                         .gpio0  = 0xff02,
89                 }},
90         },
91         [CX23885_BOARD_HAUPPAUGE_HVR1250] = {
92                 .name           = "Hauppauge WinTV-HVR1250",
93                 .portc          = CX23885_MPEG_DVB,
94                 .input          = {{
95                         .type   = CX23885_VMUX_TELEVISION,
96                         .vmux   = 0,
97                         .gpio0  = 0xff00,
98                 },{
99                         .type   = CX23885_VMUX_DEBUG,
100                         .vmux   = 0,
101                         .gpio0  = 0xff01,
102                 },{
103                         .type   = CX23885_VMUX_COMPOSITE1,
104                         .vmux   = 1,
105                         .gpio0  = 0xff02,
106                 },{
107                         .type   = CX23885_VMUX_SVIDEO,
108                         .vmux   = 2,
109                         .gpio0  = 0xff02,
110                 }},
111         },
112         [CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP] = {
113                 .name           = "DViCO FusionHDTV5 Express",
114                 .portb          = CX23885_MPEG_DVB,
115         },
116         [CX23885_BOARD_HAUPPAUGE_HVR1500Q] = {
117                 .name           = "Hauppauge WinTV-HVR1500Q",
118                 .portc          = CX23885_MPEG_DVB,
119         },
120         [CX23885_BOARD_HAUPPAUGE_HVR1500] = {
121                 .name           = "Hauppauge WinTV-HVR1500",
122                 .portc          = CX23885_MPEG_DVB,
123         },
124 };
125 const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards);
126
127 /* ------------------------------------------------------------------ */
128 /* PCI subsystem IDs                                                  */
129
130 struct cx23885_subid cx23885_subids[] = {
131         {
132                 .subvendor = 0x0070,
133                 .subdevice = 0x3400,
134                 .card      = CX23885_BOARD_UNKNOWN,
135         },{
136                 .subvendor = 0x0070,
137                 .subdevice = 0x7600,
138                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800lp,
139         },{
140                 .subvendor = 0x0070,
141                 .subdevice = 0x7800,
142                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800,
143         },{
144                 .subvendor = 0x0070,
145                 .subdevice = 0x7801,
146                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800,
147         },{
148                 .subvendor = 0x0070,
149                 .subdevice = 0x7809,
150                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1800,
151         },{
152                 .subvendor = 0x0070,
153                 .subdevice = 0x7911,
154                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1250,
155         },{
156                 .subvendor = 0x18ac,
157                 .subdevice = 0xd500,
158                 .card      = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP,
159         },{
160                 .subvendor = 0x0070,
161                 .subdevice = 0x7797,
162                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
163         },{
164                 .subvendor = 0x0070,
165                 .subdevice = 0x7717,
166                 .card      = CX23885_BOARD_HAUPPAUGE_HVR1500,
167         },
168 };
169 const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids);
170
171 void cx23885_card_list(struct cx23885_dev *dev)
172 {
173         int i;
174
175         if (0 == dev->pci->subsystem_vendor &&
176             0 == dev->pci->subsystem_device) {
177                 printk("%s: Your board has no valid PCIe Subsystem ID and thus can't\n"
178                        "%s: be autodetected.  Please pass card=<n> insmod option to\n"
179                        "%s: workaround that.  Redirect complaints to the vendor of\n"
180                        "%s: the TV card.  Best regards,\n"
181                        "%s:         -- tux\n",
182                        dev->name, dev->name, dev->name, dev->name, dev->name);
183         } else {
184                 printk("%s: Your board isn't known (yet) to the driver.  You can\n"
185                        "%s: try to pick one of the existing card configs via\n"
186                        "%s: card=<n> insmod option.  Updating to the latest\n"
187                        "%s: version might help as well.\n",
188                        dev->name, dev->name, dev->name, dev->name);
189         }
190         printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
191                dev->name);
192         for (i = 0; i < cx23885_bcount; i++)
193                 printk("%s:    card=%d -> %s\n",
194                        dev->name, i, cx23885_boards[i].name);
195 }
196
197 static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
198 {
199         struct tveeprom tv;
200
201         tveeprom_hauppauge_analog(&dev->i2c_bus[0].i2c_client, &tv, eeprom_data);
202
203         /* Make sure we support the board model */
204         switch (tv.model)
205         {
206         case 76601: /* WinTV-HVR1800lp (PCIe, Retail, No IR, Dual channel ATSC and MPEG2 HW Encoder */
207         case 77001: /* WinTV-HVR1500 (Express Card, Retail, No IR, ATSC and Basic analog */
208         case 77041: /* WinTV-HVR1500Q (Express Card, Retail, No IR, ATSC/QAM and Basic analog */
209         case 78011: /* WinTV-HVR1800 (PCIe, Retail, 3.5mm in, IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
210         case 78501: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM, Dual channel ATSC and MPEG2 HW Encoder */
211         case 78521: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM, Dual channel ATSC and MPEG2 HW Encoder */
212         case 78531: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
213         case 78631: /* WinTV-HVR1800 (PCIe, OEM, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
214         case 79001: /* WinTV-HVR1250 (PCIe, Retail, IR, full height, ATSC and Basic analog */
215         case 79101: /* WinTV-HVR1250 (PCIe, Retail, IR, half height, ATSC and Basic analog */
216         case 79571: /* WinTV-HVR1250 (PCIe, OEM, No IR, full height, ATSC and Basic analog */
217         case 79671: /* WinTV-HVR1250 (PCIe, OEM, No IR, half height, ATSC and Basic analog */
218                 break;
219         default:
220                 printk("%s: warning: unknown hauppauge model #%d\n", dev->name, tv.model);
221                 break;
222         }
223
224         printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
225                         dev->name, tv.model);
226 }
227
228 void cx23885_gpio_setup(struct cx23885_dev *dev)
229 {
230         switch(dev->board) {
231         case CX23885_BOARD_HAUPPAUGE_HVR1250:
232                 /* GPIO-0 cx24227 demodulator reset */
233                 cx_set(GP0_IO, 0x00010001); /* Bring the part out of reset */
234                 break;
235         case CX23885_BOARD_HAUPPAUGE_HVR1500:
236                 /* GPIO-0 cx24227 demodulator */
237                 /* GPIO-2 xc3028 tuner */
238
239                 /* Put the parts into reset */
240                 cx_set(GP0_IO, 0x00050000);
241                 cx_clear(GP0_IO, 0x00000005);
242                 msleep(5);
243
244                 /* Bring the parts out of reset */
245                 cx_set(GP0_IO, 0x00050005);
246                 break;
247         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
248                 /* GPIO-0 cx24227 demodulator reset */
249                 /* GPIO-2 xc5000 tuner reset */
250                 cx_set(GP0_IO, 0x00050005); /* Bring the part out of reset */
251                 break;
252         case CX23885_BOARD_HAUPPAUGE_HVR1800:
253                 /* GPIO-0 656_CLK */
254                 /* GPIO-1 656_D0 */
255                 /* GPIO-2 8295A Reset */
256                 /* GPIO-3-10 cx23417 data0-7 */
257                 /* GPIO-11-14 cx23417 addr0-3 */
258                 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
259                 /* GPIO-19 IR_RX */
260
261                 cx_set(GP0_IO, 0x00040004); /* Bring the tuner out of reset */
262                 break;
263         }
264 }
265
266 int cx23885_ir_init(struct cx23885_dev *dev)
267 {
268         switch (dev->board) {
269         case CX23885_BOARD_HAUPPAUGE_HVR1250:
270         case CX23885_BOARD_HAUPPAUGE_HVR1500:
271         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
272         case CX23885_BOARD_HAUPPAUGE_HVR1800:
273                 /* FIXME: Implement me */
274                 break;
275         }
276
277         return 0;
278 }
279
280 void cx23885_card_setup(struct cx23885_dev *dev)
281 {
282         struct cx23885_tsport *ts1 = &dev->ts1;
283         struct cx23885_tsport *ts2 = &dev->ts2;
284
285         static u8 eeprom[256];
286
287         if (dev->i2c_bus[0].i2c_rc == 0) {
288                 dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
289                 tveeprom_read(&dev->i2c_bus[0].i2c_client,
290                               eeprom, sizeof(eeprom));
291         }
292
293         switch (dev->board) {
294         case CX23885_BOARD_HAUPPAUGE_HVR1250:
295         case CX23885_BOARD_HAUPPAUGE_HVR1500:
296         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
297         case CX23885_BOARD_HAUPPAUGE_HVR1800:
298         case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
299                 if (dev->i2c_bus[0].i2c_rc == 0)
300                         hauppauge_eeprom(dev, eeprom+0x80);
301                 break;
302         }
303
304         switch (dev->board) {
305         case CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP:
306                 ts1->gen_ctrl_val  = 0xc; /* Serial bus + punctured clock */
307                 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
308                 ts1->src_sel_val   = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
309                 break;
310         case CX23885_BOARD_HAUPPAUGE_HVR1250:
311         case CX23885_BOARD_HAUPPAUGE_HVR1500:
312         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
313         case CX23885_BOARD_HAUPPAUGE_HVR1800:
314         case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
315         default:
316                 ts2->gen_ctrl_val  = 0xc; /* Serial bus + punctured clock */
317                 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
318                 ts2->src_sel_val   = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
319         }
320
321 }
322
323 /* ------------------------------------------------------------------ */
324
325 /*
326  * Local variables:
327  * c-basic-offset: 8
328  * End:
329  * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off
330  */