Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * |
| 3 | * device driver for Conexant 2388x based TV cards |
| 4 | * MPEG Transport Stream (DVB) routines |
| 5 | * |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 6 | * (c) 2004, 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License as published by |
| 11 | * the Free Software Foundation; either version 2 of the License, or |
| 12 | * (at your option) any later version. |
| 13 | * |
| 14 | * This program is distributed in the hope that it will be useful, |
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | * GNU General Public License for more details. |
| 18 | * |
| 19 | * You should have received a copy of the GNU General Public License |
| 20 | * along with this program; if not, write to the Free Software |
| 21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 22 | */ |
| 23 | |
| 24 | #include <linux/module.h> |
| 25 | #include <linux/init.h> |
| 26 | #include <linux/device.h> |
| 27 | #include <linux/fs.h> |
| 28 | #include <linux/kthread.h> |
| 29 | #include <linux/file.h> |
| 30 | #include <linux/suspend.h> |
| 31 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include "cx88.h" |
| 33 | #include "dvb-pll.h" |
Michael Krufky | 5e453dc | 2006-01-09 15:32:31 -0200 | [diff] [blame] | 34 | #include <media/v4l2-common.h> |
Mauro Carvalho Chehab | 41ef7c1 | 2005-07-12 13:58:44 -0700 | [diff] [blame] | 35 | |
Andrew de Quincey | 1f10c7a | 2006-08-08 09:10:09 -0300 | [diff] [blame] | 36 | #include "mt352.h" |
| 37 | #include "mt352_priv.h" |
Trent Piepho | ecf854d | 2007-05-05 20:11:32 -0300 | [diff] [blame] | 38 | #include "cx88-vp3054-i2c.h" |
Andrew de Quincey | 1f10c7a | 2006-08-08 09:10:09 -0300 | [diff] [blame] | 39 | #include "zl10353.h" |
| 40 | #include "cx22702.h" |
| 41 | #include "or51132.h" |
| 42 | #include "lgdt330x.h" |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 43 | #include "s5h1409.h" |
istvan_v@mailbox.hu | c21973e | 2011-06-07 13:12:29 -0300 | [diff] [blame] | 44 | #include "xc4000.h" |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 45 | #include "xc5000.h" |
Andrew de Quincey | 1f10c7a | 2006-08-08 09:10:09 -0300 | [diff] [blame] | 46 | #include "nxt200x.h" |
| 47 | #include "cx24123.h" |
Andrew de Quincey | cd20ca9 | 2006-05-12 20:31:51 -0300 | [diff] [blame] | 48 | #include "isl6421.h" |
Michael Krufky | 0df31f8 | 2008-04-22 14:46:13 -0300 | [diff] [blame] | 49 | #include "tuner-simple.h" |
Michael Krufky | 827855d | 2008-04-22 14:46:16 -0300 | [diff] [blame] | 50 | #include "tda9887.h" |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 51 | #include "s5h1411.h" |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 52 | #include "stv0299.h" |
| 53 | #include "z0194a.h" |
| 54 | #include "stv0288.h" |
| 55 | #include "stb6000.h" |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 56 | #include "cx24116.h" |
Igor M. Liplianin | b699c27 | 2009-11-16 22:22:32 -0300 | [diff] [blame] | 57 | #include "stv0900.h" |
| 58 | #include "stb6100.h" |
| 59 | #include "stb6100_proc.h" |
Sergey Ivanov | 111ac84 | 2010-08-09 10:18:32 -0300 | [diff] [blame] | 60 | #include "mb86a16.h" |
Konstantin Dimitrov | 73f0af4 | 2012-12-23 19:25:38 -0300 | [diff] [blame] | 61 | #include "ts2020.h" |
Igor M. Liplianin | 0cb7363 | 2011-02-25 18:41:24 -0300 | [diff] [blame] | 62 | #include "ds3000.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | |
| 64 | MODULE_DESCRIPTION("driver for cx2388x based DVB cards"); |
| 65 | MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>"); |
| 66 | MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]"); |
| 67 | MODULE_LICENSE("GPL"); |
Mauro Carvalho Chehab | 1990d50 | 2011-06-24 14:45:49 -0300 | [diff] [blame] | 68 | MODULE_VERSION(CX88_VERSION); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | |
Douglas Schilling Landgraf | ff699e6 | 2008-04-22 14:41:48 -0300 | [diff] [blame] | 70 | static unsigned int debug; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | module_param(debug, int, 0644); |
| 72 | MODULE_PARM_DESC(debug,"enable debug messages [dvb]"); |
| 73 | |
Ang Way Chuang | 44c6e2a7 | 2010-12-24 02:40:46 -0300 | [diff] [blame] | 74 | static unsigned int dvb_buf_tscnt = 32; |
| 75 | module_param(dvb_buf_tscnt, int, 0644); |
| 76 | MODULE_PARM_DESC(dvb_buf_tscnt, "DVB Buffer TS count [dvb]"); |
| 77 | |
Janne Grunau | 78e9200 | 2008-04-09 19:13:13 -0300 | [diff] [blame] | 78 | DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr); |
| 79 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | #define dprintk(level,fmt, arg...) if (debug >= level) \ |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 81 | printk(KERN_DEBUG "%s/2-dvb: " fmt, core->name, ## arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | |
| 83 | /* ------------------------------------------------------------------ */ |
| 84 | |
Hans Verkuil | df9ecb0 | 2015-10-28 00:50:37 -0200 | [diff] [blame] | 85 | static int queue_setup(struct vb2_queue *q, |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 86 | unsigned int *num_buffers, unsigned int *num_planes, |
| 87 | unsigned int sizes[], void *alloc_ctxs[]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | { |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 89 | struct cx8802_dev *dev = q->drv_priv; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 91 | *num_planes = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | dev->ts_packet_size = 188 * 4; |
Ang Way Chuang | 44c6e2a7 | 2010-12-24 02:40:46 -0300 | [diff] [blame] | 93 | dev->ts_packet_count = dvb_buf_tscnt; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 94 | sizes[0] = dev->ts_packet_size * dev->ts_packet_count; |
Hans Verkuil | 165d004 | 2014-12-08 13:23:49 -0300 | [diff] [blame] | 95 | alloc_ctxs[0] = dev->alloc_ctx; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 96 | *num_buffers = dvb_buf_tscnt; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | return 0; |
| 98 | } |
| 99 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 100 | static int buffer_prepare(struct vb2_buffer *vb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | { |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 102 | struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 103 | struct cx8802_dev *dev = vb->vb2_queue->drv_priv; |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 104 | struct cx88_buffer *buf = container_of(vbuf, struct cx88_buffer, vb); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 105 | |
Hans Verkuil | ccd6f1d | 2014-09-20 09:23:44 -0300 | [diff] [blame] | 106 | return cx8802_buf_prepare(vb->vb2_queue, dev, buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | } |
| 108 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 109 | static void buffer_finish(struct vb2_buffer *vb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | { |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 111 | struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 112 | struct cx8802_dev *dev = vb->vb2_queue->drv_priv; |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 113 | struct cx88_buffer *buf = container_of(vbuf, struct cx88_buffer, vb); |
Hans Verkuil | 5e7045e | 2014-08-29 04:11:54 -0300 | [diff] [blame] | 114 | struct cx88_riscmem *risc = &buf->risc; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 115 | |
Hans Verkuil | 5e7045e | 2014-08-29 04:11:54 -0300 | [diff] [blame] | 116 | if (risc->cpu) |
| 117 | pci_free_consistent(dev->pci, risc->size, risc->cpu, risc->dma); |
| 118 | memset(risc, 0, sizeof(*risc)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | } |
| 120 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 121 | static void buffer_queue(struct vb2_buffer *vb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | { |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 123 | struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 124 | struct cx8802_dev *dev = vb->vb2_queue->drv_priv; |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 125 | struct cx88_buffer *buf = container_of(vbuf, struct cx88_buffer, vb); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 126 | |
| 127 | cx8802_buf_queue(dev, buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | } |
| 129 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 130 | static int start_streaming(struct vb2_queue *q, unsigned int count) |
| 131 | { |
| 132 | struct cx8802_dev *dev = q->drv_priv; |
| 133 | struct cx88_dmaqueue *dmaq = &dev->mpegq; |
| 134 | struct cx88_buffer *buf; |
| 135 | |
| 136 | buf = list_entry(dmaq->active.next, struct cx88_buffer, list); |
| 137 | cx8802_start_dma(dev, dmaq, buf); |
| 138 | return 0; |
| 139 | } |
| 140 | |
| 141 | static void stop_streaming(struct vb2_queue *q) |
| 142 | { |
| 143 | struct cx8802_dev *dev = q->drv_priv; |
| 144 | struct cx88_dmaqueue *dmaq = &dev->mpegq; |
| 145 | unsigned long flags; |
| 146 | |
| 147 | cx8802_cancel_buffers(dev); |
| 148 | |
| 149 | spin_lock_irqsave(&dev->slock, flags); |
| 150 | while (!list_empty(&dmaq->active)) { |
| 151 | struct cx88_buffer *buf = list_entry(dmaq->active.next, |
| 152 | struct cx88_buffer, list); |
| 153 | |
| 154 | list_del(&buf->list); |
Junghak Sung | 2d70071 | 2015-09-22 10:30:30 -0300 | [diff] [blame] | 155 | vb2_buffer_done(&buf->vb.vb2_buf, VB2_BUF_STATE_ERROR); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 156 | } |
| 157 | spin_unlock_irqrestore(&dev->slock, flags); |
| 158 | } |
| 159 | |
| 160 | static struct vb2_ops dvb_qops = { |
| 161 | .queue_setup = queue_setup, |
| 162 | .buf_prepare = buffer_prepare, |
| 163 | .buf_finish = buffer_finish, |
| 164 | .buf_queue = buffer_queue, |
| 165 | .wait_prepare = vb2_ops_wait_prepare, |
| 166 | .wait_finish = vb2_ops_wait_finish, |
| 167 | .start_streaming = start_streaming, |
| 168 | .stop_streaming = stop_streaming, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 169 | }; |
| 170 | |
| 171 | /* ------------------------------------------------------------------ */ |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 172 | |
| 173 | static int cx88_dvb_bus_ctrl(struct dvb_frontend* fe, int acquire) |
| 174 | { |
| 175 | struct cx8802_dev *dev= fe->dvb->priv; |
| 176 | struct cx8802_driver *drv = NULL; |
| 177 | int ret = 0; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 178 | int fe_id; |
| 179 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 180 | fe_id = vb2_dvb_find_frontend(&dev->frontends, fe); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 181 | if (!fe_id) { |
Steven Toth | 2af03ee | 2008-10-16 20:17:31 -0300 | [diff] [blame] | 182 | printk(KERN_ERR "%s() No frontend found\n", __func__); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 183 | return -EINVAL; |
| 184 | } |
| 185 | |
Jonathan Nieder | 8a317a8 | 2011-05-01 06:29:16 -0300 | [diff] [blame] | 186 | mutex_lock(&dev->core->lock); |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 187 | drv = cx8802_get_driver(dev, CX88_MPEG_DVB); |
| 188 | if (drv) { |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 189 | if (acquire){ |
| 190 | dev->frontends.active_fe_id = fe_id; |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 191 | ret = drv->request_acquire(drv); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 192 | } else { |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 193 | ret = drv->request_release(drv); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 194 | dev->frontends.active_fe_id = 0; |
| 195 | } |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 196 | } |
Jonathan Nieder | 1fe70e9 | 2011-05-01 06:29:37 -0300 | [diff] [blame] | 197 | mutex_unlock(&dev->core->lock); |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 198 | |
| 199 | return ret; |
| 200 | } |
| 201 | |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 202 | static void cx88_dvb_gate_ctrl(struct cx88_core *core, int open) |
| 203 | { |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 204 | struct vb2_dvb_frontends *f; |
| 205 | struct vb2_dvb_frontend *fe; |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 206 | |
| 207 | if (!core->dvbdev) |
| 208 | return; |
| 209 | |
| 210 | f = &core->dvbdev->frontends; |
| 211 | |
| 212 | if (!f) |
| 213 | return; |
| 214 | |
| 215 | if (f->gate <= 1) /* undefined or fe0 */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 216 | fe = vb2_dvb_get_frontend(f, 1); |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 217 | else |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 218 | fe = vb2_dvb_get_frontend(f, f->gate); |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 219 | |
| 220 | if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl) |
| 221 | fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open); |
| 222 | } |
| 223 | |
Michael Krufky | 22f3f17 | 2006-12-05 01:38:58 -0300 | [diff] [blame] | 224 | /* ------------------------------------------------------------------ */ |
| 225 | |
Chris Pascoe | 3d7d027 | 2006-01-09 18:21:31 -0200 | [diff] [blame] | 226 | static int dvico_fusionhdtv_demod_init(struct dvb_frontend* fe) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | { |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 228 | static const u8 clock_config [] = { CLOCK_CTL, 0x38, 0x39 }; |
| 229 | static const u8 reset [] = { RESET, 0x80 }; |
| 230 | static const u8 adc_ctl_1_cfg [] = { ADC_CTL_1, 0x40 }; |
| 231 | static const u8 agc_cfg [] = { AGC_TARGET, 0x24, 0x20 }; |
| 232 | static const u8 gpp_ctl_cfg [] = { GPP_CTL, 0x33 }; |
| 233 | static const u8 capt_range_cfg[] = { CAPT_RANGE, 0x32 }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | |
| 235 | mt352_write(fe, clock_config, sizeof(clock_config)); |
| 236 | udelay(200); |
| 237 | mt352_write(fe, reset, sizeof(reset)); |
| 238 | mt352_write(fe, adc_ctl_1_cfg, sizeof(adc_ctl_1_cfg)); |
| 239 | |
| 240 | mt352_write(fe, agc_cfg, sizeof(agc_cfg)); |
| 241 | mt352_write(fe, gpp_ctl_cfg, sizeof(gpp_ctl_cfg)); |
| 242 | mt352_write(fe, capt_range_cfg, sizeof(capt_range_cfg)); |
| 243 | return 0; |
| 244 | } |
| 245 | |
Chris Pascoe | 43eabb4 | 2006-01-09 18:21:28 -0200 | [diff] [blame] | 246 | static int dvico_dual_demod_init(struct dvb_frontend *fe) |
| 247 | { |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 248 | static const u8 clock_config [] = { CLOCK_CTL, 0x38, 0x38 }; |
| 249 | static const u8 reset [] = { RESET, 0x80 }; |
| 250 | static const u8 adc_ctl_1_cfg [] = { ADC_CTL_1, 0x40 }; |
| 251 | static const u8 agc_cfg [] = { AGC_TARGET, 0x28, 0x20 }; |
| 252 | static const u8 gpp_ctl_cfg [] = { GPP_CTL, 0x33 }; |
| 253 | static const u8 capt_range_cfg[] = { CAPT_RANGE, 0x32 }; |
Chris Pascoe | 43eabb4 | 2006-01-09 18:21:28 -0200 | [diff] [blame] | 254 | |
| 255 | mt352_write(fe, clock_config, sizeof(clock_config)); |
| 256 | udelay(200); |
| 257 | mt352_write(fe, reset, sizeof(reset)); |
| 258 | mt352_write(fe, adc_ctl_1_cfg, sizeof(adc_ctl_1_cfg)); |
| 259 | |
| 260 | mt352_write(fe, agc_cfg, sizeof(agc_cfg)); |
| 261 | mt352_write(fe, gpp_ctl_cfg, sizeof(gpp_ctl_cfg)); |
| 262 | mt352_write(fe, capt_range_cfg, sizeof(capt_range_cfg)); |
| 263 | |
| 264 | return 0; |
| 265 | } |
| 266 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | static int dntv_live_dvbt_demod_init(struct dvb_frontend* fe) |
| 268 | { |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 269 | static const u8 clock_config [] = { 0x89, 0x38, 0x39 }; |
| 270 | static const u8 reset [] = { 0x50, 0x80 }; |
| 271 | static const u8 adc_ctl_1_cfg [] = { 0x8E, 0x40 }; |
| 272 | static const u8 agc_cfg [] = { 0x67, 0x10, 0x23, 0x00, 0xFF, 0xFF, |
Mauro Carvalho Chehab | f2421ca | 2005-11-08 21:37:45 -0800 | [diff] [blame] | 273 | 0x00, 0xFF, 0x00, 0x40, 0x40 }; |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 274 | static const u8 dntv_extra[] = { 0xB5, 0x7A }; |
| 275 | static const u8 capt_range_cfg[] = { 0x75, 0x32 }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | |
| 277 | mt352_write(fe, clock_config, sizeof(clock_config)); |
| 278 | udelay(2000); |
| 279 | mt352_write(fe, reset, sizeof(reset)); |
| 280 | mt352_write(fe, adc_ctl_1_cfg, sizeof(adc_ctl_1_cfg)); |
| 281 | |
| 282 | mt352_write(fe, agc_cfg, sizeof(agc_cfg)); |
| 283 | udelay(2000); |
| 284 | mt352_write(fe, dntv_extra, sizeof(dntv_extra)); |
| 285 | mt352_write(fe, capt_range_cfg, sizeof(capt_range_cfg)); |
| 286 | |
| 287 | return 0; |
| 288 | } |
| 289 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 290 | static const struct mt352_config dvico_fusionhdtv = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 291 | .demod_address = 0x0f, |
Chris Pascoe | 3d7d027 | 2006-01-09 18:21:31 -0200 | [diff] [blame] | 292 | .demod_init = dvico_fusionhdtv_demod_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | }; |
| 294 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 295 | static const struct mt352_config dntv_live_dvbt_config = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | .demod_address = 0x0f, |
| 297 | .demod_init = dntv_live_dvbt_demod_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | }; |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 299 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 300 | static const struct mt352_config dvico_fusionhdtv_dual = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 301 | .demod_address = 0x0f, |
Chris Pascoe | 43eabb4 | 2006-01-09 18:21:28 -0200 | [diff] [blame] | 302 | .demod_init = dvico_dual_demod_init, |
Chris Pascoe | 43eabb4 | 2006-01-09 18:21:28 -0200 | [diff] [blame] | 303 | }; |
| 304 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 305 | static const struct zl10353_config cx88_terratec_cinergy_ht_pci_mkii_config = { |
Stephan Wienczny | 70101a2 | 2009-03-10 19:08:06 -0300 | [diff] [blame] | 306 | .demod_address = (0x1e >> 1), |
| 307 | .no_tuner = 1, |
| 308 | .if2 = 45600, |
| 309 | }; |
| 310 | |
Sergey Ivanov | 111ac84 | 2010-08-09 10:18:32 -0300 | [diff] [blame] | 311 | static struct mb86a16_config twinhan_vp1027 = { |
| 312 | .demod_address = 0x08, |
| 313 | }; |
| 314 | |
Peter Senna Tschudin | 7b34be7 | 2013-01-20 01:32:56 -0300 | [diff] [blame] | 315 | #if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054) |
Chris Pascoe | 3d7d027 | 2006-01-09 18:21:31 -0200 | [diff] [blame] | 316 | static int dntv_live_dvbt_pro_demod_init(struct dvb_frontend* fe) |
| 317 | { |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 318 | static const u8 clock_config [] = { 0x89, 0x38, 0x38 }; |
| 319 | static const u8 reset [] = { 0x50, 0x80 }; |
| 320 | static const u8 adc_ctl_1_cfg [] = { 0x8E, 0x40 }; |
| 321 | static const u8 agc_cfg [] = { 0x67, 0x10, 0x20, 0x00, 0xFF, 0xFF, |
Chris Pascoe | 3d7d027 | 2006-01-09 18:21:31 -0200 | [diff] [blame] | 322 | 0x00, 0xFF, 0x00, 0x40, 0x40 }; |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 323 | static const u8 dntv_extra[] = { 0xB5, 0x7A }; |
| 324 | static const u8 capt_range_cfg[] = { 0x75, 0x32 }; |
Chris Pascoe | 3d7d027 | 2006-01-09 18:21:31 -0200 | [diff] [blame] | 325 | |
| 326 | mt352_write(fe, clock_config, sizeof(clock_config)); |
| 327 | udelay(2000); |
| 328 | mt352_write(fe, reset, sizeof(reset)); |
| 329 | mt352_write(fe, adc_ctl_1_cfg, sizeof(adc_ctl_1_cfg)); |
| 330 | |
| 331 | mt352_write(fe, agc_cfg, sizeof(agc_cfg)); |
| 332 | udelay(2000); |
| 333 | mt352_write(fe, dntv_extra, sizeof(dntv_extra)); |
| 334 | mt352_write(fe, capt_range_cfg, sizeof(capt_range_cfg)); |
| 335 | |
| 336 | return 0; |
| 337 | } |
| 338 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 339 | static const struct mt352_config dntv_live_dvbt_pro_config = { |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 340 | .demod_address = 0x0f, |
| 341 | .no_tuner = 1, |
Chris Pascoe | 3d7d027 | 2006-01-09 18:21:31 -0200 | [diff] [blame] | 342 | .demod_init = dntv_live_dvbt_pro_demod_init, |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 343 | }; |
| 344 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 345 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 346 | static const struct zl10353_config dvico_fusionhdtv_hybrid = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 347 | .demod_address = 0x0f, |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 348 | .no_tuner = 1, |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 349 | }; |
| 350 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 351 | static const struct zl10353_config dvico_fusionhdtv_xc3028 = { |
Chris Pascoe | b3fb91d | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 352 | .demod_address = 0x0f, |
| 353 | .if2 = 45600, |
| 354 | .no_tuner = 1, |
| 355 | }; |
| 356 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 357 | static const struct mt352_config dvico_fusionhdtv_mt352_xc3028 = { |
Chris Pascoe | b3fb91d | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 358 | .demod_address = 0x0f, |
| 359 | .if2 = 4560, |
| 360 | .no_tuner = 1, |
| 361 | .demod_init = dvico_fusionhdtv_demod_init, |
| 362 | }; |
| 363 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 364 | static const struct zl10353_config dvico_fusionhdtv_plus_v1_1 = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 365 | .demod_address = 0x0f, |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 366 | }; |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 367 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 368 | static const struct cx22702_config connexant_refboard_config = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | .demod_address = 0x43, |
Patrick Boettcher | 38d84c3 | 2005-07-15 12:20:26 -0700 | [diff] [blame] | 370 | .output_mode = CX22702_SERIAL_OUTPUT, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | }; |
| 372 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 373 | static const struct cx22702_config hauppauge_hvr_config = { |
Steven Toth | aa481a6 | 2006-09-14 15:41:13 -0300 | [diff] [blame] | 374 | .demod_address = 0x63, |
| 375 | .output_mode = CX22702_SERIAL_OUTPUT, |
| 376 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | |
Michael Krufky | 4a39055 | 2006-12-05 02:00:53 -0300 | [diff] [blame] | 378 | static int or51132_set_ts_param(struct dvb_frontend* fe, int is_punctured) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 379 | { |
| 380 | struct cx8802_dev *dev= fe->dvb->priv; |
| 381 | dev->ts_gen_cntrl = is_punctured ? 0x04 : 0x00; |
| 382 | return 0; |
| 383 | } |
| 384 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 385 | static const struct or51132_config pchdtv_hd3000 = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 386 | .demod_address = 0x15, |
| 387 | .set_ts_params = or51132_set_ts_param, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 390 | static int lgdt330x_pll_rf_set(struct dvb_frontend* fe, int index) |
Michael Krufky | 0ccef6d | 2005-07-27 11:45:55 -0700 | [diff] [blame] | 391 | { |
| 392 | struct cx8802_dev *dev= fe->dvb->priv; |
| 393 | struct cx88_core *core = dev->core; |
| 394 | |
Harvey Harrison | 32d83ef | 2008-04-08 23:20:00 -0300 | [diff] [blame] | 395 | dprintk(1, "%s: index = %d\n", __func__, index); |
Michael Krufky | 0ccef6d | 2005-07-27 11:45:55 -0700 | [diff] [blame] | 396 | if (index == 0) |
| 397 | cx_clear(MO_GP0_IO, 8); |
| 398 | else |
| 399 | cx_set(MO_GP0_IO, 8); |
| 400 | return 0; |
| 401 | } |
| 402 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 403 | static int lgdt330x_set_ts_param(struct dvb_frontend* fe, int is_punctured) |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 404 | { |
| 405 | struct cx8802_dev *dev= fe->dvb->priv; |
| 406 | if (is_punctured) |
| 407 | dev->ts_gen_cntrl |= 0x04; |
| 408 | else |
| 409 | dev->ts_gen_cntrl &= ~0x04; |
| 410 | return 0; |
| 411 | } |
| 412 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 413 | static struct lgdt330x_config fusionhdtv_3_gold = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 414 | .demod_address = 0x0e, |
| 415 | .demod_chip = LGDT3302, |
| 416 | .serial_mpeg = 0x04, /* TPSERIAL for 3302 in TOP_CONTROL */ |
| 417 | .set_ts_params = lgdt330x_set_ts_param, |
Michael Krufky | 0d723c0 | 2005-07-07 17:58:42 -0700 | [diff] [blame] | 418 | }; |
Mauro Carvalho Chehab | e52e98a | 2005-09-09 13:03:41 -0700 | [diff] [blame] | 419 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 420 | static const struct lgdt330x_config fusionhdtv_5_gold = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 421 | .demod_address = 0x0e, |
| 422 | .demod_chip = LGDT3303, |
| 423 | .serial_mpeg = 0x40, /* TPSERIAL for 3303 in TOP_CONTROL */ |
| 424 | .set_ts_params = lgdt330x_set_ts_param, |
Mauro Carvalho Chehab | e52e98a | 2005-09-09 13:03:41 -0700 | [diff] [blame] | 425 | }; |
Rusty Scott | da215d2 | 2006-04-07 02:21:31 -0300 | [diff] [blame] | 426 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 427 | static const struct lgdt330x_config pchdtv_hd5500 = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 428 | .demod_address = 0x59, |
| 429 | .demod_chip = LGDT3303, |
| 430 | .serial_mpeg = 0x40, /* TPSERIAL for 3303 in TOP_CONTROL */ |
| 431 | .set_ts_params = lgdt330x_set_ts_param, |
Rusty Scott | da215d2 | 2006-04-07 02:21:31 -0300 | [diff] [blame] | 432 | }; |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 433 | |
Michael Krufky | 4a39055 | 2006-12-05 02:00:53 -0300 | [diff] [blame] | 434 | static int nxt200x_set_ts_param(struct dvb_frontend* fe, int is_punctured) |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 435 | { |
| 436 | struct cx8802_dev *dev= fe->dvb->priv; |
| 437 | dev->ts_gen_cntrl = is_punctured ? 0x04 : 0x00; |
| 438 | return 0; |
| 439 | } |
| 440 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 441 | static const struct nxt200x_config ati_hdtvwonder = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 442 | .demod_address = 0x0a, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 443 | .set_ts_params = nxt200x_set_ts_param, |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 444 | }; |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 445 | |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 446 | static int cx24123_set_ts_param(struct dvb_frontend* fe, |
| 447 | int is_punctured) |
| 448 | { |
| 449 | struct cx8802_dev *dev= fe->dvb->priv; |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 450 | dev->ts_gen_cntrl = 0x02; |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 451 | return 0; |
| 452 | } |
| 453 | |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 454 | static int kworld_dvbs_100_set_voltage(struct dvb_frontend* fe, |
Mauro Carvalho Chehab | 0df289a | 2015-06-07 14:53:52 -0300 | [diff] [blame] | 455 | enum fe_sec_voltage voltage) |
Vadim Catana | 0e0351e | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 456 | { |
| 457 | struct cx8802_dev *dev= fe->dvb->priv; |
| 458 | struct cx88_core *core = dev->core; |
| 459 | |
Michael Krufky | 4a39055 | 2006-12-05 02:00:53 -0300 | [diff] [blame] | 460 | if (voltage == SEC_VOLTAGE_OFF) |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 461 | cx_write(MO_GP0_IO, 0x000006fb); |
Michael Krufky | 4a39055 | 2006-12-05 02:00:53 -0300 | [diff] [blame] | 462 | else |
Andrew de Quincey | cd20ca9 | 2006-05-12 20:31:51 -0300 | [diff] [blame] | 463 | cx_write(MO_GP0_IO, 0x000006f9); |
Andrew de Quincey | cd20ca9 | 2006-05-12 20:31:51 -0300 | [diff] [blame] | 464 | |
| 465 | if (core->prev_set_voltage) |
| 466 | return core->prev_set_voltage(fe, voltage); |
| 467 | return 0; |
Vadim Catana | 0e0351e | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 468 | } |
| 469 | |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 470 | static int geniatech_dvbs_set_voltage(struct dvb_frontend *fe, |
Mauro Carvalho Chehab | 0df289a | 2015-06-07 14:53:52 -0300 | [diff] [blame] | 471 | enum fe_sec_voltage voltage) |
Saqeb Akhter | c02a34f | 2006-06-29 20:29:33 -0300 | [diff] [blame] | 472 | { |
| 473 | struct cx8802_dev *dev= fe->dvb->priv; |
| 474 | struct cx88_core *core = dev->core; |
| 475 | |
| 476 | if (voltage == SEC_VOLTAGE_OFF) { |
| 477 | dprintk(1,"LNB Voltage OFF\n"); |
| 478 | cx_write(MO_GP0_IO, 0x0000efff); |
| 479 | } |
| 480 | |
| 481 | if (core->prev_set_voltage) |
| 482 | return core->prev_set_voltage(fe, voltage); |
| 483 | return 0; |
| 484 | } |
| 485 | |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 486 | static int tevii_dvbs_set_voltage(struct dvb_frontend *fe, |
Mauro Carvalho Chehab | 0df289a | 2015-06-07 14:53:52 -0300 | [diff] [blame] | 487 | enum fe_sec_voltage voltage) |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 488 | { |
| 489 | struct cx8802_dev *dev= fe->dvb->priv; |
| 490 | struct cx88_core *core = dev->core; |
| 491 | |
Igor M. Liplianin | ad5f74c | 2009-07-29 19:18:28 -0300 | [diff] [blame] | 492 | cx_set(MO_GP0_IO, 0x6040); |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 493 | switch (voltage) { |
Sergey Ivanov | 111ac84 | 2010-08-09 10:18:32 -0300 | [diff] [blame] | 494 | case SEC_VOLTAGE_13: |
| 495 | cx_clear(MO_GP0_IO, 0x20); |
| 496 | break; |
| 497 | case SEC_VOLTAGE_18: |
| 498 | cx_set(MO_GP0_IO, 0x20); |
| 499 | break; |
| 500 | case SEC_VOLTAGE_OFF: |
| 501 | cx_clear(MO_GP0_IO, 0x20); |
| 502 | break; |
| 503 | } |
| 504 | |
| 505 | if (core->prev_set_voltage) |
| 506 | return core->prev_set_voltage(fe, voltage); |
| 507 | return 0; |
| 508 | } |
| 509 | |
| 510 | static int vp1027_set_voltage(struct dvb_frontend *fe, |
Mauro Carvalho Chehab | 0df289a | 2015-06-07 14:53:52 -0300 | [diff] [blame] | 511 | enum fe_sec_voltage voltage) |
Sergey Ivanov | 111ac84 | 2010-08-09 10:18:32 -0300 | [diff] [blame] | 512 | { |
| 513 | struct cx8802_dev *dev = fe->dvb->priv; |
| 514 | struct cx88_core *core = dev->core; |
| 515 | |
| 516 | switch (voltage) { |
| 517 | case SEC_VOLTAGE_13: |
| 518 | dprintk(1, "LNB SEC Voltage=13\n"); |
| 519 | cx_write(MO_GP0_IO, 0x00001220); |
| 520 | break; |
| 521 | case SEC_VOLTAGE_18: |
| 522 | dprintk(1, "LNB SEC Voltage=18\n"); |
| 523 | cx_write(MO_GP0_IO, 0x00001222); |
| 524 | break; |
| 525 | case SEC_VOLTAGE_OFF: |
| 526 | dprintk(1, "LNB Voltage OFF\n"); |
| 527 | cx_write(MO_GP0_IO, 0x00001230); |
| 528 | break; |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 529 | } |
| 530 | |
| 531 | if (core->prev_set_voltage) |
| 532 | return core->prev_set_voltage(fe, voltage); |
| 533 | return 0; |
| 534 | } |
| 535 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 536 | static const struct cx24123_config geniatech_dvbs_config = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 537 | .demod_address = 0x55, |
| 538 | .set_ts_params = cx24123_set_ts_param, |
Saqeb Akhter | c02a34f | 2006-06-29 20:29:33 -0300 | [diff] [blame] | 539 | }; |
| 540 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 541 | static const struct cx24123_config hauppauge_novas_config = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 542 | .demod_address = 0x55, |
| 543 | .set_ts_params = cx24123_set_ts_param, |
Vadim Catana | 0e0351e | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 544 | }; |
| 545 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 546 | static const struct cx24123_config kworld_dvbs_100_config = { |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 547 | .demod_address = 0x15, |
| 548 | .set_ts_params = cx24123_set_ts_param, |
Yeasah Pell | ef76856 | 2006-09-26 12:30:14 -0300 | [diff] [blame] | 549 | .lnb_polarity = 1, |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 550 | }; |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 551 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 552 | static const struct s5h1409_config pinnacle_pctv_hd_800i_config = { |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 553 | .demod_address = 0x32 >> 1, |
| 554 | .output_mode = S5H1409_PARALLEL_OUTPUT, |
| 555 | .gpio = S5H1409_GPIO_ON, |
| 556 | .qam_if = 44000, |
| 557 | .inversion = S5H1409_INVERSION_OFF, |
| 558 | .status_mode = S5H1409_DEMODLOCKING, |
Steven Toth | 4917019 | 2008-01-15 21:57:14 -0300 | [diff] [blame] | 559 | .mpeg_timing = S5H1409_MPEGTIMING_NONCONTINOUS_NONINVERTING_CLOCK, |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 560 | }; |
| 561 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 562 | static const struct s5h1409_config dvico_hdtv5_pci_nano_config = { |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 563 | .demod_address = 0x32 >> 1, |
| 564 | .output_mode = S5H1409_SERIAL_OUTPUT, |
| 565 | .gpio = S5H1409_GPIO_OFF, |
| 566 | .inversion = S5H1409_INVERSION_OFF, |
| 567 | .status_mode = S5H1409_DEMODLOCKING, |
| 568 | .mpeg_timing = S5H1409_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK, |
| 569 | }; |
| 570 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 571 | static const struct s5h1409_config kworld_atsc_120_config = { |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 572 | .demod_address = 0x32 >> 1, |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 573 | .output_mode = S5H1409_SERIAL_OUTPUT, |
| 574 | .gpio = S5H1409_GPIO_OFF, |
| 575 | .inversion = S5H1409_INVERSION_OFF, |
| 576 | .status_mode = S5H1409_DEMODLOCKING, |
| 577 | .mpeg_timing = S5H1409_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK, |
| 578 | }; |
| 579 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 580 | static const struct xc5000_config pinnacle_pctv_hd_800i_tuner_config = { |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 581 | .i2c_address = 0x64, |
| 582 | .if_khz = 5380, |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 583 | }; |
| 584 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 585 | static const struct zl10353_config cx88_pinnacle_hybrid_pctv = { |
Stéphane Voltz | 3f6014f | 2008-09-05 14:33:54 -0300 | [diff] [blame] | 586 | .demod_address = (0x1e >> 1), |
| 587 | .no_tuner = 1, |
| 588 | .if2 = 45600, |
| 589 | }; |
| 590 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 591 | static const struct zl10353_config cx88_geniatech_x8000_mt = { |
Mauro Carvalho Chehab | 5706934 | 2009-08-20 10:14:45 -0300 | [diff] [blame] | 592 | .demod_address = (0x1e >> 1), |
| 593 | .no_tuner = 1, |
| 594 | .disable_i2c_gate_ctrl = 1, |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 595 | }; |
| 596 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 597 | static const struct s5h1411_config dvico_fusionhdtv7_config = { |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 598 | .output_mode = S5H1411_SERIAL_OUTPUT, |
| 599 | .gpio = S5H1411_GPIO_ON, |
| 600 | .mpeg_timing = S5H1411_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK, |
| 601 | .qam_if = S5H1411_IF_44000, |
| 602 | .vsb_if = S5H1411_IF_44000, |
| 603 | .inversion = S5H1411_INVERSION_OFF, |
| 604 | .status_mode = S5H1411_DEMODLOCKING |
| 605 | }; |
| 606 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 607 | static const struct xc5000_config dvico_fusionhdtv7_tuner_config = { |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 608 | .i2c_address = 0xc2 >> 1, |
| 609 | .if_khz = 5380, |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 610 | }; |
| 611 | |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 612 | static int attach_xc3028(u8 addr, struct cx8802_dev *dev) |
| 613 | { |
| 614 | struct dvb_frontend *fe; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 615 | struct vb2_dvb_frontend *fe0 = NULL; |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 616 | struct xc2028_ctrl ctl; |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 617 | struct xc2028_config cfg = { |
| 618 | .i2c_adap = &dev->core->i2c_adap, |
| 619 | .i2c_addr = addr, |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 620 | .ctrl = &ctl, |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 621 | }; |
| 622 | |
Darron Broad | 92abe9e | 2008-10-11 11:18:53 -0300 | [diff] [blame] | 623 | /* Get the first frontend */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 624 | fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 625 | if (!fe0) |
| 626 | return -EINVAL; |
| 627 | |
| 628 | if (!fe0->dvb.frontend) { |
Mauro Carvalho Chehab | ddd5441 | 2008-04-22 14:45:46 -0300 | [diff] [blame] | 629 | printk(KERN_ERR "%s/2: dvb frontend not attached. " |
| 630 | "Can't attach xc3028\n", |
| 631 | dev->core->name); |
| 632 | return -EINVAL; |
| 633 | } |
| 634 | |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 635 | /* |
| 636 | * Some xc3028 devices may be hidden by an I2C gate. This is known |
| 637 | * to happen with some s5h1409-based devices. |
| 638 | * Now that I2C gate is open, sets up xc3028 configuration |
| 639 | */ |
| 640 | cx88_setup_xc3028(dev->core, &ctl); |
| 641 | |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 642 | fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 643 | if (!fe) { |
| 644 | printk(KERN_ERR "%s/2: xc3028 attach failed\n", |
| 645 | dev->core->name); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 646 | dvb_frontend_detach(fe0->dvb.frontend); |
| 647 | dvb_unregister_frontend(fe0->dvb.frontend); |
| 648 | fe0->dvb.frontend = NULL; |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 649 | return -EINVAL; |
| 650 | } |
| 651 | |
| 652 | printk(KERN_INFO "%s/2: xc3028 attached\n", |
| 653 | dev->core->name); |
| 654 | |
| 655 | return 0; |
| 656 | } |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 657 | |
istvan_v@mailbox.hu | c21973e | 2011-06-07 13:12:29 -0300 | [diff] [blame] | 658 | static int attach_xc4000(struct cx8802_dev *dev, struct xc4000_config *cfg) |
| 659 | { |
| 660 | struct dvb_frontend *fe; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 661 | struct vb2_dvb_frontend *fe0 = NULL; |
istvan_v@mailbox.hu | c21973e | 2011-06-07 13:12:29 -0300 | [diff] [blame] | 662 | |
| 663 | /* Get the first frontend */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 664 | fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); |
istvan_v@mailbox.hu | c21973e | 2011-06-07 13:12:29 -0300 | [diff] [blame] | 665 | if (!fe0) |
| 666 | return -EINVAL; |
| 667 | |
| 668 | if (!fe0->dvb.frontend) { |
| 669 | printk(KERN_ERR "%s/2: dvb frontend not attached. " |
| 670 | "Can't attach xc4000\n", |
| 671 | dev->core->name); |
| 672 | return -EINVAL; |
| 673 | } |
| 674 | |
| 675 | fe = dvb_attach(xc4000_attach, fe0->dvb.frontend, &dev->core->i2c_adap, |
| 676 | cfg); |
| 677 | if (!fe) { |
| 678 | printk(KERN_ERR "%s/2: xc4000 attach failed\n", |
| 679 | dev->core->name); |
| 680 | dvb_frontend_detach(fe0->dvb.frontend); |
| 681 | dvb_unregister_frontend(fe0->dvb.frontend); |
| 682 | fe0->dvb.frontend = NULL; |
| 683 | return -EINVAL; |
| 684 | } |
| 685 | |
| 686 | printk(KERN_INFO "%s/2: xc4000 attached\n", dev->core->name); |
| 687 | |
| 688 | return 0; |
| 689 | } |
| 690 | |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 691 | static int cx24116_set_ts_param(struct dvb_frontend *fe, |
| 692 | int is_punctured) |
| 693 | { |
| 694 | struct cx8802_dev *dev = fe->dvb->priv; |
| 695 | dev->ts_gen_cntrl = 0x2; |
| 696 | |
| 697 | return 0; |
| 698 | } |
| 699 | |
Igor M. Liplianin | b699c27 | 2009-11-16 22:22:32 -0300 | [diff] [blame] | 700 | static int stv0900_set_ts_param(struct dvb_frontend *fe, |
| 701 | int is_punctured) |
| 702 | { |
| 703 | struct cx8802_dev *dev = fe->dvb->priv; |
| 704 | dev->ts_gen_cntrl = 0; |
| 705 | |
| 706 | return 0; |
| 707 | } |
| 708 | |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 709 | static int cx24116_reset_device(struct dvb_frontend *fe) |
| 710 | { |
| 711 | struct cx8802_dev *dev = fe->dvb->priv; |
| 712 | struct cx88_core *core = dev->core; |
| 713 | |
| 714 | /* Reset the part */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 715 | /* Put the cx24116 into reset */ |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 716 | cx_write(MO_SRST_IO, 0); |
| 717 | msleep(10); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 718 | /* Take the cx24116 out of reset */ |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 719 | cx_write(MO_SRST_IO, 1); |
| 720 | msleep(10); |
| 721 | |
| 722 | return 0; |
| 723 | } |
| 724 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 725 | static const struct cx24116_config hauppauge_hvr4000_config = { |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 726 | .demod_address = 0x05, |
| 727 | .set_ts_params = cx24116_set_ts_param, |
| 728 | .reset_device = cx24116_reset_device, |
| 729 | }; |
| 730 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 731 | static const struct cx24116_config tevii_s460_config = { |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 732 | .demod_address = 0x55, |
| 733 | .set_ts_params = cx24116_set_ts_param, |
| 734 | .reset_device = cx24116_reset_device, |
| 735 | }; |
| 736 | |
Igor M. Liplianin | 0cb7363 | 2011-02-25 18:41:24 -0300 | [diff] [blame] | 737 | static int ds3000_set_ts_param(struct dvb_frontend *fe, |
| 738 | int is_punctured) |
| 739 | { |
| 740 | struct cx8802_dev *dev = fe->dvb->priv; |
| 741 | dev->ts_gen_cntrl = 4; |
| 742 | |
| 743 | return 0; |
| 744 | } |
| 745 | |
| 746 | static struct ds3000_config tevii_ds3000_config = { |
| 747 | .demod_address = 0x68, |
| 748 | .set_ts_params = ds3000_set_ts_param, |
| 749 | }; |
| 750 | |
Konstantin Dimitrov | 73f0af4 | 2012-12-23 19:25:38 -0300 | [diff] [blame] | 751 | static struct ts2020_config tevii_ts2020_config = { |
| 752 | .tuner_address = 0x60, |
Igor M. Liplianin | b858c33 | 2012-12-28 19:40:33 -0300 | [diff] [blame] | 753 | .clk_out_div = 1, |
Konstantin Dimitrov | 73f0af4 | 2012-12-23 19:25:38 -0300 | [diff] [blame] | 754 | }; |
| 755 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 756 | static const struct stv0900_config prof_7301_stv0900_config = { |
Igor M. Liplianin | b699c27 | 2009-11-16 22:22:32 -0300 | [diff] [blame] | 757 | .demod_address = 0x6a, |
| 758 | /* demod_mode = 0,*/ |
| 759 | .xtal = 27000000, |
| 760 | .clkmode = 3,/* 0-CLKI, 2-XTALI, else AUTO */ |
| 761 | .diseqc_mode = 2,/* 2/3 PWM */ |
| 762 | .tun1_maddress = 0,/* 0x60 */ |
| 763 | .tun1_adc = 0,/* 2 Vpp */ |
| 764 | .path1_mode = 3, |
| 765 | .set_ts_params = stv0900_set_ts_param, |
| 766 | }; |
| 767 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 768 | static const struct stb6100_config prof_7301_stb6100_config = { |
Igor M. Liplianin | b699c27 | 2009-11-16 22:22:32 -0300 | [diff] [blame] | 769 | .tuner_address = 0x60, |
| 770 | .refclock = 27000000, |
| 771 | }; |
| 772 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 773 | static const struct stv0299_config tevii_tuner_sharp_config = { |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 774 | .demod_address = 0x68, |
Igor M. Liplianin | d4305c6 | 2008-10-17 13:45:55 -0300 | [diff] [blame] | 775 | .inittab = sharp_z0194a_inittab, |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 776 | .mclk = 88000000UL, |
| 777 | .invert = 1, |
| 778 | .skip_reinit = 0, |
| 779 | .lock_output = 1, |
| 780 | .volt13_op0_op1 = STV0299_VOLT13_OP1, |
| 781 | .min_delay_ms = 100, |
Igor M. Liplianin | d4305c6 | 2008-10-17 13:45:55 -0300 | [diff] [blame] | 782 | .set_symbol_rate = sharp_z0194a_set_symbol_rate, |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 783 | .set_ts_params = cx24116_set_ts_param, |
| 784 | }; |
| 785 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 786 | static const struct stv0288_config tevii_tuner_earda_config = { |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 787 | .demod_address = 0x68, |
| 788 | .min_delay_ms = 100, |
| 789 | .set_ts_params = cx24116_set_ts_param, |
| 790 | }; |
| 791 | |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 792 | static int cx8802_alloc_frontends(struct cx8802_dev *dev) |
| 793 | { |
| 794 | struct cx88_core *core = dev->core; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 795 | struct vb2_dvb_frontend *fe = NULL; |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 796 | int i; |
| 797 | |
| 798 | mutex_init(&dev->frontends.lock); |
| 799 | INIT_LIST_HEAD(&dev->frontends.felist); |
| 800 | |
| 801 | if (!core->board.num_frontends) |
| 802 | return -ENODEV; |
| 803 | |
| 804 | printk(KERN_INFO "%s() allocating %d frontend(s)\n", __func__, |
| 805 | core->board.num_frontends); |
| 806 | for (i = 1; i <= core->board.num_frontends; i++) { |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 807 | fe = vb2_dvb_alloc_frontend(&dev->frontends, i); |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 808 | if (!fe) { |
| 809 | printk(KERN_ERR "%s() failed to alloc\n", __func__); |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 810 | vb2_dvb_dealloc_frontends(&dev->frontends); |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 811 | return -ENOMEM; |
| 812 | } |
| 813 | } |
| 814 | return 0; |
| 815 | } |
| 816 | |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 817 | |
| 818 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 819 | static const u8 samsung_smt_7020_inittab[] = { |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 820 | 0x01, 0x15, |
| 821 | 0x02, 0x00, |
| 822 | 0x03, 0x00, |
| 823 | 0x04, 0x7D, |
| 824 | 0x05, 0x0F, |
| 825 | 0x06, 0x02, |
| 826 | 0x07, 0x00, |
| 827 | 0x08, 0x60, |
| 828 | |
| 829 | 0x0A, 0xC2, |
| 830 | 0x0B, 0x00, |
| 831 | 0x0C, 0x01, |
| 832 | 0x0D, 0x81, |
| 833 | 0x0E, 0x44, |
| 834 | 0x0F, 0x09, |
| 835 | 0x10, 0x3C, |
| 836 | 0x11, 0x84, |
| 837 | 0x12, 0xDA, |
| 838 | 0x13, 0x99, |
| 839 | 0x14, 0x8D, |
| 840 | 0x15, 0xCE, |
| 841 | 0x16, 0xE8, |
| 842 | 0x17, 0x43, |
| 843 | 0x18, 0x1C, |
| 844 | 0x19, 0x1B, |
| 845 | 0x1A, 0x1D, |
| 846 | |
| 847 | 0x1C, 0x12, |
| 848 | 0x1D, 0x00, |
| 849 | 0x1E, 0x00, |
| 850 | 0x1F, 0x00, |
| 851 | 0x20, 0x00, |
| 852 | 0x21, 0x00, |
| 853 | 0x22, 0x00, |
| 854 | 0x23, 0x00, |
| 855 | |
| 856 | 0x28, 0x02, |
| 857 | 0x29, 0x28, |
| 858 | 0x2A, 0x14, |
| 859 | 0x2B, 0x0F, |
| 860 | 0x2C, 0x09, |
| 861 | 0x2D, 0x05, |
| 862 | |
| 863 | 0x31, 0x1F, |
| 864 | 0x32, 0x19, |
| 865 | 0x33, 0xFC, |
| 866 | 0x34, 0x13, |
| 867 | 0xff, 0xff, |
| 868 | }; |
| 869 | |
| 870 | |
Mauro Carvalho Chehab | 14d24d1 | 2011-12-24 12:24:33 -0300 | [diff] [blame] | 871 | static int samsung_smt_7020_tuner_set_params(struct dvb_frontend *fe) |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 872 | { |
Mauro Carvalho Chehab | b738ae1 | 2011-12-23 12:33:05 -0300 | [diff] [blame] | 873 | struct dtv_frontend_properties *c = &fe->dtv_property_cache; |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 874 | struct cx8802_dev *dev = fe->dvb->priv; |
| 875 | u8 buf[4]; |
| 876 | u32 div; |
| 877 | struct i2c_msg msg = { |
| 878 | .addr = 0x61, |
| 879 | .flags = 0, |
| 880 | .buf = buf, |
| 881 | .len = sizeof(buf) }; |
| 882 | |
Mauro Carvalho Chehab | b738ae1 | 2011-12-23 12:33:05 -0300 | [diff] [blame] | 883 | div = c->frequency / 125; |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 884 | |
| 885 | buf[0] = (div >> 8) & 0x7f; |
| 886 | buf[1] = div & 0xff; |
| 887 | buf[2] = 0x84; /* 0xC4 */ |
| 888 | buf[3] = 0x00; |
| 889 | |
Mauro Carvalho Chehab | b738ae1 | 2011-12-23 12:33:05 -0300 | [diff] [blame] | 890 | if (c->frequency < 1500000) |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 891 | buf[3] |= 0x10; |
| 892 | |
| 893 | if (fe->ops.i2c_gate_ctrl) |
| 894 | fe->ops.i2c_gate_ctrl(fe, 1); |
| 895 | |
| 896 | if (i2c_transfer(&dev->core->i2c_adap, &msg, 1) != 1) |
| 897 | return -EIO; |
| 898 | |
| 899 | return 0; |
| 900 | } |
| 901 | |
| 902 | static int samsung_smt_7020_set_tone(struct dvb_frontend *fe, |
Mauro Carvalho Chehab | 0df289a | 2015-06-07 14:53:52 -0300 | [diff] [blame] | 903 | enum fe_sec_tone_mode tone) |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 904 | { |
| 905 | struct cx8802_dev *dev = fe->dvb->priv; |
| 906 | struct cx88_core *core = dev->core; |
| 907 | |
| 908 | cx_set(MO_GP0_IO, 0x0800); |
| 909 | |
| 910 | switch (tone) { |
| 911 | case SEC_TONE_ON: |
| 912 | cx_set(MO_GP0_IO, 0x08); |
| 913 | break; |
| 914 | case SEC_TONE_OFF: |
| 915 | cx_clear(MO_GP0_IO, 0x08); |
| 916 | break; |
| 917 | default: |
| 918 | return -EINVAL; |
| 919 | } |
| 920 | |
| 921 | return 0; |
| 922 | } |
| 923 | |
| 924 | static int samsung_smt_7020_set_voltage(struct dvb_frontend *fe, |
Mauro Carvalho Chehab | 0df289a | 2015-06-07 14:53:52 -0300 | [diff] [blame] | 925 | enum fe_sec_voltage voltage) |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 926 | { |
| 927 | struct cx8802_dev *dev = fe->dvb->priv; |
| 928 | struct cx88_core *core = dev->core; |
| 929 | |
| 930 | u8 data; |
| 931 | struct i2c_msg msg = { |
| 932 | .addr = 8, |
| 933 | .flags = 0, |
| 934 | .buf = &data, |
| 935 | .len = sizeof(data) }; |
| 936 | |
| 937 | cx_set(MO_GP0_IO, 0x8000); |
| 938 | |
| 939 | switch (voltage) { |
| 940 | case SEC_VOLTAGE_OFF: |
| 941 | break; |
| 942 | case SEC_VOLTAGE_13: |
| 943 | data = ISL6421_EN1 | ISL6421_LLC1; |
| 944 | cx_clear(MO_GP0_IO, 0x80); |
| 945 | break; |
| 946 | case SEC_VOLTAGE_18: |
| 947 | data = ISL6421_EN1 | ISL6421_LLC1 | ISL6421_VSEL1; |
| 948 | cx_clear(MO_GP0_IO, 0x80); |
| 949 | break; |
| 950 | default: |
| 951 | return -EINVAL; |
Peter Senna Tschudin | c2c1b41 | 2012-09-28 05:37:22 -0300 | [diff] [blame] | 952 | } |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 953 | |
| 954 | return (i2c_transfer(&dev->core->i2c_adap, &msg, 1) == 1) ? 0 : -EIO; |
| 955 | } |
| 956 | |
| 957 | static int samsung_smt_7020_stv0299_set_symbol_rate(struct dvb_frontend *fe, |
| 958 | u32 srate, u32 ratio) |
| 959 | { |
| 960 | u8 aclk = 0; |
| 961 | u8 bclk = 0; |
| 962 | |
| 963 | if (srate < 1500000) { |
| 964 | aclk = 0xb7; |
| 965 | bclk = 0x47; |
| 966 | } else if (srate < 3000000) { |
| 967 | aclk = 0xb7; |
| 968 | bclk = 0x4b; |
| 969 | } else if (srate < 7000000) { |
| 970 | aclk = 0xb7; |
| 971 | bclk = 0x4f; |
| 972 | } else if (srate < 14000000) { |
| 973 | aclk = 0xb7; |
| 974 | bclk = 0x53; |
| 975 | } else if (srate < 30000000) { |
| 976 | aclk = 0xb6; |
| 977 | bclk = 0x53; |
| 978 | } else if (srate < 45000000) { |
| 979 | aclk = 0xb4; |
| 980 | bclk = 0x51; |
| 981 | } |
| 982 | |
| 983 | stv0299_writereg(fe, 0x13, aclk); |
| 984 | stv0299_writereg(fe, 0x14, bclk); |
| 985 | stv0299_writereg(fe, 0x1f, (ratio >> 16) & 0xff); |
| 986 | stv0299_writereg(fe, 0x20, (ratio >> 8) & 0xff); |
| 987 | stv0299_writereg(fe, 0x21, ratio & 0xf0); |
| 988 | |
| 989 | return 0; |
| 990 | } |
| 991 | |
| 992 | |
lawrence rust | 2e4e98e | 2010-08-25 09:50:20 -0300 | [diff] [blame] | 993 | static const struct stv0299_config samsung_stv0299_config = { |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 994 | .demod_address = 0x68, |
| 995 | .inittab = samsung_smt_7020_inittab, |
| 996 | .mclk = 88000000UL, |
| 997 | .invert = 0, |
| 998 | .skip_reinit = 0, |
| 999 | .lock_output = STV0299_LOCKOUTPUT_LK, |
| 1000 | .volt13_op0_op1 = STV0299_VOLT13_OP1, |
| 1001 | .min_delay_ms = 100, |
| 1002 | .set_symbol_rate = samsung_smt_7020_stv0299_set_symbol_rate, |
| 1003 | }; |
| 1004 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1005 | static int dvb_register(struct cx8802_dev *dev) |
| 1006 | { |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1007 | struct cx88_core *core = dev->core; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1008 | struct vb2_dvb_frontend *fe0, *fe1 = NULL; |
Darron Broad | 59b1842 | 2008-10-11 11:44:05 -0300 | [diff] [blame] | 1009 | int mfe_shared = 0; /* bus not shared by default */ |
David Fries | 7b0962d | 2011-12-15 01:59:20 -0300 | [diff] [blame] | 1010 | int res = -EINVAL; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1011 | |
Matthias Schwarzott | 0e8bac9 | 2008-10-24 10:47:07 -0300 | [diff] [blame] | 1012 | if (0 != core->i2c_rc) { |
| 1013 | printk(KERN_ERR "%s/2: no i2c-bus available, cannot attach dvb drivers\n", core->name); |
| 1014 | goto frontend_detach; |
| 1015 | } |
| 1016 | |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1017 | /* Get the first frontend */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1018 | fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1019 | if (!fe0) |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1020 | goto frontend_detach; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1021 | |
Darron Broad | 8e73909 | 2008-10-11 11:31:41 -0300 | [diff] [blame] | 1022 | /* multi-frontend gate control is undefined or defaults to fe0 */ |
| 1023 | dev->frontends.gate = 0; |
| 1024 | |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 1025 | /* Sets the gate control callback to be used by i2c command calls */ |
| 1026 | core->gate_ctrl = cx88_dvb_gate_ctrl; |
| 1027 | |
Darron Broad | 8e73909 | 2008-10-11 11:31:41 -0300 | [diff] [blame] | 1028 | /* init frontend(s) */ |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1029 | switch (core->boardnr) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1030 | case CX88_BOARD_HAUPPAUGE_DVB_T1: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1031 | fe0->dvb.frontend = dvb_attach(cx22702_attach, |
Michael Krufky | ed355260 | 2006-12-05 01:34:56 -0300 | [diff] [blame] | 1032 | &connexant_refboard_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1033 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1034 | if (fe0->dvb.frontend != NULL) { |
| 1035 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1036 | 0x61, &core->i2c_adap, |
| 1037 | DVB_PLL_THOMSON_DTT759X)) |
| 1038 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1039 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | break; |
Michael Krufky | e057ee1 | 2005-07-07 17:58:40 -0700 | [diff] [blame] | 1041 | case CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1042 | case CX88_BOARD_CONEXANT_DVB_T1: |
Manenti Marco | f39624f | 2006-01-09 15:32:45 -0200 | [diff] [blame] | 1043 | case CX88_BOARD_KWORLD_DVB_T_CX22702: |
David Shirley | 2b5200a | 2005-11-08 21:37:22 -0800 | [diff] [blame] | 1044 | case CX88_BOARD_WINFAST_DTV1000: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1045 | fe0->dvb.frontend = dvb_attach(cx22702_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1046 | &connexant_refboard_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1047 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1048 | if (fe0->dvb.frontend != NULL) { |
| 1049 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1050 | 0x60, &core->i2c_adap, |
| 1051 | DVB_PLL_THOMSON_DTT7579)) |
| 1052 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1053 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1054 | break; |
Malcolm Valentine | 4bd6e9d | 2006-05-29 13:51:59 -0300 | [diff] [blame] | 1055 | case CX88_BOARD_WINFAST_DTV2000H: |
Steven Toth | 611900c | 2006-01-09 15:25:12 -0200 | [diff] [blame] | 1056 | case CX88_BOARD_HAUPPAUGE_HVR1100: |
| 1057 | case CX88_BOARD_HAUPPAUGE_HVR1100LP: |
Trent Piepho | a5a2ecf | 2007-03-09 15:07:07 -0300 | [diff] [blame] | 1058 | case CX88_BOARD_HAUPPAUGE_HVR1300: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1059 | fe0->dvb.frontend = dvb_attach(cx22702_attach, |
Michael Krufky | ed355260 | 2006-12-05 01:34:56 -0300 | [diff] [blame] | 1060 | &hauppauge_hvr_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1061 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1062 | if (fe0->dvb.frontend != NULL) { |
| 1063 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1064 | &core->i2c_adap, 0x61, |
| 1065 | TUNER_PHILIPS_FMD1216ME_MK3)) |
| 1066 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1067 | } |
Steven Toth | 611900c | 2006-01-09 15:25:12 -0200 | [diff] [blame] | 1068 | break; |
Miroslav Slugen | 27b93d8 | 2011-12-13 15:36:15 -0300 | [diff] [blame] | 1069 | case CX88_BOARD_WINFAST_DTV2000H_J: |
| 1070 | fe0->dvb.frontend = dvb_attach(cx22702_attach, |
| 1071 | &hauppauge_hvr_config, |
| 1072 | &core->i2c_adap); |
| 1073 | if (fe0->dvb.frontend != NULL) { |
| 1074 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
| 1075 | &core->i2c_adap, 0x61, |
| 1076 | TUNER_PHILIPS_FMD1216MEX_MK3)) |
| 1077 | goto frontend_detach; |
| 1078 | } |
| 1079 | break; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1080 | case CX88_BOARD_HAUPPAUGE_HVR3000: |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1081 | /* MFE frontend 1 */ |
| 1082 | mfe_shared = 1; |
| 1083 | dev->frontends.gate = 2; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1084 | /* DVB-S init */ |
| 1085 | fe0->dvb.frontend = dvb_attach(cx24123_attach, |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1086 | &hauppauge_novas_config, |
| 1087 | &dev->core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1088 | if (fe0->dvb.frontend) { |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1089 | if (!dvb_attach(isl6421_attach, |
| 1090 | fe0->dvb.frontend, |
| 1091 | &dev->core->i2c_adap, |
Mauro Carvalho Chehab | 48a8a03 | 2013-04-05 12:18:54 -0300 | [diff] [blame] | 1092 | 0x08, ISL6421_DCL, 0x00, false)) |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1093 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1094 | } |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1095 | /* MFE frontend 2 */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1096 | fe1 = vb2_dvb_get_frontend(&dev->frontends, 2); |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1097 | if (!fe1) |
| 1098 | goto frontend_detach; |
| 1099 | /* DVB-T init */ |
| 1100 | fe1->dvb.frontend = dvb_attach(cx22702_attach, |
| 1101 | &hauppauge_hvr_config, |
| 1102 | &dev->core->i2c_adap); |
| 1103 | if (fe1->dvb.frontend) { |
| 1104 | fe1->dvb.frontend->id = 1; |
| 1105 | if (!dvb_attach(simple_tuner_attach, |
| 1106 | fe1->dvb.frontend, |
| 1107 | &dev->core->i2c_adap, |
| 1108 | 0x61, TUNER_PHILIPS_FMD1216ME_MK3)) |
| 1109 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1110 | } |
| 1111 | break; |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 1112 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1113 | fe0->dvb.frontend = dvb_attach(mt352_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1114 | &dvico_fusionhdtv, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1115 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1116 | if (fe0->dvb.frontend != NULL) { |
| 1117 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1118 | 0x60, NULL, DVB_PLL_THOMSON_DTT7579)) |
| 1119 | goto frontend_detach; |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 1120 | break; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1121 | } |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 1122 | /* ZL10353 replaces MT352 on later cards */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1123 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1124 | &dvico_fusionhdtv_plus_v1_1, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1125 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1126 | if (fe0->dvb.frontend != NULL) { |
| 1127 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1128 | 0x60, NULL, DVB_PLL_THOMSON_DTT7579)) |
| 1129 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1130 | } |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 1131 | break; |
Michael Krufky | c2af3cd | 2006-06-12 14:06:22 -0300 | [diff] [blame] | 1132 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL: |
Michael Krufky | c2af3cd | 2006-06-12 14:06:22 -0300 | [diff] [blame] | 1133 | /* The tin box says DEE1601, but it seems to be DTT7579 |
| 1134 | * compatible, with a slightly different MT352 AGC gain. */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1135 | fe0->dvb.frontend = dvb_attach(mt352_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1136 | &dvico_fusionhdtv_dual, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1137 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1138 | if (fe0->dvb.frontend != NULL) { |
| 1139 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1140 | 0x61, NULL, DVB_PLL_THOMSON_DTT7579)) |
| 1141 | goto frontend_detach; |
Michael Krufky | c2af3cd | 2006-06-12 14:06:22 -0300 | [diff] [blame] | 1142 | break; |
| 1143 | } |
Michael Krufky | c2af3cd | 2006-06-12 14:06:22 -0300 | [diff] [blame] | 1144 | /* ZL10353 replaces MT352 on later cards */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1145 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1146 | &dvico_fusionhdtv_plus_v1_1, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1147 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1148 | if (fe0->dvb.frontend != NULL) { |
| 1149 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1150 | 0x61, NULL, DVB_PLL_THOMSON_DTT7579)) |
| 1151 | goto frontend_detach; |
Michael Krufky | c2af3cd | 2006-06-12 14:06:22 -0300 | [diff] [blame] | 1152 | } |
Michael Krufky | c2af3cd | 2006-06-12 14:06:22 -0300 | [diff] [blame] | 1153 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1154 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1155 | fe0->dvb.frontend = dvb_attach(mt352_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1156 | &dvico_fusionhdtv, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1157 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1158 | if (fe0->dvb.frontend != NULL) { |
| 1159 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1160 | 0x61, NULL, DVB_PLL_LG_Z201)) |
| 1161 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1162 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1163 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1164 | case CX88_BOARD_KWORLD_DVB_T: |
| 1165 | case CX88_BOARD_DNTV_LIVE_DVB_T: |
Mauro Carvalho Chehab | a82decf | 2005-07-07 17:58:36 -0700 | [diff] [blame] | 1166 | case CX88_BOARD_ADSTECH_DVB_T_PCI: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1167 | fe0->dvb.frontend = dvb_attach(mt352_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1168 | &dntv_live_dvbt_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1169 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1170 | if (fe0->dvb.frontend != NULL) { |
| 1171 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1172 | 0x61, NULL, DVB_PLL_UNKNOWN_1)) |
| 1173 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1174 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1175 | break; |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1176 | case CX88_BOARD_DNTV_LIVE_DVB_T_PRO: |
Peter Senna Tschudin | 7b34be7 | 2013-01-20 01:32:56 -0300 | [diff] [blame] | 1177 | #if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054) |
Trent Piepho | f0ad909 | 2007-10-14 02:52:16 -0300 | [diff] [blame] | 1178 | /* MT352 is on a secondary I2C bus made from some GPIO lines */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1179 | fe0->dvb.frontend = dvb_attach(mt352_attach, &dntv_live_dvbt_pro_config, |
Trent Piepho | f0ad909 | 2007-10-14 02:52:16 -0300 | [diff] [blame] | 1180 | &dev->vp3054->adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1181 | if (fe0->dvb.frontend != NULL) { |
| 1182 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1183 | &core->i2c_adap, 0x61, |
| 1184 | TUNER_PHILIPS_FMD1216ME_MK3)) |
| 1185 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1186 | } |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1187 | #else |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1188 | printk(KERN_ERR "%s/2: built without vp3054 support\n", |
| 1189 | core->name); |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1190 | #endif |
| 1191 | break; |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 1192 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1193 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1194 | &dvico_fusionhdtv_hybrid, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1195 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1196 | if (fe0->dvb.frontend != NULL) { |
| 1197 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1198 | &core->i2c_adap, 0x61, |
| 1199 | TUNER_THOMSON_FE6600)) |
| 1200 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1201 | } |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 1202 | break; |
Chris Pascoe | b3fb91d | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1203 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1204 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
Chris Pascoe | b3fb91d | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1205 | &dvico_fusionhdtv_xc3028, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1206 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1207 | if (fe0->dvb.frontend == NULL) |
| 1208 | fe0->dvb.frontend = dvb_attach(mt352_attach, |
Chris Pascoe | b3fb91d | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1209 | &dvico_fusionhdtv_mt352_xc3028, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1210 | &core->i2c_adap); |
Chris Pascoe | 8765561 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1211 | /* |
| 1212 | * On this board, the demod provides the I2C bus pullup. |
| 1213 | * We must not permit gate_ctrl to be performed, or |
| 1214 | * the xc3028 cannot communicate on the bus. |
| 1215 | */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1216 | if (fe0->dvb.frontend) |
| 1217 | fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 1218 | if (attach_xc3028(0x61, dev) < 0) |
Darron Broad | becd430 | 2008-10-21 11:47:50 -0300 | [diff] [blame] | 1219 | goto frontend_detach; |
Chris Pascoe | b3fb91d | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1220 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1221 | case CX88_BOARD_PCHDTV_HD3000: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1222 | fe0->dvb.frontend = dvb_attach(or51132_attach, &pchdtv_hd3000, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1223 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1224 | if (fe0->dvb.frontend != NULL) { |
| 1225 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1226 | &core->i2c_adap, 0x61, |
| 1227 | TUNER_THOMSON_DTT761X)) |
| 1228 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1229 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1230 | break; |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 1231 | case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q: |
| 1232 | dev->ts_gen_cntrl = 0x08; |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 1233 | |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1234 | /* Do a hardware reset of chip before using it. */ |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 1235 | cx_clear(MO_GP0_IO, 1); |
| 1236 | mdelay(100); |
Michael Krufky | 0ccef6d | 2005-07-27 11:45:55 -0700 | [diff] [blame] | 1237 | cx_set(MO_GP0_IO, 1); |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 1238 | mdelay(200); |
Michael Krufky | 0ccef6d | 2005-07-27 11:45:55 -0700 | [diff] [blame] | 1239 | |
| 1240 | /* Select RF connector callback */ |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 1241 | fusionhdtv_3_gold.pll_rf_set = lgdt330x_pll_rf_set; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1242 | fe0->dvb.frontend = dvb_attach(lgdt330x_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1243 | &fusionhdtv_3_gold, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1244 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1245 | if (fe0->dvb.frontend != NULL) { |
| 1246 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1247 | &core->i2c_adap, 0x61, |
| 1248 | TUNER_MICROTUNE_4042FI5)) |
| 1249 | goto frontend_detach; |
Michael Krufky | f179849 | 2005-07-07 17:58:39 -0700 | [diff] [blame] | 1250 | } |
| 1251 | break; |
Michael Krufky | 0d723c0 | 2005-07-07 17:58:42 -0700 | [diff] [blame] | 1252 | case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T: |
| 1253 | dev->ts_gen_cntrl = 0x08; |
Michael Krufky | 0d723c0 | 2005-07-07 17:58:42 -0700 | [diff] [blame] | 1254 | |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1255 | /* Do a hardware reset of chip before using it. */ |
Michael Krufky | 0d723c0 | 2005-07-07 17:58:42 -0700 | [diff] [blame] | 1256 | cx_clear(MO_GP0_IO, 1); |
| 1257 | mdelay(100); |
Michael Krufky | d975872 | 2005-07-27 11:45:56 -0700 | [diff] [blame] | 1258 | cx_set(MO_GP0_IO, 9); |
Michael Krufky | 0d723c0 | 2005-07-07 17:58:42 -0700 | [diff] [blame] | 1259 | mdelay(200); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1260 | fe0->dvb.frontend = dvb_attach(lgdt330x_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1261 | &fusionhdtv_3_gold, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1262 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1263 | if (fe0->dvb.frontend != NULL) { |
| 1264 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1265 | &core->i2c_adap, 0x61, |
| 1266 | TUNER_THOMSON_DTT761X)) |
| 1267 | goto frontend_detach; |
Michael Krufky | 0d723c0 | 2005-07-07 17:58:42 -0700 | [diff] [blame] | 1268 | } |
| 1269 | break; |
Mauro Carvalho Chehab | e52e98a | 2005-09-09 13:03:41 -0700 | [diff] [blame] | 1270 | case CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD: |
| 1271 | dev->ts_gen_cntrl = 0x08; |
Mauro Carvalho Chehab | e52e98a | 2005-09-09 13:03:41 -0700 | [diff] [blame] | 1272 | |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1273 | /* Do a hardware reset of chip before using it. */ |
Mauro Carvalho Chehab | e52e98a | 2005-09-09 13:03:41 -0700 | [diff] [blame] | 1274 | cx_clear(MO_GP0_IO, 1); |
| 1275 | mdelay(100); |
| 1276 | cx_set(MO_GP0_IO, 1); |
| 1277 | mdelay(200); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1278 | fe0->dvb.frontend = dvb_attach(lgdt330x_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1279 | &fusionhdtv_5_gold, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1280 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1281 | if (fe0->dvb.frontend != NULL) { |
| 1282 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1283 | &core->i2c_adap, 0x61, |
| 1284 | TUNER_LG_TDVS_H06XF)) |
| 1285 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1286 | if (!dvb_attach(tda9887_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1287 | &core->i2c_adap, 0x43)) |
| 1288 | goto frontend_detach; |
Mauro Carvalho Chehab | e52e98a | 2005-09-09 13:03:41 -0700 | [diff] [blame] | 1289 | } |
| 1290 | break; |
Rusty Scott | da215d2 | 2006-04-07 02:21:31 -0300 | [diff] [blame] | 1291 | case CX88_BOARD_PCHDTV_HD5500: |
| 1292 | dev->ts_gen_cntrl = 0x08; |
Rusty Scott | da215d2 | 2006-04-07 02:21:31 -0300 | [diff] [blame] | 1293 | |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1294 | /* Do a hardware reset of chip before using it. */ |
Rusty Scott | da215d2 | 2006-04-07 02:21:31 -0300 | [diff] [blame] | 1295 | cx_clear(MO_GP0_IO, 1); |
| 1296 | mdelay(100); |
| 1297 | cx_set(MO_GP0_IO, 1); |
| 1298 | mdelay(200); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1299 | fe0->dvb.frontend = dvb_attach(lgdt330x_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1300 | &pchdtv_hd5500, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1301 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1302 | if (fe0->dvb.frontend != NULL) { |
| 1303 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1304 | &core->i2c_adap, 0x61, |
| 1305 | TUNER_LG_TDVS_H06XF)) |
| 1306 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1307 | if (!dvb_attach(tda9887_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1308 | &core->i2c_adap, 0x43)) |
| 1309 | goto frontend_detach; |
Rusty Scott | da215d2 | 2006-04-07 02:21:31 -0300 | [diff] [blame] | 1310 | } |
| 1311 | break; |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 1312 | case CX88_BOARD_ATI_HDTVWONDER: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1313 | fe0->dvb.frontend = dvb_attach(nxt200x_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1314 | &ati_hdtvwonder, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1315 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1316 | if (fe0->dvb.frontend != NULL) { |
| 1317 | if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1318 | &core->i2c_adap, 0x61, |
| 1319 | TUNER_PHILIPS_TUV1236D)) |
| 1320 | goto frontend_detach; |
Andrew de Quincey | f54376e | 2006-04-18 17:56:10 -0300 | [diff] [blame] | 1321 | } |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 1322 | break; |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 1323 | case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: |
| 1324 | case CX88_BOARD_HAUPPAUGE_NOVASE2_S1: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1325 | fe0->dvb.frontend = dvb_attach(cx24123_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1326 | &hauppauge_novas_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1327 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1328 | if (fe0->dvb.frontend) { |
Mauro Carvalho Chehab | 48a8a03 | 2013-04-05 12:18:54 -0300 | [diff] [blame] | 1329 | bool override_tone; |
| 1330 | |
| 1331 | if (core->model == 92001) |
| 1332 | override_tone = true; |
| 1333 | else |
| 1334 | override_tone = false; |
| 1335 | |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1336 | if (!dvb_attach(isl6421_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 48a8a03 | 2013-04-05 12:18:54 -0300 | [diff] [blame] | 1337 | &core->i2c_adap, 0x08, ISL6421_DCL, 0x00, |
| 1338 | override_tone)) |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1339 | goto frontend_detach; |
Andrew de Quincey | cd20ca9 | 2006-05-12 20:31:51 -0300 | [diff] [blame] | 1340 | } |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 1341 | break; |
Vadim Catana | 0e0351e | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 1342 | case CX88_BOARD_KWORLD_DVBS_100: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1343 | fe0->dvb.frontend = dvb_attach(cx24123_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1344 | &kworld_dvbs_100_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1345 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1346 | if (fe0->dvb.frontend) { |
| 1347 | core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; |
| 1348 | fe0->dvb.frontend->ops.set_voltage = kworld_dvbs_100_set_voltage; |
Andrew de Quincey | cd20ca9 | 2006-05-12 20:31:51 -0300 | [diff] [blame] | 1349 | } |
Vadim Catana | 0e0351e | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 1350 | break; |
Saqeb Akhter | c02a34f | 2006-06-29 20:29:33 -0300 | [diff] [blame] | 1351 | case CX88_BOARD_GENIATECH_DVBS: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1352 | fe0->dvb.frontend = dvb_attach(cx24123_attach, |
Michael Krufky | f7b54b1 | 2006-08-08 15:48:08 -0300 | [diff] [blame] | 1353 | &geniatech_dvbs_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1354 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1355 | if (fe0->dvb.frontend) { |
| 1356 | core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; |
| 1357 | fe0->dvb.frontend->ops.set_voltage = geniatech_dvbs_set_voltage; |
Saqeb Akhter | c02a34f | 2006-06-29 20:29:33 -0300 | [diff] [blame] | 1358 | } |
| 1359 | break; |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 1360 | case CX88_BOARD_PINNACLE_PCTV_HD_800i: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1361 | fe0->dvb.frontend = dvb_attach(s5h1409_attach, |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 1362 | &pinnacle_pctv_hd_800i_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1363 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1364 | if (fe0->dvb.frontend != NULL) { |
| 1365 | if (!dvb_attach(xc5000_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1366 | &core->i2c_adap, |
Michael Krufky | 3065096 | 2008-09-06 14:56:58 -0300 | [diff] [blame] | 1367 | &pinnacle_pctv_hd_800i_tuner_config)) |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1368 | goto frontend_detach; |
Steven Toth | 60464da | 2008-01-05 16:53:01 -0300 | [diff] [blame] | 1369 | } |
| 1370 | break; |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1371 | case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1372 | fe0->dvb.frontend = dvb_attach(s5h1409_attach, |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1373 | &dvico_hdtv5_pci_nano_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1374 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1375 | if (fe0->dvb.frontend != NULL) { |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1376 | struct dvb_frontend *fe; |
| 1377 | struct xc2028_config cfg = { |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1378 | .i2c_adap = &core->i2c_adap, |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1379 | .i2c_addr = 0x61, |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1380 | }; |
| 1381 | static struct xc2028_ctrl ctl = { |
Michael Krufky | ef80bfe | 2008-09-16 02:15:30 -0300 | [diff] [blame] | 1382 | .fname = XC2028_DEFAULT_FIRMWARE, |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1383 | .max_len = 64, |
Mauro Carvalho Chehab | 33e5316 | 2008-04-21 06:58:48 -0300 | [diff] [blame] | 1384 | .scode_table = XC3028_FE_OREN538, |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1385 | }; |
| 1386 | |
| 1387 | fe = dvb_attach(xc2028_attach, |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1388 | fe0->dvb.frontend, &cfg); |
Steven Toth | 5c00fac | 2008-04-22 14:45:14 -0300 | [diff] [blame] | 1389 | if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) |
| 1390 | fe->ops.tuner_ops.set_config(fe, &ctl); |
| 1391 | } |
| 1392 | break; |
Ricardo Maraschini | d49f7a2 | 2010-04-06 02:40:43 -0300 | [diff] [blame] | 1393 | case CX88_BOARD_PINNACLE_HYBRID_PCTV: |
Miroslav Sustek | 3047a17 | 2009-05-31 16:47:28 -0300 | [diff] [blame] | 1394 | case CX88_BOARD_WINFAST_DTV1800H: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1395 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
Stéphane Voltz | 3f6014f | 2008-09-05 14:33:54 -0300 | [diff] [blame] | 1396 | &cx88_pinnacle_hybrid_pctv, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1397 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1398 | if (fe0->dvb.frontend) { |
| 1399 | fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; |
Stéphane Voltz | 3f6014f | 2008-09-05 14:33:54 -0300 | [diff] [blame] | 1400 | if (attach_xc3028(0x61, dev) < 0) |
| 1401 | goto frontend_detach; |
| 1402 | } |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1403 | break; |
istvan_v@mailbox.hu | 8eb79c0 | 2011-06-07 13:16:56 -0300 | [diff] [blame] | 1404 | case CX88_BOARD_WINFAST_DTV1800H_XC4000: |
istvan_v@mailbox.hu | f271a3a | 2011-06-07 13:14:53 -0300 | [diff] [blame] | 1405 | case CX88_BOARD_WINFAST_DTV2000H_PLUS: |
| 1406 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
| 1407 | &cx88_pinnacle_hybrid_pctv, |
| 1408 | &core->i2c_adap); |
| 1409 | if (fe0->dvb.frontend) { |
| 1410 | struct xc4000_config cfg = { |
| 1411 | .i2c_address = 0x61, |
| 1412 | .default_pm = 0, |
| 1413 | .dvb_amplitude = 134, |
| 1414 | .set_smoothedcvbs = 1, |
| 1415 | .if_khz = 4560 |
| 1416 | }; |
| 1417 | fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; |
| 1418 | if (attach_xc4000(dev, &cfg) < 0) |
| 1419 | goto frontend_detach; |
| 1420 | } |
| 1421 | break; |
| 1422 | case CX88_BOARD_GENIATECH_X8000_MT: |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 1423 | dev->ts_gen_cntrl = 0x00; |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1424 | |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1425 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1426 | &cx88_geniatech_x8000_mt, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1427 | &core->i2c_adap); |
Mauro Carvalho Chehab | 23fb348 | 2008-04-22 14:45:30 -0300 | [diff] [blame] | 1428 | if (attach_xc3028(0x61, dev) < 0) |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1429 | goto frontend_detach; |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1430 | break; |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 1431 | case CX88_BOARD_KWORLD_ATSC_120: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1432 | fe0->dvb.frontend = dvb_attach(s5h1409_attach, |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 1433 | &kworld_atsc_120_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1434 | &core->i2c_adap); |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 1435 | if (attach_xc3028(0x61, dev) < 0) |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1436 | goto frontend_detach; |
Mauro Carvalho Chehab | 99e09ea | 2008-03-27 23:18:30 -0300 | [diff] [blame] | 1437 | break; |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 1438 | case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1439 | fe0->dvb.frontend = dvb_attach(s5h1411_attach, |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 1440 | &dvico_fusionhdtv7_config, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1441 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1442 | if (fe0->dvb.frontend != NULL) { |
| 1443 | if (!dvb_attach(xc5000_attach, fe0->dvb.frontend, |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1444 | &core->i2c_adap, |
Michael Krufky | 3065096 | 2008-09-06 14:56:58 -0300 | [diff] [blame] | 1445 | &dvico_fusionhdtv7_tuner_config)) |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1446 | goto frontend_detach; |
Steven Toth | d893d5d | 2008-04-25 03:46:43 -0300 | [diff] [blame] | 1447 | } |
| 1448 | break; |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 1449 | case CX88_BOARD_HAUPPAUGE_HVR4000: |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1450 | /* MFE frontend 1 */ |
| 1451 | mfe_shared = 1; |
| 1452 | dev->frontends.gate = 2; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1453 | /* DVB-S/S2 Init */ |
| 1454 | fe0->dvb.frontend = dvb_attach(cx24116_attach, |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1455 | &hauppauge_hvr4000_config, |
| 1456 | &dev->core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1457 | if (fe0->dvb.frontend) { |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1458 | if (!dvb_attach(isl6421_attach, |
| 1459 | fe0->dvb.frontend, |
| 1460 | &dev->core->i2c_adap, |
Mauro Carvalho Chehab | 48a8a03 | 2013-04-05 12:18:54 -0300 | [diff] [blame] | 1461 | 0x08, ISL6421_DCL, 0x00, false)) |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1462 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1463 | } |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1464 | /* MFE frontend 2 */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1465 | fe1 = vb2_dvb_get_frontend(&dev->frontends, 2); |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1466 | if (!fe1) |
| 1467 | goto frontend_detach; |
| 1468 | /* DVB-T Init */ |
| 1469 | fe1->dvb.frontend = dvb_attach(cx22702_attach, |
| 1470 | &hauppauge_hvr_config, |
| 1471 | &dev->core->i2c_adap); |
| 1472 | if (fe1->dvb.frontend) { |
| 1473 | fe1->dvb.frontend->id = 1; |
| 1474 | if (!dvb_attach(simple_tuner_attach, |
| 1475 | fe1->dvb.frontend, |
| 1476 | &dev->core->i2c_adap, |
| 1477 | 0x61, TUNER_PHILIPS_FMD1216ME_MK3)) |
| 1478 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1479 | } |
| 1480 | break; |
| 1481 | case CX88_BOARD_HAUPPAUGE_HVR4000LITE: |
| 1482 | fe0->dvb.frontend = dvb_attach(cx24116_attach, |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1483 | &hauppauge_hvr4000_config, |
| 1484 | &dev->core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1485 | if (fe0->dvb.frontend) { |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1486 | if (!dvb_attach(isl6421_attach, |
| 1487 | fe0->dvb.frontend, |
| 1488 | &dev->core->i2c_adap, |
Mauro Carvalho Chehab | 48a8a03 | 2013-04-05 12:18:54 -0300 | [diff] [blame] | 1489 | 0x08, ISL6421_DCL, 0x00, false)) |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1490 | goto frontend_detach; |
Steven Toth | 5bd1b66 | 2008-09-04 01:17:33 -0300 | [diff] [blame] | 1491 | } |
| 1492 | break; |
Igor M. Liplianin | cd3cde1 | 2008-11-09 15:26:25 -0300 | [diff] [blame] | 1493 | case CX88_BOARD_PROF_6200: |
Igor M. Liplianin | 4b29631 | 2008-11-09 15:25:31 -0300 | [diff] [blame] | 1494 | case CX88_BOARD_TBS_8910: |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1495 | case CX88_BOARD_TEVII_S420: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1496 | fe0->dvb.frontend = dvb_attach(stv0299_attach, |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1497 | &tevii_tuner_sharp_config, |
| 1498 | &core->i2c_adap); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1499 | if (fe0->dvb.frontend != NULL) { |
| 1500 | if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, 0x60, |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1501 | &core->i2c_adap, DVB_PLL_OPERA1)) |
| 1502 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1503 | core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; |
| 1504 | fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1505 | |
| 1506 | } else { |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1507 | fe0->dvb.frontend = dvb_attach(stv0288_attach, |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1508 | &tevii_tuner_earda_config, |
| 1509 | &core->i2c_adap); |
Mauro Carvalho Chehab | 86c330f | 2014-12-23 13:47:47 -0300 | [diff] [blame] | 1510 | if (fe0->dvb.frontend != NULL) { |
| 1511 | if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61, |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1512 | &core->i2c_adap)) |
| 1513 | goto frontend_detach; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1514 | core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; |
| 1515 | fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 1516 | } |
| 1517 | } |
| 1518 | break; |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 1519 | case CX88_BOARD_TEVII_S460: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1520 | fe0->dvb.frontend = dvb_attach(cx24116_attach, |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 1521 | &tevii_s460_config, |
| 1522 | &core->i2c_adap); |
Igor M. Liplianin | 93f26c1 | 2008-11-09 14:59:33 -0300 | [diff] [blame] | 1523 | if (fe0->dvb.frontend != NULL) |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1524 | fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; |
Igor M. Liplianin | af83262 | 2008-09-04 17:24:14 -0300 | [diff] [blame] | 1525 | break; |
Igor M. Liplianin | 0cb7363 | 2011-02-25 18:41:24 -0300 | [diff] [blame] | 1526 | case CX88_BOARD_TEVII_S464: |
| 1527 | fe0->dvb.frontend = dvb_attach(ds3000_attach, |
| 1528 | &tevii_ds3000_config, |
| 1529 | &core->i2c_adap); |
Konstantin Dimitrov | 73f0af4 | 2012-12-23 19:25:38 -0300 | [diff] [blame] | 1530 | if (fe0->dvb.frontend != NULL) { |
| 1531 | dvb_attach(ts2020_attach, fe0->dvb.frontend, |
| 1532 | &tevii_ts2020_config, &core->i2c_adap); |
Igor M. Liplianin | 0cb7363 | 2011-02-25 18:41:24 -0300 | [diff] [blame] | 1533 | fe0->dvb.frontend->ops.set_voltage = |
| 1534 | tevii_dvbs_set_voltage; |
Konstantin Dimitrov | 73f0af4 | 2012-12-23 19:25:38 -0300 | [diff] [blame] | 1535 | } |
Igor M. Liplianin | 0cb7363 | 2011-02-25 18:41:24 -0300 | [diff] [blame] | 1536 | break; |
Oleg Roitburd | 4cd7fb8 | 2008-09-17 11:30:21 -0300 | [diff] [blame] | 1537 | case CX88_BOARD_OMICOM_SS4_PCI: |
Oleg Roitburd | ee73042 | 2008-09-17 11:58:33 -0300 | [diff] [blame] | 1538 | case CX88_BOARD_TBS_8920: |
Oleg Roitburd | 57f51db | 2008-10-08 06:48:08 -0300 | [diff] [blame] | 1539 | case CX88_BOARD_PROF_7300: |
Igor M. Liplianin | 4b29631 | 2008-11-09 15:25:31 -0300 | [diff] [blame] | 1540 | case CX88_BOARD_SATTRADE_ST4200: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1541 | fe0->dvb.frontend = dvb_attach(cx24116_attach, |
Oleg Roitburd | ee73042 | 2008-09-17 11:58:33 -0300 | [diff] [blame] | 1542 | &hauppauge_hvr4000_config, |
| 1543 | &core->i2c_adap); |
Igor M. Liplianin | 93f26c1 | 2008-11-09 14:59:33 -0300 | [diff] [blame] | 1544 | if (fe0->dvb.frontend != NULL) |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1545 | fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; |
Oleg Roitburd | ee73042 | 2008-09-17 11:58:33 -0300 | [diff] [blame] | 1546 | break; |
Stephan Wienczny | 70101a2 | 2009-03-10 19:08:06 -0300 | [diff] [blame] | 1547 | case CX88_BOARD_TERRATEC_CINERGY_HT_PCI_MKII: |
| 1548 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
| 1549 | &cx88_terratec_cinergy_ht_pci_mkii_config, |
| 1550 | &core->i2c_adap); |
| 1551 | if (fe0->dvb.frontend) { |
| 1552 | fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; |
| 1553 | if (attach_xc3028(0x61, dev) < 0) |
| 1554 | goto frontend_detach; |
| 1555 | } |
| 1556 | break; |
Igor M. Liplianin | b699c27 | 2009-11-16 22:22:32 -0300 | [diff] [blame] | 1557 | case CX88_BOARD_PROF_7301:{ |
| 1558 | struct dvb_tuner_ops *tuner_ops = NULL; |
| 1559 | |
| 1560 | fe0->dvb.frontend = dvb_attach(stv0900_attach, |
| 1561 | &prof_7301_stv0900_config, |
| 1562 | &core->i2c_adap, 0); |
| 1563 | if (fe0->dvb.frontend != NULL) { |
| 1564 | if (!dvb_attach(stb6100_attach, fe0->dvb.frontend, |
| 1565 | &prof_7301_stb6100_config, |
| 1566 | &core->i2c_adap)) |
| 1567 | goto frontend_detach; |
| 1568 | |
| 1569 | tuner_ops = &fe0->dvb.frontend->ops.tuner_ops; |
| 1570 | tuner_ops->set_frequency = stb6100_set_freq; |
| 1571 | tuner_ops->get_frequency = stb6100_get_freq; |
| 1572 | tuner_ops->set_bandwidth = stb6100_set_bandw; |
| 1573 | tuner_ops->get_bandwidth = stb6100_get_bandw; |
| 1574 | |
| 1575 | core->prev_set_voltage = |
| 1576 | fe0->dvb.frontend->ops.set_voltage; |
| 1577 | fe0->dvb.frontend->ops.set_voltage = |
| 1578 | tevii_dvbs_set_voltage; |
| 1579 | } |
| 1580 | break; |
| 1581 | } |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 1582 | case CX88_BOARD_SAMSUNG_SMT_7020: |
| 1583 | dev->ts_gen_cntrl = 0x08; |
| 1584 | |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 1585 | cx_set(MO_GP0_IO, 0x0101); |
| 1586 | |
| 1587 | cx_clear(MO_GP0_IO, 0x01); |
| 1588 | mdelay(100); |
| 1589 | cx_set(MO_GP0_IO, 0x01); |
| 1590 | mdelay(200); |
| 1591 | |
| 1592 | fe0->dvb.frontend = dvb_attach(stv0299_attach, |
| 1593 | &samsung_stv0299_config, |
| 1594 | &dev->core->i2c_adap); |
| 1595 | if (fe0->dvb.frontend) { |
| 1596 | fe0->dvb.frontend->ops.tuner_ops.set_params = |
| 1597 | samsung_smt_7020_tuner_set_params; |
| 1598 | fe0->dvb.frontend->tuner_priv = |
| 1599 | &dev->core->i2c_adap; |
| 1600 | fe0->dvb.frontend->ops.set_voltage = |
| 1601 | samsung_smt_7020_set_voltage; |
| 1602 | fe0->dvb.frontend->ops.set_tone = |
| 1603 | samsung_smt_7020_set_tone; |
| 1604 | } |
| 1605 | |
| 1606 | break; |
Sergey Ivanov | 111ac84 | 2010-08-09 10:18:32 -0300 | [diff] [blame] | 1607 | case CX88_BOARD_TWINHAN_VP1027_DVBS: |
| 1608 | dev->ts_gen_cntrl = 0x00; |
| 1609 | fe0->dvb.frontend = dvb_attach(mb86a16_attach, |
| 1610 | &twinhan_vp1027, |
| 1611 | &core->i2c_adap); |
| 1612 | if (fe0->dvb.frontend) { |
| 1613 | core->prev_set_voltage = |
| 1614 | fe0->dvb.frontend->ops.set_voltage; |
| 1615 | fe0->dvb.frontend->ops.set_voltage = |
| 1616 | vp1027_set_voltage; |
| 1617 | } |
| 1618 | break; |
Dirk Herrendoerfer | 4f3ca2f1 | 2010-02-11 18:06:34 -0300 | [diff] [blame] | 1619 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1620 | default: |
Trent Piepho | 5772f81 | 2007-08-15 14:41:59 -0300 | [diff] [blame] | 1621 | printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card isn't supported yet\n", |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1622 | core->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1623 | break; |
| 1624 | } |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1625 | |
Mauro Carvalho Chehab | 2c9bcea | 2008-11-10 23:35:00 -0200 | [diff] [blame] | 1626 | if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) { |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1627 | printk(KERN_ERR |
| 1628 | "%s/2: frontend initialization failed\n", |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1629 | core->name); |
Darron Broad | 60a5a92 | 2008-11-11 08:48:27 -0300 | [diff] [blame] | 1630 | goto frontend_detach; |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1631 | } |
Michael Krufky | d7cba04 | 2008-09-12 13:31:45 -0300 | [diff] [blame] | 1632 | /* define general-purpose callback pointer */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1633 | fe0->dvb.frontend->callback = cx88_tuner_callback; |
Mauro Carvalho Chehab | 9507901 | 2008-04-22 14:45:15 -0300 | [diff] [blame] | 1634 | |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1635 | /* Ensure all frontends negotiate bus access */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1636 | fe0->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl; |
| 1637 | if (fe1) |
| 1638 | fe1->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1639 | |
Mauro Carvalho Chehab | 93352f5 | 2005-09-13 01:25:42 -0700 | [diff] [blame] | 1640 | /* Put the analog decoder in standby to keep it quiet */ |
Laurent Pinchart | 622b828 | 2009-10-05 10:48:17 -0300 | [diff] [blame] | 1641 | call_all(core, core, s_power, 0); |
Mauro Carvalho Chehab | 93352f5 | 2005-09-13 01:25:42 -0700 | [diff] [blame] | 1642 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1643 | /* register everything */ |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1644 | res = vb2_dvb_register_bus(&dev->frontends, THIS_MODULE, dev, |
Mauro Carvalho Chehab | 2773b0e | 2016-02-05 08:35:50 -0200 | [diff] [blame] | 1645 | &dev->pci->dev, NULL, adapter_nr, |
| 1646 | mfe_shared); |
David Fries | 7b0962d | 2011-12-15 01:59:20 -0300 | [diff] [blame] | 1647 | if (res) |
| 1648 | goto frontend_detach; |
| 1649 | return res; |
Mauro Carvalho Chehab | 0590d91 | 2008-04-30 18:14:36 -0300 | [diff] [blame] | 1650 | |
| 1651 | frontend_detach: |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 1652 | core->gate_ctrl = NULL; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1653 | vb2_dvb_dealloc_frontends(&dev->frontends); |
David Fries | 7b0962d | 2011-12-15 01:59:20 -0300 | [diff] [blame] | 1654 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1655 | } |
| 1656 | |
| 1657 | /* ----------------------------------------------------------- */ |
| 1658 | |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1659 | /* CX8802 MPEG -> mini driver - We have been given the hardware */ |
| 1660 | static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1661 | { |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1662 | struct cx88_core *core = drv->core; |
| 1663 | int err = 0; |
Harvey Harrison | 32d83ef | 2008-04-08 23:20:00 -0300 | [diff] [blame] | 1664 | dprintk( 1, "%s\n", __func__); |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1665 | |
Trent Piepho | 6a59d64 | 2007-08-15 14:41:57 -0300 | [diff] [blame] | 1666 | switch (core->boardnr) { |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1667 | case CX88_BOARD_HAUPPAUGE_HVR1300: |
| 1668 | /* We arrive here with either the cx23416 or the cx22702 |
| 1669 | * on the bus. Take the bus from the cx23416 and enable the |
| 1670 | * cx22702 demod |
| 1671 | */ |
Darron Broad | 7939273 | 2008-12-18 06:28:35 -0300 | [diff] [blame] | 1672 | /* Toggle reset on cx22702 leaving i2c active */ |
| 1673 | cx_set(MO_GP0_IO, 0x00000080); |
| 1674 | udelay(1000); |
| 1675 | cx_clear(MO_GP0_IO, 0x00000080); |
| 1676 | udelay(50); |
| 1677 | cx_set(MO_GP0_IO, 0x00000080); |
| 1678 | udelay(1000); |
| 1679 | /* enable the cx22702 pins */ |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1680 | cx_clear(MO_GP0_IO, 0x00000004); |
| 1681 | udelay(1000); |
| 1682 | break; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1683 | |
Darron Broad | 92abe9e | 2008-10-11 11:18:53 -0300 | [diff] [blame] | 1684 | case CX88_BOARD_HAUPPAUGE_HVR3000: |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1685 | case CX88_BOARD_HAUPPAUGE_HVR4000: |
Darron Broad | 7939273 | 2008-12-18 06:28:35 -0300 | [diff] [blame] | 1686 | /* Toggle reset on cx22702 leaving i2c active */ |
| 1687 | cx_set(MO_GP0_IO, 0x00000080); |
| 1688 | udelay(1000); |
| 1689 | cx_clear(MO_GP0_IO, 0x00000080); |
| 1690 | udelay(50); |
| 1691 | cx_set(MO_GP0_IO, 0x00000080); |
| 1692 | udelay(1000); |
| 1693 | switch (core->dvbdev->frontends.active_fe_id) { |
| 1694 | case 1: /* DVB-S/S2 Enabled */ |
| 1695 | /* tri-state the cx22702 pins */ |
| 1696 | cx_set(MO_GP0_IO, 0x00000004); |
| 1697 | /* Take the cx24116/cx24123 out of reset */ |
| 1698 | cx_write(MO_SRST_IO, 1); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1699 | core->dvbdev->ts_gen_cntrl = 0x02; /* Parallel IO */ |
Darron Broad | 7939273 | 2008-12-18 06:28:35 -0300 | [diff] [blame] | 1700 | break; |
| 1701 | case 2: /* DVB-T Enabled */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1702 | /* Put the cx24116/cx24123 into reset */ |
| 1703 | cx_write(MO_SRST_IO, 0); |
Darron Broad | 7939273 | 2008-12-18 06:28:35 -0300 | [diff] [blame] | 1704 | /* enable the cx22702 pins */ |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1705 | cx_clear(MO_GP0_IO, 0x00000004); |
| 1706 | core->dvbdev->ts_gen_cntrl = 0x0c; /* Serial IO */ |
Darron Broad | 7939273 | 2008-12-18 06:28:35 -0300 | [diff] [blame] | 1707 | break; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1708 | } |
Darron Broad | 7939273 | 2008-12-18 06:28:35 -0300 | [diff] [blame] | 1709 | udelay(1000); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1710 | break; |
| 1711 | |
istvan_v@mailbox.hu | f271a3a | 2011-06-07 13:14:53 -0300 | [diff] [blame] | 1712 | case CX88_BOARD_WINFAST_DTV2000H_PLUS: |
| 1713 | /* set RF input to AIR for DVB-T (GPIO 16) */ |
| 1714 | cx_write(MO_GP2_IO, 0x0101); |
| 1715 | break; |
| 1716 | |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1717 | default: |
| 1718 | err = -ENODEV; |
| 1719 | } |
| 1720 | return err; |
| 1721 | } |
| 1722 | |
| 1723 | /* CX8802 MPEG -> mini driver - We no longer have the hardware */ |
| 1724 | static int cx8802_dvb_advise_release(struct cx8802_driver *drv) |
| 1725 | { |
| 1726 | struct cx88_core *core = drv->core; |
| 1727 | int err = 0; |
Harvey Harrison | 32d83ef | 2008-04-08 23:20:00 -0300 | [diff] [blame] | 1728 | dprintk( 1, "%s\n", __func__); |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1729 | |
Trent Piepho | 6a59d64 | 2007-08-15 14:41:57 -0300 | [diff] [blame] | 1730 | switch (core->boardnr) { |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1731 | case CX88_BOARD_HAUPPAUGE_HVR1300: |
| 1732 | /* Do Nothing, leave the cx22702 on the bus. */ |
| 1733 | break; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1734 | case CX88_BOARD_HAUPPAUGE_HVR3000: |
| 1735 | case CX88_BOARD_HAUPPAUGE_HVR4000: |
| 1736 | break; |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1737 | default: |
| 1738 | err = -ENODEV; |
| 1739 | } |
| 1740 | return err; |
| 1741 | } |
| 1742 | |
| 1743 | static int cx8802_dvb_probe(struct cx8802_driver *drv) |
| 1744 | { |
| 1745 | struct cx88_core *core = drv->core; |
| 1746 | struct cx8802_dev *dev = drv->core->dvbdev; |
Darron Broad | cbd8244 | 2008-10-30 05:07:44 -0300 | [diff] [blame] | 1747 | int err; |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1748 | struct vb2_dvb_frontend *fe; |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1749 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1750 | |
Harvey Harrison | 32d83ef | 2008-04-08 23:20:00 -0300 | [diff] [blame] | 1751 | dprintk( 1, "%s\n", __func__); |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1752 | dprintk( 1, " ->being probed by Card=%d Name=%s, PCI %02x:%02x\n", |
Trent Piepho | 6a59d64 | 2007-08-15 14:41:57 -0300 | [diff] [blame] | 1753 | core->boardnr, |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1754 | core->name, |
| 1755 | core->pci_bus, |
| 1756 | core->pci_slot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1757 | |
| 1758 | err = -ENODEV; |
Trent Piepho | 6a59d64 | 2007-08-15 14:41:57 -0300 | [diff] [blame] | 1759 | if (!(core->board.mpeg & CX88_MPEG_DVB)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1760 | goto fail_core; |
| 1761 | |
Trent Piepho | ecf854d | 2007-05-05 20:11:32 -0300 | [diff] [blame] | 1762 | /* If vp3054 isn't enabled, a stub will just return 0 */ |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1763 | err = vp3054_i2c_probe(dev); |
| 1764 | if (0 != err) |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1765 | goto fail_core; |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1766 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1767 | /* dvb stuff */ |
Trent Piepho | 5772f81 | 2007-08-15 14:41:59 -0300 | [diff] [blame] | 1768 | printk(KERN_INFO "%s/2: cx2388x based DVB/ATSC card\n", core->name); |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1769 | dev->ts_gen_cntrl = 0x0c; |
| 1770 | |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1771 | err = cx8802_alloc_frontends(dev); |
| 1772 | if (err) |
| 1773 | goto fail_core; |
Darron Broad | cbd8244 | 2008-10-30 05:07:44 -0300 | [diff] [blame] | 1774 | |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1775 | err = -ENODEV; |
| 1776 | for (i = 1; i <= core->board.num_frontends; i++) { |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1777 | struct vb2_queue *q; |
| 1778 | |
| 1779 | fe = vb2_dvb_get_frontend(&core->dvbdev->frontends, i); |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1780 | if (fe == NULL) { |
| 1781 | printk(KERN_ERR "%s() failed to get frontend(%d)\n", |
Darron Broad | cbd8244 | 2008-10-30 05:07:44 -0300 | [diff] [blame] | 1782 | __func__, i); |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1783 | goto fail_probe; |
| 1784 | } |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1785 | q = &fe->dvb.dvbq; |
| 1786 | q->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; |
| 1787 | q->io_modes = VB2_MMAP | VB2_USERPTR | VB2_DMABUF | VB2_READ; |
| 1788 | q->gfp_flags = GFP_DMA32; |
| 1789 | q->min_buffers_needed = 2; |
| 1790 | q->drv_priv = dev; |
| 1791 | q->buf_struct_size = sizeof(struct cx88_buffer); |
| 1792 | q->ops = &dvb_qops; |
| 1793 | q->mem_ops = &vb2_dma_sg_memops; |
| 1794 | q->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC; |
| 1795 | q->lock = &core->lock; |
| 1796 | |
| 1797 | err = vb2_queue_init(q); |
| 1798 | if (err < 0) |
| 1799 | goto fail_probe; |
| 1800 | |
| 1801 | /* init struct vb2_dvb */ |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1802 | fe->dvb.name = dev->core->name; |
Steven Toth | 363c35f | 2008-10-11 11:05:50 -0300 | [diff] [blame] | 1803 | } |
Andy Walls | 6e0e12f | 2009-01-11 21:18:04 -0300 | [diff] [blame] | 1804 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1805 | err = dvb_register(dev); |
Darron Broad | cbd8244 | 2008-10-30 05:07:44 -0300 | [diff] [blame] | 1806 | if (err) |
| 1807 | /* frontends/adapter de-allocated in dvb_register */ |
Trent Piepho | 5772f81 | 2007-08-15 14:41:59 -0300 | [diff] [blame] | 1808 | printk(KERN_ERR "%s/2: dvb_register failed (err = %d)\n", |
| 1809 | core->name, err); |
Darron Broad | cbd8244 | 2008-10-30 05:07:44 -0300 | [diff] [blame] | 1810 | return err; |
| 1811 | fail_probe: |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1812 | vb2_dvb_dealloc_frontends(&core->dvbdev->frontends); |
Darron Broad | 92abe9e | 2008-10-11 11:18:53 -0300 | [diff] [blame] | 1813 | fail_core: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1814 | return err; |
| 1815 | } |
| 1816 | |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1817 | static int cx8802_dvb_remove(struct cx8802_driver *drv) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1818 | { |
Darron Broad | 0fcd488 | 2008-10-21 11:18:47 -0300 | [diff] [blame] | 1819 | struct cx88_core *core = drv->core; |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1820 | struct cx8802_dev *dev = drv->core->dvbdev; |
Steven Toth | 611900c | 2006-01-09 15:25:12 -0200 | [diff] [blame] | 1821 | |
Darron Broad | 0fcd488 | 2008-10-21 11:18:47 -0300 | [diff] [blame] | 1822 | dprintk( 1, "%s\n", __func__); |
| 1823 | |
Hans Verkuil | 0b6b630 | 2014-09-20 09:22:18 -0300 | [diff] [blame] | 1824 | vb2_dvb_unregister_bus(&dev->frontends); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1825 | |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1826 | vp3054_i2c_remove(dev); |
Chris Pascoe | fc40b26 | 2006-01-09 15:25:35 -0200 | [diff] [blame] | 1827 | |
Mauro Carvalho Chehab | e32fadc | 2009-01-06 16:06:07 -0300 | [diff] [blame] | 1828 | core->gate_ctrl = NULL; |
| 1829 | |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1830 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1831 | } |
| 1832 | |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1833 | static struct cx8802_driver cx8802_dvb_driver = { |
| 1834 | .type_id = CX88_MPEG_DVB, |
| 1835 | .hw_access = CX8802_DRVCTL_SHARED, |
| 1836 | .probe = cx8802_dvb_probe, |
| 1837 | .remove = cx8802_dvb_remove, |
| 1838 | .advise_acquire = cx8802_dvb_advise_acquire, |
| 1839 | .advise_release = cx8802_dvb_advise_release, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1840 | }; |
| 1841 | |
Peter Huewe | 31d0f84 | 2009-07-17 01:00:01 +0200 | [diff] [blame] | 1842 | static int __init dvb_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1843 | { |
Mauro Carvalho Chehab | 1990d50 | 2011-06-24 14:45:49 -0300 | [diff] [blame] | 1844 | printk(KERN_INFO "cx88/2: cx2388x dvb driver version %s loaded\n", |
| 1845 | CX88_VERSION); |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1846 | return cx8802_register_driver(&cx8802_dvb_driver); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1847 | } |
| 1848 | |
Peter Huewe | 31d0f84 | 2009-07-17 01:00:01 +0200 | [diff] [blame] | 1849 | static void __exit dvb_fini(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1850 | { |
Steven Toth | 6c5be74 | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 1851 | cx8802_unregister_driver(&cx8802_dvb_driver); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1852 | } |
| 1853 | |
| 1854 | module_init(dvb_init); |
| 1855 | module_exit(dvb_fini); |