1 // SPDX-License-Identifier: GPL-2.0-only
3 * cobalt driver initialization and card probing
5 * Derived from cx18-driver.c
7 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
11 #include <linux/delay.h>
12 #include <media/i2c/adv7604.h>
13 #include <media/i2c/adv7842.h>
14 #include <media/i2c/adv7511.h>
15 #include <media/v4l2-event.h>
16 #include <media/v4l2-ctrls.h>
18 #include "cobalt-driver.h"
19 #include "cobalt-irq.h"
20 #include "cobalt-i2c.h"
21 #include "cobalt-v4l2.h"
22 #include "cobalt-flash.h"
23 #include "cobalt-alsa.h"
24 #include "cobalt-omnitek.h"
26 /* add your revision and whatnot here */
27 static const struct pci_device_id cobalt_pci_tbl
[] = {
28 {PCI_VENDOR_ID_CISCO
, PCI_DEVICE_ID_COBALT
,
29 PCI_ANY_ID
, PCI_ANY_ID
, 0, 0, 0},
33 MODULE_DEVICE_TABLE(pci
, cobalt_pci_tbl
);
35 static atomic_t cobalt_instance
= ATOMIC_INIT(0);
38 module_param_named(debug
, cobalt_debug
, int, 0644);
39 MODULE_PARM_DESC(debug
, "Debug level. Default: 0\n");
41 int cobalt_ignore_err
;
42 module_param_named(ignore_err
, cobalt_ignore_err
, int, 0644);
43 MODULE_PARM_DESC(ignore_err
,
44 "If set then ignore missing i2c adapters/receivers. Default: 0\n");
46 MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com> & Morten Hestnes");
47 MODULE_DESCRIPTION("cobalt driver");
48 MODULE_LICENSE("GPL");
50 static u8 edid
[256] = {
51 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00,
52 0x50, 0x21, 0x32, 0x27, 0x00, 0x00, 0x00, 0x00,
53 0x22, 0x1a, 0x01, 0x03, 0x80, 0x30, 0x1b, 0x78,
54 0x0f, 0xee, 0x91, 0xa3, 0x54, 0x4c, 0x99, 0x26,
55 0x0f, 0x50, 0x54, 0x2f, 0xcf, 0x00, 0x31, 0x59,
56 0x45, 0x59, 0x61, 0x59, 0x81, 0x99, 0x01, 0x01,
57 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x3a,
58 0x80, 0x18, 0x71, 0x38, 0x2d, 0x40, 0x58, 0x2c,
59 0x46, 0x00, 0xe0, 0x0e, 0x11, 0x00, 0x00, 0x1e,
60 0x00, 0x00, 0x00, 0xfd, 0x00, 0x18, 0x55, 0x18,
61 0x5e, 0x11, 0x00, 0x0a, 0x20, 0x20, 0x20, 0x20,
62 0x20, 0x20, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x63,
63 0x6f, 0x62, 0x61, 0x6c, 0x74, 0x0a, 0x20, 0x20,
64 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0x10,
65 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
66 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x9c,
68 0x02, 0x03, 0x1f, 0xf0, 0x4a, 0x90, 0x1f, 0x04,
69 0x13, 0x22, 0x21, 0x20, 0x02, 0x11, 0x01, 0x23,
70 0x09, 0x07, 0x07, 0x68, 0x03, 0x0c, 0x00, 0x10,
71 0x00, 0x00, 0x22, 0x0f, 0xe2, 0x00, 0xea, 0x00,
72 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
73 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
74 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
75 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
76 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
77 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
78 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
79 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
80 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
81 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
82 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
83 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa7,
86 static void cobalt_set_interrupt(struct cobalt
*cobalt
, bool enable
)
89 unsigned irqs
= COBALT_SYSSTAT_VI0_INT1_MSK
|
90 COBALT_SYSSTAT_VI1_INT1_MSK
|
91 COBALT_SYSSTAT_VI2_INT1_MSK
|
92 COBALT_SYSSTAT_VI3_INT1_MSK
|
93 COBALT_SYSSTAT_VI0_INT2_MSK
|
94 COBALT_SYSSTAT_VI1_INT2_MSK
|
95 COBALT_SYSSTAT_VI2_INT2_MSK
|
96 COBALT_SYSSTAT_VI3_INT2_MSK
|
97 COBALT_SYSSTAT_VI0_LOST_DATA_MSK
|
98 COBALT_SYSSTAT_VI1_LOST_DATA_MSK
|
99 COBALT_SYSSTAT_VI2_LOST_DATA_MSK
|
100 COBALT_SYSSTAT_VI3_LOST_DATA_MSK
|
101 COBALT_SYSSTAT_AUD_IN_LOST_DATA_MSK
;
103 if (cobalt
->have_hsma_rx
)
104 irqs
|= COBALT_SYSSTAT_VIHSMA_INT1_MSK
|
105 COBALT_SYSSTAT_VIHSMA_INT2_MSK
|
106 COBALT_SYSSTAT_VIHSMA_LOST_DATA_MSK
;
108 if (cobalt
->have_hsma_tx
)
109 irqs
|= COBALT_SYSSTAT_VOHSMA_INT1_MSK
|
110 COBALT_SYSSTAT_VOHSMA_LOST_DATA_MSK
|
111 COBALT_SYSSTAT_AUD_OUT_LOST_DATA_MSK
;
112 /* Clear any existing interrupts */
113 cobalt_write_bar1(cobalt
, COBALT_SYS_STAT_EDGE
, 0xffffffff);
114 /* PIO Core interrupt mask register.
115 Enable ADV7604 INT1 interrupts */
116 cobalt_write_bar1(cobalt
, COBALT_SYS_STAT_MASK
, irqs
);
118 /* Disable all ADV7604 interrupts */
119 cobalt_write_bar1(cobalt
, COBALT_SYS_STAT_MASK
, 0);
123 static unsigned cobalt_get_sd_nr(struct v4l2_subdev
*sd
)
125 struct cobalt
*cobalt
= to_cobalt(sd
->v4l2_dev
);
128 for (i
= 0; i
< COBALT_NUM_NODES
; i
++)
129 if (sd
== cobalt
->streams
[i
].sd
)
131 cobalt_err("Invalid adv7604 subdev pointer!\n");
135 static void cobalt_notify(struct v4l2_subdev
*sd
,
136 unsigned int notification
, void *arg
)
138 struct cobalt
*cobalt
= to_cobalt(sd
->v4l2_dev
);
139 unsigned sd_nr
= cobalt_get_sd_nr(sd
);
140 struct cobalt_stream
*s
= &cobalt
->streams
[sd_nr
];
141 bool hotplug
= arg
? *((int *)arg
) : false;
146 switch (notification
) {
147 case ADV76XX_HOTPLUG
:
148 cobalt_s_bit_sysctrl(cobalt
,
149 COBALT_SYS_CTRL_HPD_TO_CONNECTOR_BIT(sd_nr
), hotplug
);
150 cobalt_dbg(1, "Set hotplug for adv %d to %d\n", sd_nr
, hotplug
);
152 case V4L2_DEVICE_NOTIFY_EVENT
:
153 cobalt_dbg(1, "Format changed for adv %d\n", sd_nr
);
154 v4l2_event_queue(&s
->vdev
, arg
);
161 static int get_payload_size(u16 code
)
175 static const char *get_link_speed(u16 stat
)
177 switch (stat
& PCI_EXP_LNKSTA_CLS
) {
178 case 1: return "2.5 Gbit/s";
179 case 2: return "5 Gbit/s";
180 case 3: return "10 Gbit/s";
182 return "Unknown speed";
185 void cobalt_pcie_status_show(struct cobalt
*cobalt
)
187 struct pci_dev
*pci_dev
= cobalt
->pci_dev
;
188 struct pci_dev
*pci_bus_dev
= cobalt
->pci_dev
->bus
->self
;
194 offset
= pci_find_capability(pci_dev
, PCI_CAP_ID_EXP
);
195 bus_offset
= pci_find_capability(pci_bus_dev
, PCI_CAP_ID_EXP
);
196 if (!offset
|| !bus_offset
)
200 pci_read_config_dword(pci_dev
, offset
+ PCI_EXP_DEVCAP
, &capa
);
201 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_DEVCTL
, &ctrl
);
202 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_DEVSTA
, &stat
);
203 cobalt_info("PCIe device capability 0x%08x: Max payload %d\n",
204 capa
, get_payload_size(capa
& PCI_EXP_DEVCAP_PAYLOAD
));
205 cobalt_info("PCIe device control 0x%04x: Max payload %d. Max read request %d\n",
207 get_payload_size((ctrl
& PCI_EXP_DEVCTL_PAYLOAD
) >> 5),
208 get_payload_size((ctrl
& PCI_EXP_DEVCTL_READRQ
) >> 12));
209 cobalt_info("PCIe device status 0x%04x\n", stat
);
212 pci_read_config_dword(pci_dev
, offset
+ PCI_EXP_LNKCAP
, &capa
);
213 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_LNKCTL
, &ctrl
);
214 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_LNKSTA
, &stat
);
215 cobalt_info("PCIe link capability 0x%08x: %s per lane and %u lanes\n",
216 capa
, get_link_speed(capa
),
217 (capa
& PCI_EXP_LNKCAP_MLW
) >> 4);
218 cobalt_info("PCIe link control 0x%04x\n", ctrl
);
219 cobalt_info("PCIe link status 0x%04x: %s per lane and %u lanes\n",
220 stat
, get_link_speed(stat
),
221 (stat
& PCI_EXP_LNKSTA_NLW
) >> 4);
224 pci_read_config_dword(pci_bus_dev
, bus_offset
+ PCI_EXP_LNKCAP
, &capa
);
225 cobalt_info("PCIe bus link capability 0x%08x: %s per lane and %u lanes\n",
226 capa
, get_link_speed(capa
),
227 (capa
& PCI_EXP_LNKCAP_MLW
) >> 4);
230 pci_read_config_dword(pci_dev
, offset
+ PCI_EXP_SLTCAP
, &capa
);
231 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_SLTCTL
, &ctrl
);
232 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_SLTSTA
, &stat
);
233 cobalt_info("PCIe slot capability 0x%08x\n", capa
);
234 cobalt_info("PCIe slot control 0x%04x\n", ctrl
);
235 cobalt_info("PCIe slot status 0x%04x\n", stat
);
238 static unsigned pcie_link_get_lanes(struct cobalt
*cobalt
)
240 struct pci_dev
*pci_dev
= cobalt
->pci_dev
;
244 offset
= pci_find_capability(pci_dev
, PCI_CAP_ID_EXP
);
247 pci_read_config_word(pci_dev
, offset
+ PCI_EXP_LNKSTA
, &link
);
248 return (link
& PCI_EXP_LNKSTA_NLW
) >> 4;
251 static unsigned pcie_bus_link_get_lanes(struct cobalt
*cobalt
)
253 struct pci_dev
*pci_dev
= cobalt
->pci_dev
->bus
->self
;
257 offset
= pci_find_capability(pci_dev
, PCI_CAP_ID_EXP
);
260 pci_read_config_dword(pci_dev
, offset
+ PCI_EXP_LNKCAP
, &link
);
261 return (link
& PCI_EXP_LNKCAP_MLW
) >> 4;
264 static void msi_config_show(struct cobalt
*cobalt
, struct pci_dev
*pci_dev
)
269 pci_read_config_word(pci_dev
, 0x52, &ctrl
);
270 cobalt_info("MSI %s\n", ctrl
& 1 ? "enable" : "disable");
271 cobalt_info("MSI multiple message: Capable %u. Enable %u\n",
272 (1 << ((ctrl
>> 1) & 7)), (1 << ((ctrl
>> 4) & 7)));
274 cobalt_info("MSI: 64-bit address capable\n");
275 pci_read_config_dword(pci_dev
, 0x54, &adrs_l
);
276 pci_read_config_dword(pci_dev
, 0x58, &adrs_h
);
277 pci_read_config_word(pci_dev
, 0x5c, &data
);
279 cobalt_info("MSI: Address 0x%08x%08x. Data 0x%04x\n",
280 adrs_h
, adrs_l
, data
);
282 cobalt_info("MSI: Address 0x%08x. Data 0x%04x\n",
286 static void cobalt_pci_iounmap(struct cobalt
*cobalt
, struct pci_dev
*pci_dev
)
289 pci_iounmap(pci_dev
, cobalt
->bar0
);
293 pci_iounmap(pci_dev
, cobalt
->bar1
);
298 static void cobalt_free_msi(struct cobalt
*cobalt
, struct pci_dev
*pci_dev
)
300 free_irq(pci_dev
->irq
, (void *)cobalt
);
301 pci_free_irq_vectors(pci_dev
);
304 static int cobalt_setup_pci(struct cobalt
*cobalt
, struct pci_dev
*pci_dev
,
305 const struct pci_device_id
*pci_id
)
310 cobalt_dbg(1, "enabling pci device\n");
312 ret
= pci_enable_device(pci_dev
);
314 cobalt_err("can't enable device\n");
317 pci_set_master(pci_dev
);
318 pci_read_config_byte(pci_dev
, PCI_CLASS_REVISION
, &cobalt
->card_rev
);
319 pci_read_config_word(pci_dev
, PCI_DEVICE_ID
, &cobalt
->device_id
);
321 switch (cobalt
->device_id
) {
322 case PCI_DEVICE_ID_COBALT
:
323 cobalt_info("PCI Express interface from Omnitek\n");
326 cobalt_info("PCI Express interface provider is unknown!\n");
330 if (pcie_link_get_lanes(cobalt
) != 8) {
331 cobalt_warn("PCI Express link width is %d lanes.\n",
332 pcie_link_get_lanes(cobalt
));
333 if (pcie_bus_link_get_lanes(cobalt
) < 8)
334 cobalt_warn("The current slot only supports %d lanes, for best performance 8 are needed\n",
335 pcie_bus_link_get_lanes(cobalt
));
336 if (pcie_link_get_lanes(cobalt
) != pcie_bus_link_get_lanes(cobalt
)) {
337 cobalt_err("The card is most likely not seated correctly in the PCIe slot\n");
343 if (pci_set_dma_mask(pci_dev
, DMA_BIT_MASK(64))) {
344 ret
= pci_set_dma_mask(pci_dev
, DMA_BIT_MASK(32));
346 cobalt_err("no suitable DMA available\n");
351 ret
= pci_request_regions(pci_dev
, "cobalt");
353 cobalt_err("error requesting regions\n");
357 cobalt_pcie_status_show(cobalt
);
359 cobalt
->bar0
= pci_iomap(pci_dev
, 0, 0);
360 cobalt
->bar1
= pci_iomap(pci_dev
, 1, 0);
361 if (cobalt
->bar1
== NULL
) {
362 cobalt
->bar1
= pci_iomap(pci_dev
, 2, 0);
363 cobalt_info("64-bit BAR\n");
365 if (!cobalt
->bar0
|| !cobalt
->bar1
) {
370 /* Reset the video inputs before enabling any interrupts */
371 ctrl
= cobalt_read_bar1(cobalt
, COBALT_SYS_CTRL_BASE
);
372 cobalt_write_bar1(cobalt
, COBALT_SYS_CTRL_BASE
, ctrl
& ~0xf00);
374 /* Disable interrupts to prevent any spurious interrupts
375 from being generated. */
376 cobalt_set_interrupt(cobalt
, false);
378 if (pci_alloc_irq_vectors(pci_dev
, 1, 1, PCI_IRQ_MSI
) < 1) {
379 cobalt_err("Could not enable MSI\n");
383 msi_config_show(cobalt
, pci_dev
);
386 if (request_irq(pci_dev
->irq
, cobalt_irq_handler
, IRQF_SHARED
,
387 cobalt
->v4l2_dev
.name
, (void *)cobalt
)) {
388 cobalt_err("Failed to register irq %d\n", pci_dev
->irq
);
393 omni_sg_dma_init(cobalt
);
397 pci_disable_msi(pci_dev
);
400 cobalt_pci_iounmap(cobalt
, pci_dev
);
401 pci_release_regions(pci_dev
);
404 pci_disable_device(cobalt
->pci_dev
);
408 static int cobalt_hdl_info_get(struct cobalt
*cobalt
)
412 for (i
= 0; i
< COBALT_HDL_INFO_SIZE
; i
++)
413 cobalt
->hdl_info
[i
] =
414 ioread8(cobalt
->bar1
+ COBALT_HDL_INFO_BASE
+ i
);
415 cobalt
->hdl_info
[COBALT_HDL_INFO_SIZE
- 1] = '\0';
416 if (strstr(cobalt
->hdl_info
, COBALT_HDL_SEARCH_STR
))
422 static void cobalt_stream_struct_init(struct cobalt
*cobalt
)
426 for (i
= 0; i
< COBALT_NUM_STREAMS
; i
++) {
427 struct cobalt_stream
*s
= &cobalt
->streams
[i
];
432 s
->is_output
= false;
435 /* The Memory DMA channels will always get a lower channel
436 * number than the FIFO DMA. Video input should map to the
437 * stream 0-3. The other can use stream struct from 4 and
439 if (i
<= COBALT_HSMA_IN_NODE
) {
440 s
->dma_channel
= i
+ cobalt
->first_fifo_channel
;
441 s
->video_channel
= i
;
443 COBALT_SYSSTAT_VI0_LOST_DATA_MSK
<< (4 * i
);
445 COBALT_SYSSTAT_VI0_INT1_MSK
<< (4 * i
);
446 } else if (i
>= COBALT_AUDIO_IN_STREAM
&&
447 i
<= COBALT_AUDIO_IN_STREAM
+ 4) {
448 unsigned idx
= i
- COBALT_AUDIO_IN_STREAM
;
450 s
->dma_channel
= 6 + idx
;
452 s
->video_channel
= idx
;
453 s
->dma_fifo_mask
= COBALT_SYSSTAT_AUD_IN_LOST_DATA_MSK
;
454 } else if (i
== COBALT_HSMA_OUT_NODE
) {
457 s
->video_channel
= 5;
458 s
->dma_fifo_mask
= COBALT_SYSSTAT_VOHSMA_LOST_DATA_MSK
;
459 s
->adv_irq_mask
= COBALT_SYSSTAT_VOHSMA_INT1_MSK
;
460 } else if (i
== COBALT_AUDIO_OUT_STREAM
) {
464 s
->video_channel
= 5;
465 s
->dma_fifo_mask
= COBALT_SYSSTAT_AUD_OUT_LOST_DATA_MSK
;
467 /* FIXME: Memory DMA for debug purpose */
468 s
->dma_channel
= i
- COBALT_NUM_NODES
;
470 cobalt_info("stream #%d -> dma channel #%d <- video channel %d\n",
471 i
, s
->dma_channel
, s
->video_channel
);
475 static int cobalt_subdevs_init(struct cobalt
*cobalt
)
477 static struct adv76xx_platform_data adv7604_pdata
= {
479 .ain_sel
= ADV7604_AIN7_8_9_NC_SYNC_3_1
,
480 .bus_order
= ADV7604_BUS_ORDER_BRG
,
482 .op_format_mode_sel
= ADV7604_OP_FORMAT_MODE0
,
483 .int1_config
= ADV76XX_INT1_CONFIG_ACTIVE_HIGH
,
484 .dr_str_data
= ADV76XX_DR_STR_HIGH
,
485 .dr_str_clk
= ADV76XX_DR_STR_HIGH
,
486 .dr_str_sync
= ADV76XX_DR_STR_HIGH
,
487 .hdmi_free_run_mode
= 1,
491 static struct i2c_board_info adv7604_info
= {
494 .platform_data
= &adv7604_pdata
,
497 struct cobalt_stream
*s
= cobalt
->streams
;
500 for (i
= 0; i
< COBALT_NUM_INPUTS
; i
++) {
501 struct v4l2_subdev_format sd_fmt
= {
502 .pad
= ADV7604_PAD_SOURCE
,
503 .which
= V4L2_SUBDEV_FORMAT_ACTIVE
,
504 .format
.code
= MEDIA_BUS_FMT_YUYV8_1X16
,
506 struct v4l2_subdev_edid cobalt_edid
= {
507 .pad
= ADV76XX_PAD_HDMI_PORT_A
,
514 s
[i
].pad_source
= ADV7604_PAD_SOURCE
;
515 s
[i
].i2c_adap
= &cobalt
->i2c_adap
[i
];
516 if (s
[i
].i2c_adap
->dev
.parent
== NULL
)
518 cobalt_s_bit_sysctrl(cobalt
,
519 COBALT_SYS_CTRL_NRESET_TO_HDMI_BIT(i
), 1);
520 s
[i
].sd
= v4l2_i2c_new_subdev_board(&cobalt
->v4l2_dev
,
521 s
[i
].i2c_adap
, &adv7604_info
, NULL
);
523 if (cobalt_ignore_err
)
527 err
= v4l2_subdev_call(s
[i
].sd
, video
, s_routing
,
528 ADV76XX_PAD_HDMI_PORT_A
, 0, 0);
531 err
= v4l2_subdev_call(s
[i
].sd
, pad
, set_edid
,
535 err
= v4l2_subdev_call(s
[i
].sd
, pad
, set_fmt
, NULL
,
539 /* Reset channel video module */
540 cobalt_s_bit_sysctrl(cobalt
,
541 COBALT_SYS_CTRL_VIDEO_RX_RESETN_BIT(i
), 0);
543 cobalt_s_bit_sysctrl(cobalt
,
544 COBALT_SYS_CTRL_VIDEO_RX_RESETN_BIT(i
), 1);
546 s
[i
].is_dummy
= false;
547 cobalt
->streams
[i
+ COBALT_AUDIO_IN_STREAM
].is_dummy
= false;
552 static int cobalt_subdevs_hsma_init(struct cobalt
*cobalt
)
554 static struct adv7842_platform_data adv7842_pdata
= {
556 .ain_sel
= ADV7842_AIN1_2_3_NC_SYNC_1_2
,
557 .bus_order
= ADV7842_BUS_ORDER_RBG
,
558 .op_format_mode_sel
= ADV7842_OP_FORMAT_MODE0
,
563 .mode
= ADV7842_MODE_HDMI
,
564 .hdmi_free_run_enable
= 1,
565 .vid_std_select
= ADV7842_HDMI_COMP_VID_STD_HD_1250P
,
572 .i2c_repeater
= 0x32,
574 .i2c_infoframe
= 0x3e,
578 static struct i2c_board_info adv7842_info
= {
581 .platform_data
= &adv7842_pdata
,
583 static struct v4l2_subdev_format sd_fmt
= {
584 .pad
= ADV7842_PAD_SOURCE
,
585 .which
= V4L2_SUBDEV_FORMAT_ACTIVE
,
586 .format
.code
= MEDIA_BUS_FMT_YUYV8_1X16
,
588 static struct adv7511_platform_data adv7511_pdata
= {
589 .i2c_edid
= 0x7e >> 1,
590 .i2c_cec
= 0x7c >> 1,
591 .i2c_pktmem
= 0x70 >> 1,
594 static struct i2c_board_info adv7511_info
= {
596 .addr
= 0x39, /* 0x39 or 0x3d */
597 .platform_data
= &adv7511_pdata
,
599 struct v4l2_subdev_edid cobalt_edid
= {
600 .pad
= ADV7842_EDID_PORT_A
,
605 struct cobalt_stream
*s
= &cobalt
->streams
[COBALT_HSMA_IN_NODE
];
607 s
->i2c_adap
= &cobalt
->i2c_adap
[COBALT_NUM_ADAPTERS
- 1];
608 if (s
->i2c_adap
->dev
.parent
== NULL
)
610 cobalt_s_bit_sysctrl(cobalt
, COBALT_SYS_CTRL_NRESET_TO_HDMI_BIT(4), 1);
612 s
->sd
= v4l2_i2c_new_subdev_board(&cobalt
->v4l2_dev
,
613 s
->i2c_adap
, &adv7842_info
, NULL
);
615 int err
= v4l2_subdev_call(s
->sd
, pad
, set_edid
, &cobalt_edid
);
619 err
= v4l2_subdev_call(s
->sd
, pad
, set_fmt
, NULL
,
623 cobalt
->have_hsma_rx
= true;
624 s
->pad_source
= ADV7842_PAD_SOURCE
;
626 cobalt
->streams
[4 + COBALT_AUDIO_IN_STREAM
].is_dummy
= false;
627 /* Reset channel video module */
628 cobalt_s_bit_sysctrl(cobalt
,
629 COBALT_SYS_CTRL_VIDEO_RX_RESETN_BIT(4), 0);
631 cobalt_s_bit_sysctrl(cobalt
,
632 COBALT_SYS_CTRL_VIDEO_RX_RESETN_BIT(4), 1);
636 cobalt_s_bit_sysctrl(cobalt
, COBALT_SYS_CTRL_NRESET_TO_HDMI_BIT(4), 0);
637 cobalt_s_bit_sysctrl(cobalt
, COBALT_SYS_CTRL_PWRDN0_TO_HSMA_TX_BIT
, 0);
639 s
->i2c_adap
= &cobalt
->i2c_adap
[COBALT_NUM_ADAPTERS
- 1];
640 s
->sd
= v4l2_i2c_new_subdev_board(&cobalt
->v4l2_dev
,
641 s
->i2c_adap
, &adv7511_info
, NULL
);
643 /* A transmitter is hooked up, so we can set this bit */
644 cobalt_s_bit_sysctrl(cobalt
,
645 COBALT_SYS_CTRL_HSMA_TX_ENABLE_BIT
, 1);
646 cobalt_s_bit_sysctrl(cobalt
,
647 COBALT_SYS_CTRL_VIDEO_RX_RESETN_BIT(4), 0);
648 cobalt_s_bit_sysctrl(cobalt
,
649 COBALT_SYS_CTRL_VIDEO_TX_RESETN_BIT
, 1);
650 cobalt
->have_hsma_tx
= true;
651 v4l2_subdev_call(s
->sd
, core
, s_power
, 1);
652 v4l2_subdev_call(s
->sd
, video
, s_stream
, 1);
653 v4l2_subdev_call(s
->sd
, audio
, s_stream
, 1);
654 v4l2_ctrl_s_ctrl(v4l2_ctrl_find(s
->sd
->ctrl_handler
,
655 V4L2_CID_DV_TX_MODE
), V4L2_DV_TX_MODE_HDMI
);
657 cobalt
->streams
[COBALT_AUDIO_OUT_STREAM
].is_dummy
= false;
663 static int cobalt_probe(struct pci_dev
*pci_dev
,
664 const struct pci_device_id
*pci_id
)
666 struct cobalt
*cobalt
;
670 /* FIXME - module parameter arrays constrain max instances */
671 i
= atomic_inc_return(&cobalt_instance
) - 1;
673 cobalt
= kzalloc(sizeof(struct cobalt
), GFP_KERNEL
);
676 cobalt
->pci_dev
= pci_dev
;
677 cobalt
->instance
= i
;
679 retval
= v4l2_device_register(&pci_dev
->dev
, &cobalt
->v4l2_dev
);
681 pr_err("cobalt: v4l2_device_register of card %d failed\n",
686 snprintf(cobalt
->v4l2_dev
.name
, sizeof(cobalt
->v4l2_dev
.name
),
687 "cobalt-%d", cobalt
->instance
);
688 cobalt
->v4l2_dev
.notify
= cobalt_notify
;
689 cobalt_info("Initializing card %d\n", cobalt
->instance
);
691 cobalt
->irq_work_queues
=
692 create_singlethread_workqueue(cobalt
->v4l2_dev
.name
);
693 if (cobalt
->irq_work_queues
== NULL
) {
694 cobalt_err("Could not create workqueue\n");
699 INIT_WORK(&cobalt
->irq_work_queue
, cobalt_irq_work_handler
);
701 /* PCI Device Setup */
702 retval
= cobalt_setup_pci(cobalt
, pci_dev
, pci_id
);
706 /* Show HDL version info */
707 if (cobalt_hdl_info_get(cobalt
))
708 cobalt_info("Not able to read the HDL info\n");
710 cobalt_info("%s", cobalt
->hdl_info
);
712 retval
= cobalt_i2c_init(cobalt
);
716 cobalt_stream_struct_init(cobalt
);
718 retval
= cobalt_subdevs_init(cobalt
);
722 if (!(cobalt_read_bar1(cobalt
, COBALT_SYS_STAT_BASE
) &
723 COBALT_SYSSTAT_HSMA_PRSNTN_MSK
)) {
724 retval
= cobalt_subdevs_hsma_init(cobalt
);
729 retval
= cobalt_nodes_register(cobalt
);
731 cobalt_err("Error %d registering device nodes\n", retval
);
734 cobalt_set_interrupt(cobalt
, true);
735 v4l2_device_call_all(&cobalt
->v4l2_dev
, 0, core
,
736 interrupt_service_routine
, 0, NULL
);
738 cobalt_info("Initialized cobalt card\n");
740 cobalt_flash_probe(cobalt
);
745 cobalt_i2c_exit(cobalt
);
746 cobalt_s_bit_sysctrl(cobalt
, COBALT_SYS_CTRL_HSMA_TX_ENABLE_BIT
, 0);
748 cobalt_free_msi(cobalt
, pci_dev
);
749 cobalt_pci_iounmap(cobalt
, pci_dev
);
750 pci_release_regions(cobalt
->pci_dev
);
751 pci_disable_device(cobalt
->pci_dev
);
753 destroy_workqueue(cobalt
->irq_work_queues
);
755 cobalt_err("error %d on initialization\n", retval
);
757 v4l2_device_unregister(&cobalt
->v4l2_dev
);
762 static void cobalt_remove(struct pci_dev
*pci_dev
)
764 struct v4l2_device
*v4l2_dev
= pci_get_drvdata(pci_dev
);
765 struct cobalt
*cobalt
= to_cobalt(v4l2_dev
);
768 cobalt_flash_remove(cobalt
);
769 cobalt_set_interrupt(cobalt
, false);
770 flush_workqueue(cobalt
->irq_work_queues
);
771 cobalt_nodes_unregister(cobalt
);
772 for (i
= 0; i
< COBALT_NUM_ADAPTERS
; i
++) {
773 struct v4l2_subdev
*sd
= cobalt
->streams
[i
].sd
;
774 struct i2c_client
*client
;
778 client
= v4l2_get_subdevdata(sd
);
779 v4l2_device_unregister_subdev(sd
);
780 i2c_unregister_device(client
);
782 cobalt_i2c_exit(cobalt
);
783 cobalt_free_msi(cobalt
, pci_dev
);
784 cobalt_s_bit_sysctrl(cobalt
, COBALT_SYS_CTRL_HSMA_TX_ENABLE_BIT
, 0);
785 cobalt_pci_iounmap(cobalt
, pci_dev
);
786 pci_release_regions(cobalt
->pci_dev
);
787 pci_disable_device(cobalt
->pci_dev
);
788 destroy_workqueue(cobalt
->irq_work_queues
);
790 cobalt_info("removed cobalt card\n");
792 v4l2_device_unregister(v4l2_dev
);
796 /* define a pci_driver for card detection */
797 static struct pci_driver cobalt_pci_driver
= {
799 .id_table
= cobalt_pci_tbl
,
800 .probe
= cobalt_probe
,
801 .remove
= cobalt_remove
,
804 module_pci_driver(cobalt_pci_driver
);