blob: 8d96a22647b396c5a8790775a883ff58eabce7ce [file] [log] [blame]
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001/* tuner-xc2028
2 *
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -03003 * Copyright (c) 2007-2008 Mauro Carvalho Chehab (mchehab@infradead.org)
Mauro Carvalho Chehab983d2142007-10-29 23:44:18 -03004 *
Michel Ludwig701672e2007-07-18 10:29:10 -03005 * Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com)
6 * - frontend interface
Mauro Carvalho Chehab983d2142007-10-29 23:44:18 -03007 *
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03008 * This code is placed under the terms of the GNU General Public License v2
9 */
10
11#include <linux/i2c.h>
12#include <asm/div64.h>
13#include <linux/firmware.h>
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -030014#include <linux/videodev2.h>
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -030015#include <linux/delay.h>
Michel Ludwig701672e2007-07-18 10:29:10 -030016#include <media/tuner.h>
Mauro Carvalho Chehab3b205322007-09-27 18:27:03 -030017#include <linux/mutex.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090018#include <linux/slab.h>
Al Viro84a9f332008-06-22 14:19:29 -030019#include <asm/unaligned.h>
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -030020#include "tuner-i2c.h"
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -030021#include "tuner-xc2028.h"
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -030022#include "tuner-xc2028-types.h"
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -030023
Michel Ludwig701672e2007-07-18 10:29:10 -030024#include <linux/dvb/frontend.h>
25#include "dvb_frontend.h"
26
Mauro Carvalho Chehab56ac0332013-11-02 06:13:11 -030027/* Max transfer size done by I2C transfer functions */
28#define MAX_XFER_SIZE 80
29
Miroslav Slugen304bce42011-12-11 20:19:34 -030030/* Registers (Write-only) */
31#define XREG_INIT 0x00
32#define XREG_RF_FREQ 0x02
33#define XREG_POWER_DOWN 0x08
34
35/* Registers (Read-only) */
36#define XREG_FREQ_ERROR 0x01
37#define XREG_LOCK 0x02
38#define XREG_VERSION 0x04
39#define XREG_PRODUCT_ID 0x08
40#define XREG_HSYNC_FREQ 0x10
41#define XREG_FRAME_LINES 0x20
42#define XREG_SNR 0x40
43
44#define XREG_ADC_ENV 0x0100
Mauro Carvalho Chehabef8c1882007-11-16 16:28:21 -030045
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -030046static int debug;
47module_param(debug, int, 0644);
48MODULE_PARM_DESC(debug, "enable verbose debug messages");
49
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -030050static int no_poweroff;
51module_param(no_poweroff, int, 0644);
Devin Heitmueller49008772009-04-28 16:22:47 -030052MODULE_PARM_DESC(no_poweroff, "0 (default) powers device off when not used.\n"
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -030053 "1 keep device energized and with tuner ready all the times.\n"
54 " Faster, but consumes more power and keeps the device hotter\n");
55
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -030056static char audio_std[8];
57module_param_string(audio_std, audio_std, sizeof(audio_std), 0);
58MODULE_PARM_DESC(audio_std,
59 "Audio standard. XC3028 audio decoder explicitly "
60 "needs to know what audio\n"
61 "standard is needed for some video standards with audio A2 or NICAM.\n"
62 "The valid values are:\n"
63 "A2\n"
64 "A2/A\n"
65 "A2/B\n"
66 "NICAM\n"
67 "NICAM/A\n"
68 "NICAM/B\n");
69
Samuel Ortiz4327b772009-05-27 00:49:33 +020070static char firmware_name[30];
Mauro Carvalho Chehab5c913c02008-04-22 14:46:24 -030071module_param_string(firmware_name, firmware_name, sizeof(firmware_name), 0);
72MODULE_PARM_DESC(firmware_name, "Firmware file name. Allows overriding the "
73 "default firmware name\n");
74
Michael Krufkyc663d032008-04-18 21:22:50 -030075static LIST_HEAD(hybrid_tuner_instance_list);
Chris Pascoeaa501be2007-11-19 04:45:38 -030076static DEFINE_MUTEX(xc2028_list_mutex);
77
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -030078/* struct for storing firmware table */
79struct firmware_description {
80 unsigned int type;
81 v4l2_std_id id;
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -030082 __u16 int_freq;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -030083 unsigned char *ptr;
84 unsigned int size;
85};
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -030086
Chris Pascoee0f0b372007-11-19 11:22:03 -030087struct firmware_properties {
88 unsigned int type;
89 v4l2_std_id id;
90 v4l2_std_id std_req;
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -030091 __u16 int_freq;
Chris Pascoee0f0b372007-11-19 11:22:03 -030092 unsigned int scode_table;
93 int scode_nr;
94};
95
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -030096enum xc2028_state {
97 XC2028_NO_FIRMWARE = 0,
98 XC2028_WAITING_FIRMWARE,
99 XC2028_ACTIVE,
100 XC2028_SLEEP,
101 XC2028_NODEV,
102};
103
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300104struct xc2028_data {
Michael Krufkyc663d032008-04-18 21:22:50 -0300105 struct list_head hybrid_tuner_instance_list;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300106 struct tuner_i2c_props i2c_props;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300107 __u32 frequency;
108
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300109 enum xc2028_state state;
110 const char *fname;
111
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300112 struct firmware_description *firm;
113 int firm_size;
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300114 __u16 firm_version;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300115
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300116 __u16 hwmodel;
117 __u16 hwvers;
118
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300119 struct xc2028_ctrl ctrl;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300120
Chris Pascoee0f0b372007-11-19 11:22:03 -0300121 struct firmware_properties cur_fw;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300122
123 struct mutex lock;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300124};
125
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300126#define i2c_send(priv, buf, size) ({ \
127 int _rc; \
128 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \
129 if (size != _rc) \
130 tuner_info("i2c output error: rc = %d (should be %d)\n",\
131 _rc, (int)size); \
Devin Heitmueller70ca3c42010-01-19 01:38:45 -0300132 if (priv->ctrl.msleep) \
133 msleep(priv->ctrl.msleep); \
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300134 _rc; \
135})
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300136
Chris Pascoe7d58d112007-11-19 04:31:58 -0300137#define i2c_send_recv(priv, obuf, osize, ibuf, isize) ({ \
138 int _rc; \
139 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
140 ibuf, isize); \
141 if (isize != _rc) \
142 tuner_err("i2c input error: rc = %d (should be %d)\n", \
143 _rc, (int)isize); \
Devin Heitmueller70ca3c42010-01-19 01:38:45 -0300144 if (priv->ctrl.msleep) \
145 msleep(priv->ctrl.msleep); \
Chris Pascoe7d58d112007-11-19 04:31:58 -0300146 _rc; \
147})
148
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300149#define send_seq(priv, data...) ({ \
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300150 static u8 _val[] = data; \
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300151 int _rc; \
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300152 if (sizeof(_val) != \
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300153 (_rc = tuner_i2c_xfer_send(&priv->i2c_props, \
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300154 _val, sizeof(_val)))) { \
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300155 tuner_err("Error on line %d: %d\n", __LINE__, _rc); \
Devin Heitmueller70ca3c42010-01-19 01:38:45 -0300156 } else if (priv->ctrl.msleep) \
Mauro Carvalho Chehabe5cc2bf2008-01-08 11:26:59 -0300157 msleep(priv->ctrl.msleep); \
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300158 _rc; \
159})
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300160
Devin Heitmueller83244022008-04-17 21:41:16 -0300161static int xc2028_get_reg(struct xc2028_data *priv, u16 reg, u16 *val)
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300162{
Mauro Carvalho Chehabb873e1a2007-11-05 08:41:50 -0300163 unsigned char buf[2];
Chris Pascoe7d58d112007-11-19 04:31:58 -0300164 unsigned char ibuf[2];
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300165
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300166 tuner_dbg("%s %04x called\n", __func__, reg);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300167
Chris Pascoe7d58d112007-11-19 04:31:58 -0300168 buf[0] = reg >> 8;
Mauro Carvalho Chehab80b52202007-11-05 09:07:13 -0300169 buf[1] = (unsigned char) reg;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300170
Chris Pascoe7d58d112007-11-19 04:31:58 -0300171 if (i2c_send_recv(priv, buf, 2, ibuf, 2) != 2)
172 return -EIO;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300173
Chris Pascoe7d58d112007-11-19 04:31:58 -0300174 *val = (ibuf[1]) | (ibuf[0] << 8);
175 return 0;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300176}
177
Chris Pascoee0262682007-12-02 06:30:50 -0300178#define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0)
Adrian Bunk29bec0b2008-04-22 14:41:45 -0300179static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300180{
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300181 if (type & BASE)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300182 printk("BASE ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300183 if (type & INIT1)
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300184 printk("INIT1 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300185 if (type & F8MHZ)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300186 printk("F8MHZ ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300187 if (type & MTS)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300188 printk("MTS ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300189 if (type & D2620)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300190 printk("D2620 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300191 if (type & D2633)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300192 printk("D2633 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300193 if (type & DTV6)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300194 printk("DTV6 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300195 if (type & QAM)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300196 printk("QAM ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300197 if (type & DTV7)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300198 printk("DTV7 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300199 if (type & DTV78)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300200 printk("DTV78 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300201 if (type & DTV8)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300202 printk("DTV8 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300203 if (type & FM)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300204 printk("FM ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300205 if (type & INPUT1)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300206 printk("INPUT1 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300207 if (type & LCD)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300208 printk("LCD ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300209 if (type & NOGD)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300210 printk("NOGD ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300211 if (type & MONO)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300212 printk("MONO ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300213 if (type & ATSC)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300214 printk("ATSC ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300215 if (type & IF)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300216 printk("IF ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300217 if (type & LG60)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300218 printk("LG60 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300219 if (type & ATI638)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300220 printk("ATI638 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300221 if (type & OREN538)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300222 printk("OREN538 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300223 if (type & OREN36)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300224 printk("OREN36 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300225 if (type & TOYOTA388)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300226 printk("TOYOTA388 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300227 if (type & TOYOTA794)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300228 printk("TOYOTA794 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300229 if (type & DIBCOM52)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300230 printk("DIBCOM52 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300231 if (type & ZARLINK456)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300232 printk("ZARLINK456 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300233 if (type & CHINA)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300234 printk("CHINA ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300235 if (type & F6MHZ)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300236 printk("F6MHZ ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300237 if (type & INPUT2)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300238 printk("INPUT2 ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300239 if (type & SCODE)
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300240 printk("SCODE ");
Mauro Carvalho Chehabc56019f2014-09-03 18:43:31 -0300241 if (type & HAS_IF)
Chris Pascoee0262682007-12-02 06:30:50 -0300242 printk("HAS_IF_%d ", int_freq);
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300243}
244
Mauro Carvalho Chehabef8c1882007-11-16 16:28:21 -0300245static v4l2_std_id parse_audio_std_option(void)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300246{
Chris Pascoee155d902007-11-19 04:16:47 -0300247 if (strcasecmp(audio_std, "A2") == 0)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300248 return V4L2_STD_A2;
Chris Pascoee155d902007-11-19 04:16:47 -0300249 if (strcasecmp(audio_std, "A2/A") == 0)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300250 return V4L2_STD_A2_A;
Chris Pascoee155d902007-11-19 04:16:47 -0300251 if (strcasecmp(audio_std, "A2/B") == 0)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300252 return V4L2_STD_A2_B;
Chris Pascoee155d902007-11-19 04:16:47 -0300253 if (strcasecmp(audio_std, "NICAM") == 0)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300254 return V4L2_STD_NICAM;
Chris Pascoee155d902007-11-19 04:16:47 -0300255 if (strcasecmp(audio_std, "NICAM/A") == 0)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300256 return V4L2_STD_NICAM_A;
Chris Pascoee155d902007-11-19 04:16:47 -0300257 if (strcasecmp(audio_std, "NICAM/B") == 0)
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300258 return V4L2_STD_NICAM_B;
259
260 return 0;
261}
262
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300263static int check_device_status(struct xc2028_data *priv)
264{
265 switch (priv->state) {
266 case XC2028_NO_FIRMWARE:
267 case XC2028_WAITING_FIRMWARE:
268 return -EAGAIN;
269 case XC2028_ACTIVE:
Mauro Carvalho Chehab2276bf72014-01-06 06:52:43 -0300270 return 1;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300271 case XC2028_SLEEP:
272 return 0;
273 case XC2028_NODEV:
274 return -ENODEV;
275 }
276 return 0;
277}
278
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300279static void free_firmware(struct xc2028_data *priv)
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300280{
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300281 int i;
Mauro Carvalho Chehab92b75ab2008-04-17 21:40:53 -0300282 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300283
Takashi Iwai22a1e772016-11-17 10:49:31 +0100284 /* free allocated f/w string */
285 if (priv->fname != firmware_name)
286 kfree(priv->fname);
287 priv->fname = NULL;
288
289 priv->state = XC2028_NO_FIRMWARE;
290 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw));
291
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300292 if (!priv->firm)
293 return;
294
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300295 for (i = 0; i < priv->firm_size; i++)
296 kfree(priv->firm[i].ptr);
297
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300298 kfree(priv->firm);
299
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300300 priv->firm = NULL;
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300301 priv->firm_size = 0;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300302}
303
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300304static int load_all_firmwares(struct dvb_frontend *fe,
305 const struct firmware *fw)
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300306{
307 struct xc2028_data *priv = fe->tuner_priv;
David Woodhousec63e87e2008-05-24 00:13:34 +0100308 const unsigned char *p, *endp;
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300309 int rc = 0;
310 int n, n_array;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300311 char name[33];
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300312
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300313 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300314
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300315 p = fw->data;
316 endp = p + fw->size;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300317
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300318 if (fw->size < sizeof(name) - 1 + 2 + 2) {
319 tuner_err("Error: firmware file %s has invalid size!\n",
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300320 priv->fname);
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300321 goto corrupt;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300322 }
323
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300324 memcpy(name, p, sizeof(name) - 1);
325 name[sizeof(name) - 1] = 0;
326 p += sizeof(name) - 1;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300327
Al Viro84a9f332008-06-22 14:19:29 -0300328 priv->firm_version = get_unaligned_le16(p);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300329 p += 2;
330
Al Viro84a9f332008-06-22 14:19:29 -0300331 n_array = get_unaligned_le16(p);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300332 p += 2;
333
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300334 tuner_info("Loading %d firmware images from %s, type: %s, ver %d.%d\n",
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300335 n_array, priv->fname, name,
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300336 priv->firm_version >> 8, priv->firm_version & 0xff);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300337
Thomas Meyer1b7acf02011-11-29 17:08:00 -0300338 priv->firm = kcalloc(n_array, sizeof(*priv->firm), GFP_KERNEL);
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300339 if (priv->firm == NULL) {
340 tuner_err("Not enough memory to load firmware file.\n");
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300341 rc = -ENOMEM;
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300342 goto err;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300343 }
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300344 priv->firm_size = n_array;
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300345
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300346 n = -1;
347 while (p < endp) {
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300348 __u32 type, size;
349 v4l2_std_id id;
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300350 __u16 int_freq = 0;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300351
352 n++;
353 if (n >= n_array) {
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300354 tuner_err("More firmware images in file than "
355 "were expected!\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300356 goto corrupt;
357 }
358
359 /* Checks if there's enough bytes to read */
Al Viro84a9f332008-06-22 14:19:29 -0300360 if (endp - p < sizeof(type) + sizeof(id) + sizeof(size))
361 goto header;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300362
Al Viro84a9f332008-06-22 14:19:29 -0300363 type = get_unaligned_le32(p);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300364 p += sizeof(type);
365
Al Viro84a9f332008-06-22 14:19:29 -0300366 id = get_unaligned_le64(p);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300367 p += sizeof(id);
368
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300369 if (type & HAS_IF) {
Al Viro84a9f332008-06-22 14:19:29 -0300370 int_freq = get_unaligned_le16(p);
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300371 p += sizeof(int_freq);
Al Viro84a9f332008-06-22 14:19:29 -0300372 if (endp - p < sizeof(size))
373 goto header;
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300374 }
375
Al Viro84a9f332008-06-22 14:19:29 -0300376 size = get_unaligned_le32(p);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300377 p += sizeof(size);
378
Al Viro84a9f332008-06-22 14:19:29 -0300379 if (!size || size > endp - p) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300380 tuner_err("Firmware type ");
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300381 dump_firm_type(type);
Mauro Carvalho Chehabef8c1882007-11-16 16:28:21 -0300382 printk("(%x), id %llx is corrupted "
383 "(size=%d, expected %d)\n",
Chris Pascoe91240dd2007-11-19 04:38:53 -0300384 type, (unsigned long long)id,
Mauro Carvalho Chehabef8c1882007-11-16 16:28:21 -0300385 (unsigned)(endp - p), size);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300386 goto corrupt;
387 }
388
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300389 priv->firm[n].ptr = kzalloc(size, GFP_KERNEL);
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300390 if (priv->firm[n].ptr == NULL) {
391 tuner_err("Not enough memory to load firmware file.\n");
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300392 rc = -ENOMEM;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300393 goto err;
394 }
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300395 tuner_dbg("Reading firmware type ");
396 if (debug) {
Chris Pascoee0262682007-12-02 06:30:50 -0300397 dump_firm_type_and_int_freq(type, int_freq);
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300398 printk("(%x), id %llx, size=%d.\n",
Chris Pascoee0262682007-12-02 06:30:50 -0300399 type, (unsigned long long)id, size);
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300400 }
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300401
402 memcpy(priv->firm[n].ptr, p, size);
403 priv->firm[n].type = type;
404 priv->firm[n].id = id;
405 priv->firm[n].size = size;
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300406 priv->firm[n].int_freq = int_freq;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300407
408 p += size;
409 }
410
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300411 if (n + 1 != priv->firm_size) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300412 tuner_err("Firmware file is incomplete!\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300413 goto corrupt;
414 }
415
416 goto done;
417
Al Viro84a9f332008-06-22 14:19:29 -0300418header:
419 tuner_err("Firmware header is incomplete!\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300420corrupt:
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300421 rc = -EINVAL;
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300422 tuner_err("Error: firmware file is corrupted!\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300423
424err:
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300425 tuner_info("Releasing partially loaded firmware file.\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300426 free_firmware(priv);
427
428done:
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300429 if (rc == 0)
430 tuner_dbg("Firmware files loaded.\n");
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300431 else
432 priv->state = XC2028_NODEV;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300433
434 return rc;
435}
436
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300437static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
438 v4l2_std_id *id)
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300439{
440 struct xc2028_data *priv = fe->tuner_priv;
Chris Pascoeb1535292007-11-19 10:04:06 -0300441 int i, best_i = -1, best_nr_matches = 0;
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300442 unsigned int type_mask = 0;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300443
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300444 tuner_dbg("%s called, want type=", __func__);
Chris Pascoeb1535292007-11-19 10:04:06 -0300445 if (debug) {
446 dump_firm_type(type);
447 printk("(%x), id %016llx.\n", type, (unsigned long long)*id);
448 }
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300449
450 if (!priv->firm) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300451 tuner_err("Error! firmware not loaded\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300452 return -EINVAL;
453 }
454
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300455 if (((type & ~SCODE) == 0) && (*id == 0))
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300456 *id = V4L2_STD_PAL;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300457
Chris Pascoee0f0b372007-11-19 11:22:03 -0300458 if (type & BASE)
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300459 type_mask = BASE_TYPES;
Chris Pascoeef207fe2007-12-02 09:30:55 -0300460 else if (type & SCODE) {
Chris Pascoee0f0b372007-11-19 11:22:03 -0300461 type &= SCODE_TYPES;
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300462 type_mask = SCODE_TYPES & ~HAS_IF;
Chris Pascoeef207fe2007-12-02 09:30:55 -0300463 } else if (type & DTV_TYPES)
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300464 type_mask = DTV_TYPES;
Chris Pascoe11a9eff2007-11-19 23:18:36 -0300465 else if (type & STD_SPECIFIC_TYPES)
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300466 type_mask = STD_SPECIFIC_TYPES;
467
468 type &= type_mask;
469
Harvey Harrison8367fe22008-04-25 01:28:10 -0300470 if (!(type & SCODE))
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300471 type_mask = ~0;
Chris Pascoee0f0b372007-11-19 11:22:03 -0300472
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300473 /* Seek for exact match */
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300474 for (i = 0; i < priv->firm_size; i++) {
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300475 if ((type == (priv->firm[i].type & type_mask)) &&
Chris Pascoeef207fe2007-12-02 09:30:55 -0300476 (*id == priv->firm[i].id))
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300477 goto found;
478 }
479
480 /* Seek for generic video standard match */
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300481 for (i = 0; i < priv->firm_size; i++) {
Chris Pascoeb1535292007-11-19 10:04:06 -0300482 v4l2_std_id match_mask;
483 int nr_matches;
484
Mauro Carvalho Chehab33e53162008-04-21 06:58:48 -0300485 if (type != (priv->firm[i].type & type_mask))
Chris Pascoeb1535292007-11-19 10:04:06 -0300486 continue;
487
488 match_mask = *id & priv->firm[i].id;
489 if (!match_mask)
490 continue;
491
492 if ((*id & match_mask) == *id)
493 goto found; /* Supports all the requested standards */
494
495 nr_matches = hweight64(match_mask);
496 if (nr_matches > best_nr_matches) {
497 best_nr_matches = nr_matches;
498 best_i = i;
499 }
500 }
501
502 if (best_nr_matches > 0) {
503 tuner_dbg("Selecting best matching firmware (%d bits) for "
504 "type=", best_nr_matches);
505 dump_firm_type(type);
506 printk("(%x), id %016llx:\n", type, (unsigned long long)*id);
507 i = best_i;
508 goto found;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300509 }
510
511 /*FIXME: Would make sense to seek for type "hint" match ? */
512
Chris Pascoeb1535292007-11-19 10:04:06 -0300513 i = -ENOENT;
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300514 goto ret;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300515
516found:
517 *id = priv->firm[i].id;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300518
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300519ret:
Chris Pascoeb1535292007-11-19 10:04:06 -0300520 tuner_dbg("%s firmware for type=", (i < 0) ? "Can't find" : "Found");
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300521 if (debug) {
522 dump_firm_type(type);
Chris Pascoe91240dd2007-11-19 04:38:53 -0300523 printk("(%x), id %016llx.\n", type, (unsigned long long)*id);
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300524 }
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300525 return i;
526}
527
Michael Krufkyd7cba042008-09-12 13:31:45 -0300528static inline int do_tuner_callback(struct dvb_frontend *fe, int cmd, int arg)
529{
530 struct xc2028_data *priv = fe->tuner_priv;
531
532 /* analog side (tuner-core) uses i2c_adap->algo_data.
533 * digital side is not guaranteed to have algo_data defined.
534 *
535 * digital side will always have fe->dvb defined.
536 * analog side (tuner-core) doesn't (yet) define fe->dvb.
537 */
538
539 return (!fe->callback) ? -EINVAL :
540 fe->callback(((fe->dvb) && (fe->dvb->priv)) ?
541 fe->dvb->priv : priv->i2c_props.adap->algo_data,
542 DVB_FRONTEND_COMPONENT_TUNER, cmd, arg);
543}
544
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300545static int load_firmware(struct dvb_frontend *fe, unsigned int type,
546 v4l2_std_id *id)
547{
548 struct xc2028_data *priv = fe->tuner_priv;
549 int pos, rc;
Mauro Carvalho Chehab56ac0332013-11-02 06:13:11 -0300550 unsigned char *p, *endp, buf[MAX_XFER_SIZE];
551
552 if (priv->ctrl.max_len > sizeof(buf))
553 priv->ctrl.max_len = sizeof(buf);
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300554
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300555 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300556
557 pos = seek_firmware(fe, type, id);
558 if (pos < 0)
559 return pos;
560
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300561 tuner_info("Loading firmware for type=");
Chris Pascoeb1535292007-11-19 10:04:06 -0300562 dump_firm_type(priv->firm[pos].type);
563 printk("(%x), id %016llx.\n", priv->firm[pos].type,
564 (unsigned long long)*id);
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300565
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300566 p = priv->firm[pos].ptr;
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300567 endp = p + priv->firm[pos].size;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300568
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300569 while (p < endp) {
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300570 __u16 size;
571
572 /* Checks if there's enough bytes to read */
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300573 if (p + sizeof(size) > endp) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300574 tuner_err("Firmware chunk size is wrong\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300575 return -EINVAL;
576 }
577
Hans Verkuil84eeb0b2013-10-04 11:01:42 -0300578 size = le16_to_cpu(*(__le16 *) p);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300579 p += sizeof(size);
580
581 if (size == 0xffff)
582 return 0;
583
584 if (!size) {
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300585 /* Special callback command received */
Michael Krufkyd7cba042008-09-12 13:31:45 -0300586 rc = do_tuner_callback(fe, XC2028_TUNER_RESET, 0);
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300587 if (rc < 0) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300588 tuner_err("Error at RESET code %d\n",
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300589 (*p) & 0x7f);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300590 return -EINVAL;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300591 }
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300592 continue;
593 }
Michel Ludwig5403bba2007-11-16 07:49:49 -0300594 if (size >= 0xff00) {
595 switch (size) {
596 case 0xff00:
Michael Krufkyd7cba042008-09-12 13:31:45 -0300597 rc = do_tuner_callback(fe, XC2028_RESET_CLK, 0);
Michel Ludwig5403bba2007-11-16 07:49:49 -0300598 if (rc < 0) {
599 tuner_err("Error at RESET code %d\n",
600 (*p) & 0x7f);
601 return -EINVAL;
602 }
Chris Pascoeb32f9fb2007-11-19 04:53:50 -0300603 break;
Michel Ludwig5403bba2007-11-16 07:49:49 -0300604 default:
605 tuner_info("Invalid RESET code %d\n",
606 size & 0x7f);
607 return -EINVAL;
608
609 }
Mauro Carvalho Chehab2d4c0ac2007-11-16 09:43:19 -0300610 continue;
Michel Ludwig5403bba2007-11-16 07:49:49 -0300611 }
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300612
613 /* Checks for a sleep command */
614 if (size & 0x8000) {
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300615 msleep(size & 0x7fff);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300616 continue;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300617 }
618
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300619 if ((size + p > endp)) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300620 tuner_err("missing bytes: need %d, have %d\n",
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300621 size, (int)(endp - p));
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300622 return -EINVAL;
623 }
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300624
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300625 buf[0] = *p;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300626 p++;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300627 size--;
628
629 /* Sends message chunks */
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300630 while (size > 0) {
Chris Pascoe0a196b62007-11-19 09:29:59 -0300631 int len = (size < priv->ctrl.max_len - 1) ?
632 size : priv->ctrl.max_len - 1;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300633
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300634 memcpy(buf + 1, p, len);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300635
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300636 rc = i2c_send(priv, buf, len + 1);
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300637 if (rc < 0) {
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300638 tuner_err("%d returned from send\n", rc);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300639 return -EINVAL;
640 }
641
642 p += len;
643 size -= len;
644 }
Thierry Reding4d37ece2011-08-04 04:13:59 -0300645
646 /* silently fail if the frontend doesn't support I2C flush */
647 rc = do_tuner_callback(fe, XC2028_I2C_FLUSH, 0);
648 if ((rc < 0) && (rc != -EINVAL)) {
649 tuner_err("error executing flush: %d\n", rc);
650 return rc;
651 }
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300652 }
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300653 return 0;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300654}
655
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300656static int load_scode(struct dvb_frontend *fe, unsigned int type,
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300657 v4l2_std_id *id, __u16 int_freq, int scode)
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300658{
659 struct xc2028_data *priv = fe->tuner_priv;
660 int pos, rc;
661 unsigned char *p;
662
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300663 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300664
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300665 if (!int_freq) {
666 pos = seek_firmware(fe, type, id);
667 if (pos < 0)
668 return pos;
669 } else {
670 for (pos = 0; pos < priv->firm_size; pos++) {
671 if ((priv->firm[pos].int_freq == int_freq) &&
Chris Pascoe9ca01e72007-12-02 06:54:17 -0300672 (priv->firm[pos].type & HAS_IF))
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300673 break;
674 }
675 if (pos == priv->firm_size)
676 return -ENOENT;
677 }
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300678
679 p = priv->firm[pos].ptr;
680
Chris Pascoe9ca01e72007-12-02 06:54:17 -0300681 if (priv->firm[pos].type & HAS_IF) {
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300682 if (priv->firm[pos].size != 12 * 16 || scode >= 16)
683 return -EINVAL;
684 p += 12 * scode;
685 } else {
686 /* 16 SCODE entries per file; each SCODE entry is 12 bytes and
687 * has a 2-byte size header in the firmware format. */
688 if (priv->firm[pos].size != 14 * 16 || scode >= 16 ||
Hans Verkuil84eeb0b2013-10-04 11:01:42 -0300689 le16_to_cpu(*(__le16 *)(p + 14 * scode)) != 12)
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300690 return -EINVAL;
691 p += 14 * scode + 2;
692 }
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300693
Chris Pascoed7b22c52007-11-19 10:12:45 -0300694 tuner_info("Loading SCODE for type=");
Chris Pascoee0262682007-12-02 06:30:50 -0300695 dump_firm_type_and_int_freq(priv->firm[pos].type,
696 priv->firm[pos].int_freq);
Chris Pascoed7b22c52007-11-19 10:12:45 -0300697 printk("(%x), id %016llx.\n", priv->firm[pos].type,
698 (unsigned long long)*id);
699
Chris Pascoe06fd82d2007-11-19 06:06:08 -0300700 if (priv->firm_version < 0x0202)
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300701 rc = send_seq(priv, {0x20, 0x00, 0x00, 0x00});
702 else
703 rc = send_seq(priv, {0xa0, 0x00, 0x00, 0x00});
704 if (rc < 0)
705 return -EIO;
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300706
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300707 rc = i2c_send(priv, p, 12);
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300708 if (rc < 0)
709 return -EIO;
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300710
Chris Pascoe47cc5b72007-11-19 04:14:23 -0300711 rc = send_seq(priv, {0x00, 0x8c});
712 if (rc < 0)
713 return -EIO;
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300714
715 return 0;
716}
717
Mauro Carvalho Chehabebf044f2014-01-06 06:39:51 -0300718static int xc2028_sleep(struct dvb_frontend *fe);
719
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -0300720static int check_firmware(struct dvb_frontend *fe, unsigned int type,
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300721 v4l2_std_id std, __u16 int_freq)
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300722{
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -0300723 struct xc2028_data *priv = fe->tuner_priv;
Chris Pascoee0f0b372007-11-19 11:22:03 -0300724 struct firmware_properties new_fw;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300725 int rc, retry_count = 0;
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -0300726 u16 version, hwmodel;
727 v4l2_std_id std0;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300728
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300729 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300730
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300731 rc = check_device_status(priv);
732 if (rc < 0)
733 return rc;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300734
Mauro Carvalho Chehab0f6dac12008-01-05 16:47:16 -0300735 if (priv->ctrl.mts && !(type & FM))
Chris Pascoee0f0b372007-11-19 11:22:03 -0300736 type |= MTS;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300737
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300738retry:
Chris Pascoee0f0b372007-11-19 11:22:03 -0300739 new_fw.type = type;
740 new_fw.id = std;
741 new_fw.std_req = std;
742 new_fw.scode_table = SCODE | priv->ctrl.scode_table;
743 new_fw.scode_nr = 0;
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300744 new_fw.int_freq = int_freq;
Chris Pascoee0f0b372007-11-19 11:22:03 -0300745
746 tuner_dbg("checking firmware, user requested type=");
747 if (debug) {
748 dump_firm_type(new_fw.type);
Chris Pascoee0262682007-12-02 06:30:50 -0300749 printk("(%x), id %016llx, ", new_fw.type,
Chris Pascoee0f0b372007-11-19 11:22:03 -0300750 (unsigned long long)new_fw.std_req);
Chris Pascoee0262682007-12-02 06:30:50 -0300751 if (!int_freq) {
752 printk("scode_tbl ");
753 dump_firm_type(priv->ctrl.scode_table);
754 printk("(%x), ", priv->ctrl.scode_table);
755 } else
756 printk("int_freq %d, ", new_fw.int_freq);
757 printk("scode_nr %d\n", new_fw.scode_nr);
Chris Pascoee0f0b372007-11-19 11:22:03 -0300758 }
759
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300760 /*
761 * No need to reload base firmware if it matches and if the tuner
762 * is not at sleep mode
763 */
Dan Carpenter3a495ed2012-07-21 04:32:38 -0300764 if ((priv->state == XC2028_ACTIVE) &&
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300765 (((BASE | new_fw.type) & BASE_TYPES) ==
766 (priv->cur_fw.type & BASE_TYPES))) {
Chris Pascoee0f0b372007-11-19 11:22:03 -0300767 tuner_dbg("BASE firmware not changed.\n");
768 goto skip_base;
769 }
770
771 /* Updating BASE - forget about all currently loaded firmware */
772 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw));
773
774 /* Reset is needed before loading firmware */
Michael Krufkyd7cba042008-09-12 13:31:45 -0300775 rc = do_tuner_callback(fe, XC2028_TUNER_RESET, 0);
Chris Pascoee0f0b372007-11-19 11:22:03 -0300776 if (rc < 0)
777 goto fail;
778
Chris Pascoe47bd5bc2007-11-19 23:11:37 -0300779 /* BASE firmwares are all std0 */
780 std0 = 0;
781 rc = load_firmware(fe, BASE | new_fw.type, &std0);
Chris Pascoee0f0b372007-11-19 11:22:03 -0300782 if (rc < 0) {
783 tuner_err("Error %d while loading base firmware\n",
784 rc);
785 goto fail;
786 }
Michel Ludwig5403bba2007-11-16 07:49:49 -0300787
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300788 /* Load INIT1, if needed */
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -0300789 tuner_dbg("Load init1 firmware, if exists\n");
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -0300790
Chris Pascoe47bd5bc2007-11-19 23:11:37 -0300791 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0);
Chris Pascoe1ad0b792007-11-19 23:43:13 -0300792 if (rc == -ENOENT)
793 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ,
794 &std0);
Chris Pascoee0f0b372007-11-19 11:22:03 -0300795 if (rc < 0 && rc != -ENOENT) {
796 tuner_err("Error %d while loading init1 firmware\n",
797 rc);
798 goto fail;
Mauro Carvalho Chehab2e4160c2007-07-18 13:33:23 -0300799 }
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300800
Chris Pascoee0f0b372007-11-19 11:22:03 -0300801skip_base:
802 /*
803 * No need to reload standard specific firmware if base firmware
804 * was not reloaded and requested video standards have not changed.
805 */
806 if (priv->cur_fw.type == (BASE | new_fw.type) &&
807 priv->cur_fw.std_req == std) {
808 tuner_dbg("Std-specific firmware already loaded.\n");
809 goto skip_std_specific;
810 }
Mauro Carvalho Chehaba82200f2007-11-15 11:58:00 -0300811
Chris Pascoee0f0b372007-11-19 11:22:03 -0300812 /* Reloading std-specific firmware forces a SCODE update */
813 priv->cur_fw.scode_table = 0;
814
Chris Pascoee0f0b372007-11-19 11:22:03 -0300815 rc = load_firmware(fe, new_fw.type, &new_fw.id);
Mauro Carvalho Chehabcca83792007-11-22 11:47:18 -0300816 if (rc == -ENOENT)
817 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id);
818
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -0300819 if (rc < 0)
Chris Pascoee0f0b372007-11-19 11:22:03 -0300820 goto fail;
821
822skip_std_specific:
823 if (priv->cur_fw.scode_table == new_fw.scode_table &&
824 priv->cur_fw.scode_nr == new_fw.scode_nr) {
825 tuner_dbg("SCODE firmware already loaded.\n");
826 goto check_device;
827 }
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300828
Mauro Carvalho Chehab40ae91a2008-02-14 01:52:48 -0300829 if (new_fw.type & FM)
830 goto check_device;
831
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300832 /* Load SCODE firmware, if exists */
Chris Pascoee0f0b372007-11-19 11:22:03 -0300833 tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr);
Mauro Carvalho Chehabf380e1d2007-11-15 08:43:53 -0300834
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -0300835 rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id,
836 new_fw.int_freq, new_fw.scode_nr);
Mauro Carvalho Chehab43efe702007-11-14 19:30:28 -0300837
Chris Pascoee0f0b372007-11-19 11:22:03 -0300838check_device:
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300839 if (xc2028_get_reg(priv, 0x0004, &version) < 0 ||
840 xc2028_get_reg(priv, 0x0008, &hwmodel) < 0) {
841 tuner_err("Unable to read tuner registers.\n");
842 goto fail;
843 }
Mauro Carvalho Chehab80b52202007-11-05 09:07:13 -0300844
Devin Heitmuellerb37f2d62008-04-21 07:02:09 -0300845 tuner_dbg("Device is Xceive %d version %d.%d, "
846 "firmware version %d.%d\n",
847 hwmodel, (version & 0xf000) >> 12, (version & 0xf00) >> 8,
848 (version & 0xf0) >> 4, version & 0xf);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300849
Mauro Carvalho Chehab0fb84ce2008-12-02 08:30:16 -0300850
851 if (priv->ctrl.read_not_reliable)
852 goto read_not_reliable;
853
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300854 /* Check firmware version against what we downloaded. */
855 if (priv->firm_version != ((version & 0xf0) << 4 | (version & 0x0f))) {
Mauro Carvalho Chehab2d5024a2009-09-14 10:23:20 -0300856 if (!priv->ctrl.read_not_reliable) {
857 tuner_err("Incorrect readback of firmware version.\n");
858 goto fail;
859 } else {
860 tuner_err("Returned an incorrect version. However, "
861 "read is not reliable enough. Ignoring it.\n");
862 hwmodel = 3028;
863 }
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300864 }
865
866 /* Check that the tuner hardware model remains consistent over time. */
867 if (priv->hwmodel == 0 && (hwmodel == 2028 || hwmodel == 3028)) {
868 priv->hwmodel = hwmodel;
869 priv->hwvers = version & 0xff00;
870 } else if (priv->hwmodel == 0 || priv->hwmodel != hwmodel ||
871 priv->hwvers != (version & 0xff00)) {
872 tuner_err("Read invalid device hardware information - tuner "
873 "hung?\n");
874 goto fail;
875 }
876
Mauro Carvalho Chehab0fb84ce2008-12-02 08:30:16 -0300877read_not_reliable:
Ezequiel Garcia03c42002012-10-23 15:57:16 -0300878 priv->cur_fw = new_fw;
Chris Pascoee0f0b372007-11-19 11:22:03 -0300879
880 /*
881 * By setting BASE in cur_fw.type only after successfully loading all
882 * firmwares, we can:
883 * 1. Identify that BASE firmware with type=0 has been loaded;
884 * 2. Tell whether BASE firmware was just changed the next time through.
885 */
886 priv->cur_fw.type |= BASE;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300887 priv->state = XC2028_ACTIVE;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300888
889 return 0;
Chris Pascoee0f0b372007-11-19 11:22:03 -0300890
891fail:
Takashi Iwai22a1e772016-11-17 10:49:31 +0100892 free_firmware(priv);
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300893
Alina Friedrichsenb8bc77d2011-01-23 12:27:05 -0300894 if (retry_count < 8) {
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300895 msleep(50);
Alina Friedrichsenb8bc77d2011-01-23 12:27:05 -0300896 retry_count++;
Chris Pascoe8bf799a2007-11-19 11:35:45 -0300897 tuner_dbg("Retrying firmware load\n");
898 goto retry;
899 }
900
Mauro Carvalho Chehabebf044f2014-01-06 06:39:51 -0300901 /* Firmware didn't load. Put the device to sleep */
902 xc2028_sleep(fe);
903
Chris Pascoee0f0b372007-11-19 11:22:03 -0300904 if (rc == -ENOENT)
905 rc = -EINVAL;
906 return rc;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300907}
908
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300909static int xc2028_signal(struct dvb_frontend *fe, u16 *strength)
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300910{
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300911 struct xc2028_data *priv = fe->tuner_priv;
Chris Pascoe7d58d112007-11-19 04:31:58 -0300912 u16 frq_lock, signal = 0;
Mauro Carvalho Chehab90acb852012-07-04 02:00:00 -0300913 int rc, i;
Mauro Carvalho Chehab3b205322007-09-27 18:27:03 -0300914
Harvey Harrison7e28adb2008-04-08 23:20:00 -0300915 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300916
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -0300917 rc = check_device_status(priv);
918 if (rc < 0)
919 return rc;
920
Mauro Carvalho Chehab2276bf72014-01-06 06:52:43 -0300921 /* If the device is sleeping, no channel is tuned */
922 if (!rc) {
923 *strength = 0;
924 return 0;
925 }
926
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300927 mutex_lock(&priv->lock);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300928
Mauro Carvalho Chehab80b52202007-11-05 09:07:13 -0300929 /* Sync Lock Indicator */
Mauro Carvalho Chehab90acb852012-07-04 02:00:00 -0300930 for (i = 0; i < 3; i++) {
931 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock);
932 if (rc < 0)
933 goto ret;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300934
Mauro Carvalho Chehab90acb852012-07-04 02:00:00 -0300935 if (frq_lock)
936 break;
937 msleep(6);
938 }
939
Mauro Carvalho Chehab1d432a32012-07-04 02:33:55 -0300940 /* Frequency didn't lock */
Mauro Carvalho Chehab90acb852012-07-04 02:00:00 -0300941 if (frq_lock == 2)
942 goto ret;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300943
Mauro Carvalho Chehab80b52202007-11-05 09:07:13 -0300944 /* Get SNR of the video signal */
Miroslav Slugen304bce42011-12-11 20:19:34 -0300945 rc = xc2028_get_reg(priv, XREG_SNR, &signal);
Chris Pascoe7d58d112007-11-19 04:31:58 -0300946 if (rc < 0)
Mauro Carvalho Chehabb0166ab2008-04-24 11:19:55 -0300947 goto ret;
948
Mauro Carvalho Chehab90acb852012-07-04 02:00:00 -0300949 /* Signal level is 3 bits only */
950
951 signal = ((1 << 12) - 1) | ((signal & 0x07) << 12);
Mauro Carvalho Chehab3b205322007-09-27 18:27:03 -0300952
953ret:
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300954 mutex_unlock(&priv->lock);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300955
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300956 *strength = signal;
957
Mauro Carvalho Chehabb0166ab2008-04-24 11:19:55 -0300958 tuner_dbg("signal strength is %d\n", signal);
959
Chris Pascoe7d58d112007-11-19 04:31:58 -0300960 return rc;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -0300961}
962
Mauro Carvalho Chehab1d432a32012-07-04 02:33:55 -0300963static int xc2028_get_afc(struct dvb_frontend *fe, s32 *afc)
964{
965 struct xc2028_data *priv = fe->tuner_priv;
966 int i, rc;
967 u16 frq_lock = 0;
968 s16 afc_reg = 0;
969
970 rc = check_device_status(priv);
971 if (rc < 0)
972 return rc;
973
Mauro Carvalho Chehab2276bf72014-01-06 06:52:43 -0300974 /* If the device is sleeping, no channel is tuned */
975 if (!rc) {
976 *afc = 0;
977 return 0;
978 }
979
Mauro Carvalho Chehab1d432a32012-07-04 02:33:55 -0300980 mutex_lock(&priv->lock);
981
982 /* Sync Lock Indicator */
983 for (i = 0; i < 3; i++) {
984 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock);
985 if (rc < 0)
986 goto ret;
987
988 if (frq_lock)
989 break;
990 msleep(6);
991 }
992
993 /* Frequency didn't lock */
994 if (frq_lock == 2)
995 goto ret;
996
997 /* Get AFC */
998 rc = xc2028_get_reg(priv, XREG_FREQ_ERROR, &afc_reg);
999 if (rc < 0)
Dan Carpenterf088ccd2012-07-21 04:32:59 -03001000 goto ret;
Mauro Carvalho Chehab1d432a32012-07-04 02:33:55 -03001001
1002 *afc = afc_reg * 15625; /* Hz */
1003
1004 tuner_dbg("AFC is %d Hz\n", *afc);
1005
1006ret:
1007 mutex_unlock(&priv->lock);
1008
1009 return rc;
1010}
1011
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001012#define DIV 15625
1013
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001014static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
Hans Verkuilaa40d192011-03-06 09:24:32 -03001015 enum v4l2_tuner_type new_type,
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -03001016 unsigned int type,
1017 v4l2_std_id std,
1018 u16 int_freq)
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001019{
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001020 struct xc2028_data *priv = fe->tuner_priv;
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001021 int rc = -EINVAL;
Chris Pascoe2ce4b3a2007-11-19 06:20:17 -03001022 unsigned char buf[4];
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001023 u32 div, offset = 0;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001024
Harvey Harrison7e28adb2008-04-08 23:20:00 -03001025 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001026
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001027 mutex_lock(&priv->lock);
1028
Chris Pascoe2ce4b3a2007-11-19 06:20:17 -03001029 tuner_dbg("should set frequency %d kHz\n", freq / 1000);
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001030
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -03001031 if (check_firmware(fe, type, std, int_freq) < 0)
Mauro Carvalho Chehab3b205322007-09-27 18:27:03 -03001032 goto ret;
Mauro Carvalho Chehab2e4160c2007-07-18 13:33:23 -03001033
Mauro Carvalho Chehab2800ae92007-11-22 12:48:04 -03001034 /* On some cases xc2028 can disable video output, if
1035 * very weak signals are received. By sending a soft
1036 * reset, this is re-enabled. So, it is better to always
1037 * send a soft reset before changing channels, to be sure
1038 * that xc2028 will be in a safe state.
1039 * Maybe this might also be needed for DTV.
1040 */
Mauro Carvalho Chehabfd34cb02011-08-31 15:12:45 -03001041 switch (new_type) {
1042 case V4L2_TUNER_ANALOG_TV:
Mauro Carvalho Chehab2800ae92007-11-22 12:48:04 -03001043 rc = send_seq(priv, {0x00, 0x00});
Mauro Carvalho Chehab0a863972009-06-01 12:18:10 -03001044
Mauro Carvalho Chehabfd34cb02011-08-31 15:12:45 -03001045 /* Analog mode requires offset = 0 */
1046 break;
1047 case V4L2_TUNER_RADIO:
1048 /* Radio mode requires offset = 0 */
1049 break;
1050 case V4L2_TUNER_DIGITAL_TV:
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001051 /*
1052 * Digital modes require an offset to adjust to the
1053 * proper frequency. The offset depends on what
1054 * firmware version is used.
1055 */
1056
1057 /*
1058 * Adjust to the center frequency. This is calculated by the
1059 * formula: offset = 1.25MHz - BW/2
1060 * For DTV 7/8, the firmware uses BW = 8000, so it needs a
1061 * further adjustment to get the frequency center on VHF
1062 */
Gianluca Gennari98ab8552012-01-04 15:17:19 -03001063
1064 /*
1065 * The firmware DTV78 used to work fine in UHF band (8 MHz
1066 * bandwidth) but not at all in VHF band (7 MHz bandwidth).
1067 * The real problem was connected to the formula used to
1068 * calculate the center frequency offset in VHF band.
1069 * In fact, removing the 500KHz adjustment fixed the problem.
1070 * This is coherent to what was implemented for the DTV7
1071 * firmware.
1072 * In the end, now the center frequency is the same for all 3
1073 * firmwares (DTV7, DTV8, DTV78) and doesn't depend on channel
1074 * bandwidth.
1075 */
1076
Mauro Carvalho Chehab0a863972009-06-01 12:18:10 -03001077 if (priv->cur_fw.type & DTV6)
1078 offset = 1750000;
Gianluca Gennari98ab8552012-01-04 15:17:19 -03001079 else /* DTV7 or DTV8 or DTV78 */
Mauro Carvalho Chehab0a863972009-06-01 12:18:10 -03001080 offset = 2750000;
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001081
1082 /*
1083 * xc3028 additional "magic"
1084 * Depending on the firmware version, it needs some adjustments
1085 * to properly centralize the frequency. This seems to be
1086 * needed to compensate the SCODE table adjustments made by
1087 * newer firmwares
1088 */
1089
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001090 /*
1091 * The proper adjustment would be to do it at s-code table.
1092 * However, this didn't work, as reported by
1093 * Robert Lowery <rglowery@exemail.com.au>
1094 */
1095
Gianluca Gennari98ab8552012-01-04 15:17:19 -03001096#if 0
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001097 /*
1098 * Still need tests for XC3028L (firmware 3.2 or upper)
1099 * So, for now, let's just comment the per-firmware
1100 * version of this change. Reports with xc3028l working
Mauro Carvalho Chehab5a13e402015-05-08 08:59:16 -03001101 * with and without the lines below are welcome
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001102 */
1103
1104 if (priv->firm_version < 0x0302) {
1105 if (priv->cur_fw.type & DTV7)
1106 offset += 500000;
1107 } else {
1108 if (priv->cur_fw.type & DTV7)
1109 offset -= 300000;
1110 else if (type != ATSC) /* DVB @6MHz, DTV 8 and DTV 7/8 */
1111 offset += 200000;
1112 }
1113#endif
Antti Palosaaric6f977e2014-04-05 17:23:44 -03001114 break;
Antti Palosaari96a5b3a2014-01-31 21:55:47 -03001115 default:
1116 tuner_err("Unsupported tuner type %d.\n", new_type);
1117 break;
Chris Pascoea44f1c42007-11-19 06:35:26 -03001118 }
Mauro Carvalho Chehab2e4160c2007-07-18 13:33:23 -03001119
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001120 div = (freq - offset + DIV / 2) / DIV;
Mauro Carvalho Chehab2e4160c2007-07-18 13:33:23 -03001121
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001122 /* CMD= Set frequency */
Chris Pascoe06fd82d2007-11-19 06:06:08 -03001123 if (priv->firm_version < 0x0202)
Miroslav Slugen304bce42011-12-11 20:19:34 -03001124 rc = send_seq(priv, {0x00, XREG_RF_FREQ, 0x00, 0x00});
Chris Pascoe47cc5b72007-11-19 04:14:23 -03001125 else
Miroslav Slugen304bce42011-12-11 20:19:34 -03001126 rc = send_seq(priv, {0x80, XREG_RF_FREQ, 0x00, 0x00});
Chris Pascoe47cc5b72007-11-19 04:14:23 -03001127 if (rc < 0)
1128 goto ret;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001129
Mauro Carvalho Chehab1fe873692008-04-22 14:45:20 -03001130 /* Return code shouldn't be checked.
1131 The reset CLK is needed only with tm6000.
1132 Driver should work fine even if this fails.
1133 */
Devin Heitmueller70ca3c42010-01-19 01:38:45 -03001134 if (priv->ctrl.msleep)
1135 msleep(priv->ctrl.msleep);
Michael Krufkyd7cba042008-09-12 13:31:45 -03001136 do_tuner_callback(fe, XC2028_RESET_CLK, 1);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001137
1138 msleep(10);
Michel Ludwig701672e2007-07-18 10:29:10 -03001139
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001140 buf[0] = 0xff & (div >> 24);
1141 buf[1] = 0xff & (div >> 16);
1142 buf[2] = 0xff & (div >> 8);
1143 buf[3] = 0xff & (div);
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001144
Chris Pascoe47cc5b72007-11-19 04:14:23 -03001145 rc = i2c_send(priv, buf, sizeof(buf));
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001146 if (rc < 0)
Mauro Carvalho Chehab3b205322007-09-27 18:27:03 -03001147 goto ret;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001148 msleep(100);
1149
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001150 priv->frequency = freq;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001151
Andy Shevchenkoc6480cc2012-08-07 12:43:03 -03001152 tuner_dbg("divisor= %*ph (freq=%d.%03d)\n", 4, buf,
Chris Pascoe2ce4b3a2007-11-19 06:20:17 -03001153 freq / 1000000, (freq % 1000000) / 1000);
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001154
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001155 rc = 0;
Mauro Carvalho Chehab3b205322007-09-27 18:27:03 -03001156
1157ret:
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001158 mutex_unlock(&priv->lock);
1159
1160 return rc;
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001161}
1162
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001163static int xc2028_set_analog_freq(struct dvb_frontend *fe,
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001164 struct analog_parameters *p)
Michel Ludwig701672e2007-07-18 10:29:10 -03001165{
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001166 struct xc2028_data *priv = fe->tuner_priv;
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001167 unsigned int type=0;
1168
Harvey Harrison7e28adb2008-04-08 23:20:00 -03001169 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehabc71d4bc2007-11-22 11:47:18 -03001170
Mauro Carvalho Chehabd74cb252007-11-24 10:20:15 -03001171 if (p->mode == V4L2_TUNER_RADIO) {
1172 type |= FM;
1173 if (priv->ctrl.input1)
1174 type |= INPUT1;
1175 return generic_set_freq(fe, (625l * p->frequency) / 10,
Mauro Carvalho Chehab437f5fa2011-02-21 21:03:59 -03001176 V4L2_TUNER_RADIO, type, 0, 0);
Mauro Carvalho Chehabd74cb252007-11-24 10:20:15 -03001177 }
1178
Mauro Carvalho Chehaba5e9fe12007-11-23 11:36:18 -03001179 /* if std is not defined, choose one */
1180 if (!p->std)
1181 p->std = V4L2_STD_MN;
1182
1183 /* PAL/M, PAL/N, PAL/Nc and NTSC variants should use 6MHz firmware */
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001184 if (!(p->std & V4L2_STD_MN))
1185 type |= F8MHZ;
Michel Ludwig701672e2007-07-18 10:29:10 -03001186
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001187 /* Add audio hack to std mask */
1188 p->std |= parse_audio_std_option();
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001189
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001190 return generic_set_freq(fe, 62500l * p->frequency,
Mauro Carvalho Chehab437f5fa2011-02-21 21:03:59 -03001191 V4L2_TUNER_ANALOG_TV, type, p->std, 0);
Michel Ludwig701672e2007-07-18 10:29:10 -03001192}
1193
Mauro Carvalho Chehab14d24d12011-12-24 12:24:33 -03001194static int xc2028_set_params(struct dvb_frontend *fe)
Michel Ludwig701672e2007-07-18 10:29:10 -03001195{
Mauro Carvalho Chehab506cd712011-12-21 08:53:22 -03001196 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
1197 u32 delsys = c->delivery_system;
1198 u32 bw = c->bandwidth_hz;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001199 struct xc2028_data *priv = fe->tuner_priv;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001200 int rc;
1201 unsigned int type = 0;
Chris Pascoead35ce92007-12-02 06:36:42 -03001202 u16 demod = 0;
Michel Ludwig701672e2007-07-18 10:29:10 -03001203
Harvey Harrison7e28adb2008-04-08 23:20:00 -03001204 tuner_dbg("%s called\n", __func__);
Michel Ludwig701672e2007-07-18 10:29:10 -03001205
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001206 rc = check_device_status(priv);
1207 if (rc < 0)
1208 return rc;
1209
Mauro Carvalho Chehab506cd712011-12-21 08:53:22 -03001210 switch (delsys) {
1211 case SYS_DVBT:
1212 case SYS_DVBT2:
Mauro Carvalho Chehaba1014d72009-06-01 11:46:08 -03001213 /*
1214 * The only countries with 6MHz seem to be Taiwan/Uruguay.
1215 * Both seem to require QAM firmware for OFDM decoding
1216 * Tested in Taiwan by Terry Wu <terrywu2009@gmail.com>
1217 */
Mauro Carvalho Chehab506cd712011-12-21 08:53:22 -03001218 if (bw <= 6000000)
Mauro Carvalho Chehaba1014d72009-06-01 11:46:08 -03001219 type |= QAM;
Mauro Carvalho Chehabd04aa542007-11-24 10:47:03 -03001220
Mauro Carvalho Chehab0975fc62008-09-28 02:24:44 -03001221 switch (priv->ctrl.type) {
1222 case XC2028_D2633:
1223 type |= D2633;
1224 break;
1225 case XC2028_D2620:
1226 type |= D2620;
1227 break;
1228 case XC2028_AUTO:
1229 default:
1230 /* Zarlink seems to need D2633 */
1231 if (priv->ctrl.demod == XC3028_FE_ZARLINK456)
1232 type |= D2633;
1233 else
1234 type |= D2620;
1235 }
Mauro Carvalho Chehab506cd712011-12-21 08:53:22 -03001236 break;
1237 case SYS_ATSC:
1238 /* The only ATSC firmware (at least on v2.7) is D2633 */
1239 type |= ATSC | D2633;
1240 break;
1241 /* DVB-S and pure QAM (FE_QAM) are not supported */
1242 default:
1243 return -EINVAL;
1244 }
1245
1246 if (bw <= 6000000) {
1247 type |= DTV6;
1248 priv->ctrl.vhfbw7 = 0;
1249 priv->ctrl.uhfbw8 = 0;
1250 } else if (bw <= 7000000) {
1251 if (c->frequency < 470000000)
1252 priv->ctrl.vhfbw7 = 1;
1253 else
1254 priv->ctrl.uhfbw8 = 0;
1255 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7;
1256 type |= F8MHZ;
1257 } else {
1258 if (c->frequency < 470000000)
1259 priv->ctrl.vhfbw7 = 0;
1260 else
1261 priv->ctrl.uhfbw8 = 1;
1262 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV8;
1263 type |= F8MHZ;
Mauro Carvalho Chehab0975fc62008-09-28 02:24:44 -03001264 }
1265
Mauro Carvalho Chehab66c2d532007-11-25 19:26:36 -03001266 /* All S-code tables need a 200kHz shift */
Andy Walls6e707b42009-06-11 07:57:50 -03001267 if (priv->ctrl.demod) {
Mauro Carvalho Chehab7d350282010-02-19 20:08:06 -02001268 demod = priv->ctrl.demod;
1269
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001270 /*
1271 * Newer firmwares require a 200 kHz offset only for ATSC
1272 */
1273 if (type == ATSC || priv->firm_version < 0x0302)
Mauro Carvalho Chehab7d350282010-02-19 20:08:06 -02001274 demod += 200;
Andy Walls6e707b42009-06-11 07:57:50 -03001275 /*
1276 * The DTV7 S-code table needs a 700 kHz shift.
Andy Walls6e707b42009-06-11 07:57:50 -03001277 *
1278 * DTV7 is only used in Australia. Germany or Italy may also
1279 * use this firmware after initialization, but a tune to a UHF
1280 * channel should then cause DTV78 to be used.
Mauro Carvalho Chehab7f2199c2010-02-19 02:45:00 -02001281 *
1282 * Unfortunately, on real-field tests, the s-code offset
1283 * didn't work as expected, as reported by
1284 * Robert Lowery <rglowery@exemail.com.au>
Andy Walls6e707b42009-06-11 07:57:50 -03001285 */
Andy Walls6e707b42009-06-11 07:57:50 -03001286 }
Mauro Carvalho Chehabb542dfd2007-11-24 11:07:12 -03001287
Mauro Carvalho Chehab506cd712011-12-21 08:53:22 -03001288 return generic_set_freq(fe, c->frequency,
Mauro Carvalho Chehab437f5fa2011-02-21 21:03:59 -03001289 V4L2_TUNER_DIGITAL_TV, type, 0, demod);
Michel Ludwig701672e2007-07-18 10:29:10 -03001290}
1291
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001292static int xc2028_sleep(struct dvb_frontend *fe)
1293{
1294 struct xc2028_data *priv = fe->tuner_priv;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001295 int rc;
1296
1297 rc = check_device_status(priv);
1298 if (rc < 0)
1299 return rc;
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001300
Mauro Carvalho Chehab2276bf72014-01-06 06:52:43 -03001301 /* Device is already in sleep mode */
1302 if (!rc)
Mauro Carvalho Chehab10f201a2008-12-05 10:49:53 -03001303 return 0;
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001304
Mauro Carvalho Chehab2276bf72014-01-06 06:52:43 -03001305 /* Avoid firmware reload on slow devices or if PM disabled */
1306 if (no_poweroff || priv->ctrl.disable_power_mgmt)
Mauro Carvalho Chehabebf044f2014-01-06 06:39:51 -03001307 return 0;
1308
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001309 tuner_dbg("Putting xc2028/3028 into poweroff mode.\n");
Mauro Carvalho Chehabe278e742008-12-18 06:00:25 -03001310 if (debug > 1) {
1311 tuner_dbg("Printing sleep stack trace:\n");
1312 dump_stack();
1313 }
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001314
1315 mutex_lock(&priv->lock);
1316
1317 if (priv->firm_version < 0x0202)
Miroslav Slugen304bce42011-12-11 20:19:34 -03001318 rc = send_seq(priv, {0x00, XREG_POWER_DOWN, 0x00, 0x00});
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001319 else
Miroslav Slugen304bce42011-12-11 20:19:34 -03001320 rc = send_seq(priv, {0x80, XREG_POWER_DOWN, 0x00, 0x00});
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001321
Mauro Carvalho Chehabebf044f2014-01-06 06:39:51 -03001322 if (rc >= 0)
1323 priv->state = XC2028_SLEEP;
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001324
1325 mutex_unlock(&priv->lock);
1326
1327 return rc;
1328}
Chris Pascoe45819c32007-11-19 11:41:20 -03001329
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001330static int xc2028_dvb_release(struct dvb_frontend *fe)
Michel Ludwig701672e2007-07-18 10:29:10 -03001331{
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001332 struct xc2028_data *priv = fe->tuner_priv;
Michel Ludwig701672e2007-07-18 10:29:10 -03001333
Harvey Harrison7e28adb2008-04-08 23:20:00 -03001334 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001335
Chris Pascoeaa501be2007-11-19 04:45:38 -03001336 mutex_lock(&xc2028_list_mutex);
1337
Michael Krufkyc663d032008-04-18 21:22:50 -03001338 /* only perform final cleanup if this is the last instance */
Takashi Iwai22a1e772016-11-17 10:49:31 +01001339 if (hybrid_tuner_report_instance_count(priv) == 1)
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001340 free_firmware(priv);
Michel Ludwig701672e2007-07-18 10:29:10 -03001341
Michael Krufkyc663d032008-04-18 21:22:50 -03001342 if (priv)
1343 hybrid_tuner_release_state(priv);
1344
Chris Pascoeaa501be2007-11-19 04:45:38 -03001345 mutex_unlock(&xc2028_list_mutex);
1346
Michael Krufkyc663d032008-04-18 21:22:50 -03001347 fe->tuner_priv = NULL;
1348
Michel Ludwig701672e2007-07-18 10:29:10 -03001349 return 0;
1350}
1351
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001352static int xc2028_get_frequency(struct dvb_frontend *fe, u32 *frequency)
Michel Ludwig701672e2007-07-18 10:29:10 -03001353{
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001354 struct xc2028_data *priv = fe->tuner_priv;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001355 int rc;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001356
Harvey Harrison7e28adb2008-04-08 23:20:00 -03001357 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001358
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001359 rc = check_device_status(priv);
1360 if (rc < 0)
1361 return rc;
1362
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001363 *frequency = priv->frequency;
Michel Ludwig701672e2007-07-18 10:29:10 -03001364
1365 return 0;
1366}
1367
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001368static void load_firmware_cb(const struct firmware *fw,
1369 void *context)
1370{
1371 struct dvb_frontend *fe = context;
1372 struct xc2028_data *priv = fe->tuner_priv;
1373 int rc;
1374
1375 tuner_dbg("request_firmware_nowait(): %s\n", fw ? "OK" : "error");
1376 if (!fw) {
1377 tuner_err("Could not load firmware %s.\n", priv->fname);
1378 priv->state = XC2028_NODEV;
1379 return;
1380 }
1381
1382 rc = load_all_firmwares(fe, fw);
1383
1384 release_firmware(fw);
1385
1386 if (rc < 0)
1387 return;
Mauro Carvalho Chehabebf044f2014-01-06 06:39:51 -03001388 priv->state = XC2028_ACTIVE;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001389}
1390
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001391static int xc2028_set_config(struct dvb_frontend *fe, void *priv_cfg)
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001392{
1393 struct xc2028_data *priv = fe->tuner_priv;
1394 struct xc2028_ctrl *p = priv_cfg;
Chris Pascoe0a196b62007-11-19 09:29:59 -03001395 int rc = 0;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001396
Harvey Harrison7e28adb2008-04-08 23:20:00 -03001397 tuner_dbg("%s called\n", __func__);
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001398
Chris Pascoe06fd82d2007-11-19 06:06:08 -03001399 mutex_lock(&priv->lock);
1400
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001401 /*
1402 * Copy the config data.
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001403 */
Chris Pascoe0a196b62007-11-19 09:29:59 -03001404 memcpy(&priv->ctrl, p, sizeof(priv->ctrl));
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001405
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001406 /*
1407 * If firmware name changed, frees firmware. As free_firmware will
1408 * reset the status to NO_FIRMWARE, this forces a new request_firmware
1409 */
1410 if (!firmware_name[0] && p->fname &&
1411 priv->fname && strcmp(p->fname, priv->fname))
1412 free_firmware(priv);
1413
1414 if (priv->ctrl.max_len < 9)
1415 priv->ctrl.max_len = 13;
1416
1417 if (priv->state == XC2028_NO_FIRMWARE) {
1418 if (!firmware_name[0])
Takashi Iwai22a1e772016-11-17 10:49:31 +01001419 priv->fname = kstrdup(p->fname, GFP_KERNEL);
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001420 else
1421 priv->fname = firmware_name;
1422
Takashi Iwai22a1e772016-11-17 10:49:31 +01001423 if (!priv->fname) {
1424 rc = -ENOMEM;
1425 goto unlock;
1426 }
1427
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001428 rc = request_firmware_nowait(THIS_MODULE, 1,
1429 priv->fname,
1430 priv->i2c_props.adap->dev.parent,
1431 GFP_KERNEL,
1432 fe, load_firmware_cb);
1433 if (rc < 0) {
1434 tuner_err("Failed to request firmware %s\n",
1435 priv->fname);
1436 priv->state = XC2028_NODEV;
Hans Petter Selasky1e9c14f2012-08-03 03:34:05 -03001437 } else
1438 priv->state = XC2028_WAITING_FIRMWARE;
Mauro Carvalho Chehab61a96112012-06-30 09:08:54 -03001439 }
Dan Carpenter210bd102016-02-03 13:34:00 -02001440unlock:
Chris Pascoe06fd82d2007-11-19 06:06:08 -03001441 mutex_unlock(&priv->lock);
1442
Chris Pascoe0a196b62007-11-19 09:29:59 -03001443 return rc;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001444}
1445
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001446static const struct dvb_tuner_ops xc2028_dvb_tuner_ops = {
Michel Ludwig701672e2007-07-18 10:29:10 -03001447 .info = {
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001448 .name = "Xceive XC3028",
1449 .frequency_min = 42000000,
1450 .frequency_max = 864000000,
1451 .frequency_step = 50000,
1452 },
Michel Ludwig701672e2007-07-18 10:29:10 -03001453
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001454 .set_config = xc2028_set_config,
Mauro Carvalho Chehab00deff12007-11-24 10:13:42 -03001455 .set_analog_params = xc2028_set_analog_freq,
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001456 .release = xc2028_dvb_release,
1457 .get_frequency = xc2028_get_frequency,
1458 .get_rf_strength = xc2028_signal,
Mauro Carvalho Chehab1d432a32012-07-04 02:33:55 -03001459 .get_afc = xc2028_get_afc,
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001460 .set_params = xc2028_set_params,
Mauro Carvalho Chehab74a89b22008-12-05 10:31:16 -03001461 .sleep = xc2028_sleep,
Michel Ludwig701672e2007-07-18 10:29:10 -03001462};
1463
Michael Krufky7972f982007-12-21 16:12:09 -03001464struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
1465 struct xc2028_config *cfg)
Michel Ludwig701672e2007-07-18 10:29:10 -03001466{
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001467 struct xc2028_data *priv;
Michael Krufkyc663d032008-04-18 21:22:50 -03001468 int instance;
Michel Ludwig701672e2007-07-18 10:29:10 -03001469
Mauro Carvalho Chehab83fb3402007-11-15 09:44:30 -03001470 if (debug)
Michael Krufky27566652008-04-22 14:41:53 -03001471 printk(KERN_DEBUG "xc2028: Xcv2028/3028 init called!\n");
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001472
Mauro Carvalho Chehabb412ba72008-04-22 14:46:11 -03001473 if (NULL == cfg)
Michel Ludwiga37b4c92007-11-16 07:46:14 -03001474 return NULL;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001475
Michel Ludwiga37b4c92007-11-16 07:46:14 -03001476 if (!fe) {
Michael Krufky27566652008-04-22 14:41:53 -03001477 printk(KERN_ERR "xc2028: No frontend!\n");
Michel Ludwiga37b4c92007-11-16 07:46:14 -03001478 return NULL;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001479 }
1480
Chris Pascoeaa501be2007-11-19 04:45:38 -03001481 mutex_lock(&xc2028_list_mutex);
1482
Michael Krufkyc663d032008-04-18 21:22:50 -03001483 instance = hybrid_tuner_request_state(struct xc2028_data, priv,
1484 hybrid_tuner_instance_list,
1485 cfg->i2c_adap, cfg->i2c_addr,
1486 "xc2028");
1487 switch (instance) {
1488 case 0:
1489 /* memory allocation failure */
1490 goto fail;
Michael Krufkyc663d032008-04-18 21:22:50 -03001491 case 1:
1492 /* new tuner instance */
Chris Pascoe0a196b62007-11-19 09:29:59 -03001493 priv->ctrl.max_len = 13;
Mauro Carvalho Chehabde3fe212007-10-24 09:22:08 -03001494
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001495 mutex_init(&priv->lock);
1496
Michael Krufkyc663d032008-04-18 21:22:50 -03001497 fe->tuner_priv = priv;
1498 break;
1499 case 2:
1500 /* existing tuner instance */
1501 fe->tuner_priv = priv;
1502 break;
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001503 }
Michel Ludwiga37b4c92007-11-16 07:46:14 -03001504
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001505 memcpy(&fe->ops.tuner_ops, &xc2028_dvb_tuner_ops,
Mauro Carvalho Chehabab0b9fc2007-11-01 17:47:42 -03001506 sizeof(xc2028_dvb_tuner_ops));
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001507
1508 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner");
Michel Ludwig701672e2007-07-18 10:29:10 -03001509
Mauro Carvalho Chehab71a2ee32007-11-22 12:19:37 -03001510 if (cfg->ctrl)
1511 xc2028_set_config(fe, cfg->ctrl);
1512
Chris Pascoeaa501be2007-11-19 04:45:38 -03001513 mutex_unlock(&xc2028_list_mutex);
1514
Michel Ludwiga37b4c92007-11-16 07:46:14 -03001515 return fe;
Michael Krufkyc663d032008-04-18 21:22:50 -03001516fail:
1517 mutex_unlock(&xc2028_list_mutex);
1518
1519 xc2028_dvb_release(fe);
1520 return NULL;
Michel Ludwig701672e2007-07-18 10:29:10 -03001521}
Michel Ludwiga37b4c92007-11-16 07:46:14 -03001522
Michel Ludwig701672e2007-07-18 10:29:10 -03001523EXPORT_SYMBOL(xc2028_attach);
1524
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001525MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver");
Mauro Carvalho Chehab983d2142007-10-29 23:44:18 -03001526MODULE_AUTHOR("Michel Ludwig <michel.ludwig@gmail.com>");
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -03001527MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
1528MODULE_LICENSE("GPL");
Mauro Carvalho Chehabab9cbcd2012-06-26 15:34:22 -03001529MODULE_FIRMWARE(XC2028_DEFAULT_FIRMWARE);
1530MODULE_FIRMWARE(XC3028L_DEFAULT_FIRMWARE);