Mauro Carvalho Chehab | d56410e | 2006-03-25 09:19:53 -0300 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * vpx3220a, vpx3216b & vpx3214c video decoder driver version 0.0.1 |
| 3 | * |
| 4 | * Copyright (C) 2001 Laurent Pinchart <lpinchart@freegates.be> |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License as published by |
| 8 | * the Free Software Foundation; either version 2 of the License, or |
| 9 | * (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 19 | */ |
| 20 | |
| 21 | #include <linux/module.h> |
| 22 | #include <linux/init.h> |
| 23 | #include <linux/delay.h> |
| 24 | #include <linux/types.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 25 | #include <linux/slab.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include <asm/uaccess.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | #include <linux/i2c.h> |
Hans Verkuil | 107063c | 2009-02-18 17:26:06 -0300 | [diff] [blame] | 28 | #include <linux/videodev2.h> |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 29 | #include <media/v4l2-device.h> |
| 30 | #include <media/v4l2-chip-ident.h> |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 31 | #include <media/v4l2-ctrls.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 33 | MODULE_DESCRIPTION("vpx3220a/vpx3216b/vpx3214c video decoder driver"); |
| 34 | MODULE_AUTHOR("Laurent Pinchart"); |
| 35 | MODULE_LICENSE("GPL"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | |
Douglas Schilling Landgraf | ff699e6 | 2008-04-22 14:41:48 -0300 | [diff] [blame] | 37 | static int debug; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | module_param(debug, int, 0); |
| 39 | MODULE_PARM_DESC(debug, "Debug level (0-1)"); |
| 40 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 41 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | #define VPX_TIMEOUT_COUNT 10 |
| 43 | |
| 44 | /* ----------------------------------------------------------------------- */ |
| 45 | |
| 46 | struct vpx3220 { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 47 | struct v4l2_subdev sd; |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 48 | struct v4l2_ctrl_handler hdl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | unsigned char reg[255]; |
| 50 | |
Hans Verkuil | 107063c | 2009-02-18 17:26:06 -0300 | [diff] [blame] | 51 | v4l2_std_id norm; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 52 | int ident; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | int input; |
| 54 | int enable; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | }; |
| 56 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 57 | static inline struct vpx3220 *to_vpx3220(struct v4l2_subdev *sd) |
| 58 | { |
| 59 | return container_of(sd, struct vpx3220, sd); |
| 60 | } |
| 61 | |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 62 | static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) |
| 63 | { |
| 64 | return &container_of(ctrl->handler, struct vpx3220, hdl)->sd; |
| 65 | } |
| 66 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | static char *inputs[] = { "internal", "composite", "svideo" }; |
| 68 | |
| 69 | /* ----------------------------------------------------------------------- */ |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 70 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 71 | static inline int vpx3220_write(struct v4l2_subdev *sd, u8 reg, u8 value) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 73 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | struct vpx3220 *decoder = i2c_get_clientdata(client); |
| 75 | |
| 76 | decoder->reg[reg] = value; |
| 77 | return i2c_smbus_write_byte_data(client, reg, value); |
| 78 | } |
| 79 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 80 | static inline int vpx3220_read(struct v4l2_subdev *sd, u8 reg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 82 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 83 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | return i2c_smbus_read_byte_data(client, reg); |
| 85 | } |
| 86 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 87 | static int vpx3220_fp_status(struct v4l2_subdev *sd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | { |
| 89 | unsigned char status; |
| 90 | unsigned int i; |
| 91 | |
| 92 | for (i = 0; i < VPX_TIMEOUT_COUNT; i++) { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 93 | status = vpx3220_read(sd, 0x29); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | |
| 95 | if (!(status & 4)) |
| 96 | return 0; |
| 97 | |
| 98 | udelay(10); |
| 99 | |
| 100 | if (need_resched()) |
| 101 | cond_resched(); |
| 102 | } |
| 103 | |
| 104 | return -1; |
| 105 | } |
| 106 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 107 | static int vpx3220_fp_write(struct v4l2_subdev *sd, u8 fpaddr, u16 data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 109 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 110 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | /* Write the 16-bit address to the FPWR register */ |
| 112 | if (i2c_smbus_write_word_data(client, 0x27, swab16(fpaddr)) == -1) { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 113 | v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | return -1; |
| 115 | } |
| 116 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 117 | if (vpx3220_fp_status(sd) < 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | return -1; |
| 119 | |
| 120 | /* Write the 16-bit data to the FPDAT register */ |
| 121 | if (i2c_smbus_write_word_data(client, 0x28, swab16(data)) == -1) { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 122 | v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | return -1; |
| 124 | } |
| 125 | |
| 126 | return 0; |
| 127 | } |
| 128 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 129 | static u16 vpx3220_fp_read(struct v4l2_subdev *sd, u16 fpaddr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 131 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | s16 data; |
| 133 | |
| 134 | /* Write the 16-bit address to the FPRD register */ |
| 135 | if (i2c_smbus_write_word_data(client, 0x26, swab16(fpaddr)) == -1) { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 136 | v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | return -1; |
| 138 | } |
| 139 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 140 | if (vpx3220_fp_status(sd) < 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | return -1; |
| 142 | |
| 143 | /* Read the 16-bit data from the FPDAT register */ |
| 144 | data = i2c_smbus_read_word_data(client, 0x28); |
| 145 | if (data == -1) { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 146 | v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | return -1; |
| 148 | } |
| 149 | |
| 150 | return swab16(data); |
| 151 | } |
| 152 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 153 | static int vpx3220_write_block(struct v4l2_subdev *sd, const u8 *data, unsigned int len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | { |
| 155 | u8 reg; |
| 156 | int ret = -1; |
| 157 | |
| 158 | while (len >= 2) { |
| 159 | reg = *data++; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 160 | ret = vpx3220_write(sd, reg, *data++); |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 161 | if (ret < 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | break; |
| 163 | len -= 2; |
| 164 | } |
| 165 | |
| 166 | return ret; |
| 167 | } |
| 168 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 169 | static int vpx3220_write_fp_block(struct v4l2_subdev *sd, |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 170 | const u16 *data, unsigned int len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | { |
| 172 | u8 reg; |
| 173 | int ret = 0; |
| 174 | |
| 175 | while (len > 1) { |
| 176 | reg = *data++; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 177 | ret |= vpx3220_fp_write(sd, reg, *data++); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | len -= 2; |
| 179 | } |
| 180 | |
| 181 | return ret; |
| 182 | } |
| 183 | |
| 184 | /* ---------------------------------------------------------------------- */ |
| 185 | |
| 186 | static const unsigned short init_ntsc[] = { |
| 187 | 0x1c, 0x00, /* NTSC tint angle */ |
| 188 | 0x88, 17, /* Window 1 vertical */ |
| 189 | 0x89, 240, /* Vertical lines in */ |
| 190 | 0x8a, 240, /* Vertical lines out */ |
| 191 | 0x8b, 000, /* Horizontal begin */ |
| 192 | 0x8c, 640, /* Horizontal length */ |
| 193 | 0x8d, 640, /* Number of pixels */ |
| 194 | 0x8f, 0xc00, /* Disable window 2 */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 195 | 0xf0, 0x73, /* 13.5 MHz transport, Forced |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | * mode, latch windows */ |
| 197 | 0xf2, 0x13, /* NTSC M, composite input */ |
| 198 | 0xe7, 0x1e1, /* Enable vertical standard |
| 199 | * locking @ 240 lines */ |
| 200 | }; |
| 201 | |
| 202 | static const unsigned short init_pal[] = { |
| 203 | 0x88, 23, /* Window 1 vertical begin */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 204 | 0x89, 288, /* Vertical lines in (16 lines |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | * skipped by the VFE) */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 206 | 0x8a, 288, /* Vertical lines out (16 lines |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | * skipped by the VFE) */ |
| 208 | 0x8b, 16, /* Horizontal begin */ |
| 209 | 0x8c, 768, /* Horizontal length */ |
| 210 | 0x8d, 784, /* Number of pixels |
| 211 | * Must be >= Horizontal begin + Horizontal length */ |
| 212 | 0x8f, 0xc00, /* Disable window 2 */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 213 | 0xf0, 0x77, /* 13.5 MHz transport, Forced |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | * mode, latch windows */ |
| 215 | 0xf2, 0x3d1, /* PAL B,G,H,I, composite input */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 216 | 0xe7, 0x241, /* PAL/SECAM set to 288 lines */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 217 | }; |
| 218 | |
| 219 | static const unsigned short init_secam[] = { |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 220 | 0x88, 23, /* Window 1 vertical begin */ |
| 221 | 0x89, 288, /* Vertical lines in (16 lines |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | * skipped by the VFE) */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 223 | 0x8a, 288, /* Vertical lines out (16 lines |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | * skipped by the VFE) */ |
| 225 | 0x8b, 16, /* Horizontal begin */ |
| 226 | 0x8c, 768, /* Horizontal length */ |
| 227 | 0x8d, 784, /* Number of pixels |
| 228 | * Must be >= Horizontal begin + Horizontal length */ |
| 229 | 0x8f, 0xc00, /* Disable window 2 */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 230 | 0xf0, 0x77, /* 13.5 MHz transport, Forced |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | * mode, latch windows */ |
| 232 | 0xf2, 0x3d5, /* SECAM, composite input */ |
Ronald S. Bultje | 9b3acc2 | 2005-10-16 20:29:24 -0700 | [diff] [blame] | 233 | 0xe7, 0x241, /* PAL/SECAM set to 288 lines */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | }; |
| 235 | |
| 236 | static const unsigned char init_common[] = { |
| 237 | 0xf2, 0x00, /* Disable all outputs */ |
| 238 | 0x33, 0x0d, /* Luma : VIN2, Chroma : CIN |
| 239 | * (clamp off) */ |
| 240 | 0xd8, 0xa8, /* HREF/VREF active high, VREF |
| 241 | * pulse = 2, Odd/Even flag */ |
| 242 | 0x20, 0x03, /* IF compensation 0dB/oct */ |
| 243 | 0xe0, 0xff, /* Open up all comparators */ |
| 244 | 0xe1, 0x00, |
| 245 | 0xe2, 0x7f, |
| 246 | 0xe3, 0x80, |
| 247 | 0xe4, 0x7f, |
| 248 | 0xe5, 0x80, |
| 249 | 0xe6, 0x00, /* Brightness set to 0 */ |
| 250 | 0xe7, 0xe0, /* Contrast to 1.0, noise shaping |
| 251 | * 10 to 8 2-bit error diffusion */ |
| 252 | 0xe8, 0xf8, /* YUV422, CbCr binary offset, |
| 253 | * ... (p.32) */ |
| 254 | 0xea, 0x18, /* LLC2 connected, output FIFO |
| 255 | * reset with VACTintern */ |
| 256 | 0xf0, 0x8a, /* Half full level to 10, bus |
| 257 | * shuffler [7:0, 23:16, 15:8] */ |
| 258 | 0xf1, 0x18, /* Single clock, sync mode, no |
| 259 | * FE delay, no HLEN counter */ |
| 260 | 0xf8, 0x12, /* Port A, PIXCLK, HF# & FE# |
| 261 | * strength to 2 */ |
| 262 | 0xf9, 0x24, /* Port B, HREF, VREF, PREF & |
| 263 | * ALPHA strength to 4 */ |
| 264 | }; |
| 265 | |
| 266 | static const unsigned short init_fp[] = { |
| 267 | 0x59, 0, |
| 268 | 0xa0, 2070, /* ACC reference */ |
| 269 | 0xa3, 0, |
| 270 | 0xa4, 0, |
| 271 | 0xa8, 30, |
| 272 | 0xb2, 768, |
| 273 | 0xbe, 27, |
| 274 | 0x58, 0, |
| 275 | 0x26, 0, |
| 276 | 0x4b, 0x298, /* PLL gain */ |
| 277 | }; |
| 278 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 279 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 280 | static int vpx3220_init(struct v4l2_subdev *sd, u32 val) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 282 | struct vpx3220 *decoder = to_vpx3220(sd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 284 | vpx3220_write_block(sd, init_common, sizeof(init_common)); |
| 285 | vpx3220_write_fp_block(sd, init_fp, sizeof(init_fp) >> 1); |
| 286 | if (decoder->norm & V4L2_STD_NTSC) |
| 287 | vpx3220_write_fp_block(sd, init_ntsc, sizeof(init_ntsc) >> 1); |
| 288 | else if (decoder->norm & V4L2_STD_PAL) |
| 289 | vpx3220_write_fp_block(sd, init_pal, sizeof(init_pal) >> 1); |
| 290 | else if (decoder->norm & V4L2_STD_SECAM) |
| 291 | vpx3220_write_fp_block(sd, init_secam, sizeof(init_secam) >> 1); |
| 292 | else |
| 293 | vpx3220_write_fp_block(sd, init_pal, sizeof(init_pal) >> 1); |
| 294 | return 0; |
| 295 | } |
| 296 | |
| 297 | static int vpx3220_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) |
| 298 | { |
| 299 | int res = V4L2_IN_ST_NO_SIGNAL, status; |
| 300 | v4l2_std_id std = 0; |
| 301 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 302 | status = vpx3220_fp_read(sd, 0x0f3); |
| 303 | |
| 304 | v4l2_dbg(1, debug, sd, "status: 0x%04x\n", status); |
| 305 | |
| 306 | if (status < 0) |
| 307 | return status; |
| 308 | |
| 309 | if ((status & 0x20) == 0) { |
| 310 | res = 0; |
| 311 | |
| 312 | switch (status & 0x18) { |
| 313 | case 0x00: |
| 314 | case 0x10: |
| 315 | case 0x14: |
| 316 | case 0x18: |
| 317 | std = V4L2_STD_PAL; |
| 318 | break; |
| 319 | |
| 320 | case 0x08: |
| 321 | std = V4L2_STD_SECAM; |
| 322 | break; |
| 323 | |
| 324 | case 0x04: |
| 325 | case 0x0c: |
| 326 | case 0x1c: |
| 327 | std = V4L2_STD_NTSC; |
| 328 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | } |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 330 | } |
| 331 | if (pstd) |
| 332 | *pstd = std; |
| 333 | if (pstatus) |
Hans Verkuil | ba08831 | 2011-08-25 10:52:53 -0300 | [diff] [blame] | 334 | *pstatus = res; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 335 | return 0; |
| 336 | } |
| 337 | |
| 338 | static int vpx3220_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) |
| 339 | { |
Hans Verkuil | bccfa44 | 2009-03-30 06:55:27 -0300 | [diff] [blame] | 340 | v4l2_dbg(1, debug, sd, "querystd\n"); |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 341 | return vpx3220_status(sd, NULL, std); |
| 342 | } |
| 343 | |
| 344 | static int vpx3220_g_input_status(struct v4l2_subdev *sd, u32 *status) |
| 345 | { |
Hans Verkuil | bccfa44 | 2009-03-30 06:55:27 -0300 | [diff] [blame] | 346 | v4l2_dbg(1, debug, sd, "g_input_status\n"); |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 347 | return vpx3220_status(sd, status, NULL); |
| 348 | } |
| 349 | |
| 350 | static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std) |
| 351 | { |
| 352 | struct vpx3220 *decoder = to_vpx3220(sd); |
| 353 | int temp_input; |
| 354 | |
| 355 | /* Here we back up the input selection because it gets |
| 356 | overwritten when we fill the registers with the |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 357 | chosen video norm */ |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 358 | temp_input = vpx3220_fp_read(sd, 0xf2); |
| 359 | |
Hans Verkuil | bccfa44 | 2009-03-30 06:55:27 -0300 | [diff] [blame] | 360 | v4l2_dbg(1, debug, sd, "s_std %llx\n", (unsigned long long)std); |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 361 | if (std & V4L2_STD_NTSC) { |
| 362 | vpx3220_write_fp_block(sd, init_ntsc, sizeof(init_ntsc) >> 1); |
| 363 | v4l2_dbg(1, debug, sd, "norm switched to NTSC\n"); |
| 364 | } else if (std & V4L2_STD_PAL) { |
| 365 | vpx3220_write_fp_block(sd, init_pal, sizeof(init_pal) >> 1); |
| 366 | v4l2_dbg(1, debug, sd, "norm switched to PAL\n"); |
| 367 | } else if (std & V4L2_STD_SECAM) { |
| 368 | vpx3220_write_fp_block(sd, init_secam, sizeof(init_secam) >> 1); |
| 369 | v4l2_dbg(1, debug, sd, "norm switched to SECAM\n"); |
| 370 | } else { |
| 371 | return -EINVAL; |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 372 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 373 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 374 | decoder->norm = std; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 376 | /* And here we set the backed up video input again */ |
| 377 | vpx3220_fp_write(sd, 0xf2, temp_input | 0x0010); |
| 378 | udelay(10); |
| 379 | return 0; |
| 380 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 381 | |
Hans Verkuil | 5325b42 | 2009-04-02 11:26:22 -0300 | [diff] [blame] | 382 | static int vpx3220_s_routing(struct v4l2_subdev *sd, |
| 383 | u32 input, u32 output, u32 config) |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 384 | { |
| 385 | int data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | |
Hans Verkuil | 5325b42 | 2009-04-02 11:26:22 -0300 | [diff] [blame] | 387 | /* RJ: input = 0: ST8 (PCTV) input |
| 388 | input = 1: COMPOSITE input |
| 389 | input = 2: SVHS input */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | |
Hans Verkuil | 5325b42 | 2009-04-02 11:26:22 -0300 | [diff] [blame] | 391 | const int input_vals[3][2] = { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 392 | {0x0c, 0}, |
| 393 | {0x0d, 0}, |
| 394 | {0x0e, 1} |
| 395 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 396 | |
Roel Kluin | f14a297 | 2009-10-23 07:59:42 -0300 | [diff] [blame] | 397 | if (input > 2) |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 398 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | |
Hans Verkuil | 5325b42 | 2009-04-02 11:26:22 -0300 | [diff] [blame] | 400 | v4l2_dbg(1, debug, sd, "input switched to %s\n", inputs[input]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | |
Hans Verkuil | 5325b42 | 2009-04-02 11:26:22 -0300 | [diff] [blame] | 402 | vpx3220_write(sd, 0x33, input_vals[input][0]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 404 | data = vpx3220_fp_read(sd, 0xf2) & ~(0x0020); |
| 405 | if (data < 0) |
| 406 | return data; |
| 407 | /* 0x0010 is required to latch the setting */ |
| 408 | vpx3220_fp_write(sd, 0xf2, |
Hans Verkuil | 5325b42 | 2009-04-02 11:26:22 -0300 | [diff] [blame] | 409 | data | (input_vals[input][1] << 5) | 0x0010); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 411 | udelay(10); |
| 412 | return 0; |
| 413 | } |
| 414 | |
| 415 | static int vpx3220_s_stream(struct v4l2_subdev *sd, int enable) |
| 416 | { |
Hans Verkuil | bccfa44 | 2009-03-30 06:55:27 -0300 | [diff] [blame] | 417 | v4l2_dbg(1, debug, sd, "s_stream %s\n", enable ? "on" : "off"); |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 418 | |
| 419 | vpx3220_write(sd, 0xf2, (enable ? 0x1b : 0x00)); |
| 420 | return 0; |
| 421 | } |
| 422 | |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 423 | static int vpx3220_s_ctrl(struct v4l2_ctrl *ctrl) |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 424 | { |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 425 | struct v4l2_subdev *sd = to_sd(ctrl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 427 | switch (ctrl->id) { |
| 428 | case V4L2_CID_BRIGHTNESS: |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 429 | vpx3220_write(sd, 0xe6, ctrl->val); |
| 430 | return 0; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 431 | case V4L2_CID_CONTRAST: |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 432 | /* Bit 7 and 8 is for noise shaping */ |
| 433 | vpx3220_write(sd, 0xe7, ctrl->val + 192); |
| 434 | return 0; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 435 | case V4L2_CID_SATURATION: |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 436 | vpx3220_fp_write(sd, 0xa0, ctrl->val); |
| 437 | return 0; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 438 | case V4L2_CID_HUE: |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 439 | vpx3220_fp_write(sd, 0x1c, ctrl->val); |
| 440 | return 0; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 441 | } |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 442 | return -EINVAL; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 443 | } |
| 444 | |
| 445 | static int vpx3220_g_chip_ident(struct v4l2_subdev *sd, struct v4l2_dbg_chip_ident *chip) |
| 446 | { |
| 447 | struct vpx3220 *decoder = to_vpx3220(sd); |
| 448 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 449 | |
| 450 | return v4l2_chip_ident_i2c_client(client, chip, decoder->ident, 0); |
| 451 | } |
| 452 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 453 | /* ----------------------------------------------------------------------- */ |
| 454 | |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 455 | static const struct v4l2_ctrl_ops vpx3220_ctrl_ops = { |
| 456 | .s_ctrl = vpx3220_s_ctrl, |
| 457 | }; |
| 458 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 459 | static const struct v4l2_subdev_core_ops vpx3220_core_ops = { |
| 460 | .g_chip_ident = vpx3220_g_chip_ident, |
| 461 | .init = vpx3220_init, |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 462 | .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, |
| 463 | .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, |
| 464 | .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, |
| 465 | .g_ctrl = v4l2_subdev_g_ctrl, |
| 466 | .s_ctrl = v4l2_subdev_s_ctrl, |
| 467 | .queryctrl = v4l2_subdev_queryctrl, |
| 468 | .querymenu = v4l2_subdev_querymenu, |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 469 | .s_std = vpx3220_s_std, |
| 470 | }; |
| 471 | |
| 472 | static const struct v4l2_subdev_video_ops vpx3220_video_ops = { |
| 473 | .s_routing = vpx3220_s_routing, |
| 474 | .s_stream = vpx3220_s_stream, |
| 475 | .querystd = vpx3220_querystd, |
| 476 | .g_input_status = vpx3220_g_input_status, |
| 477 | }; |
| 478 | |
| 479 | static const struct v4l2_subdev_ops vpx3220_ops = { |
| 480 | .core = &vpx3220_core_ops, |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 481 | .video = &vpx3220_video_ops, |
| 482 | }; |
| 483 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 484 | /* ----------------------------------------------------------------------- |
Joe Perches | c84e603 | 2008-02-03 17:18:59 +0200 | [diff] [blame] | 485 | * Client management code |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | */ |
| 487 | |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 488 | static int vpx3220_probe(struct i2c_client *client, |
| 489 | const struct i2c_device_id *id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 490 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 491 | struct vpx3220 *decoder; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 492 | struct v4l2_subdev *sd; |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 493 | const char *name = NULL; |
| 494 | u8 ver; |
| 495 | u16 pn; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 496 | |
| 497 | /* Check if the adapter supports the needed features */ |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 498 | if (!i2c_check_functionality(client->adapter, |
| 499 | I2C_FUNC_SMBUS_BYTE_DATA | I2C_FUNC_SMBUS_WORD_DATA)) |
| 500 | return -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 501 | |
Panagiotis Issaris | 7408187 | 2006-01-11 19:40:56 -0200 | [diff] [blame] | 502 | decoder = kzalloc(sizeof(struct vpx3220), GFP_KERNEL); |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 503 | if (decoder == NULL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | return -ENOMEM; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 505 | sd = &decoder->sd; |
| 506 | v4l2_i2c_subdev_init(sd, client, &vpx3220_ops); |
Hans Verkuil | 107063c | 2009-02-18 17:26:06 -0300 | [diff] [blame] | 507 | decoder->norm = V4L2_STD_PAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 | decoder->input = 0; |
| 509 | decoder->enable = 1; |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 510 | v4l2_ctrl_handler_init(&decoder->hdl, 4); |
| 511 | v4l2_ctrl_new_std(&decoder->hdl, &vpx3220_ctrl_ops, |
| 512 | V4L2_CID_BRIGHTNESS, -128, 127, 1, 0); |
| 513 | v4l2_ctrl_new_std(&decoder->hdl, &vpx3220_ctrl_ops, |
| 514 | V4L2_CID_CONTRAST, 0, 63, 1, 32); |
| 515 | v4l2_ctrl_new_std(&decoder->hdl, &vpx3220_ctrl_ops, |
| 516 | V4L2_CID_SATURATION, 0, 4095, 1, 2048); |
| 517 | v4l2_ctrl_new_std(&decoder->hdl, &vpx3220_ctrl_ops, |
| 518 | V4L2_CID_HUE, -512, 511, 1, 0); |
| 519 | sd->ctrl_handler = &decoder->hdl; |
| 520 | if (decoder->hdl.error) { |
| 521 | int err = decoder->hdl.error; |
| 522 | |
| 523 | v4l2_ctrl_handler_free(&decoder->hdl); |
| 524 | kfree(decoder); |
| 525 | return err; |
| 526 | } |
| 527 | v4l2_ctrl_handler_setup(&decoder->hdl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 528 | |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 529 | ver = i2c_smbus_read_byte_data(client, 0x00); |
| 530 | pn = (i2c_smbus_read_byte_data(client, 0x02) << 8) + |
| 531 | i2c_smbus_read_byte_data(client, 0x01); |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 532 | decoder->ident = V4L2_IDENT_VPX3220A; |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 533 | if (ver == 0xec) { |
| 534 | switch (pn) { |
| 535 | case 0x4680: |
| 536 | name = "vpx3220a"; |
| 537 | break; |
| 538 | case 0x4260: |
| 539 | name = "vpx3216b"; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 540 | decoder->ident = V4L2_IDENT_VPX3216B; |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 541 | break; |
| 542 | case 0x4280: |
| 543 | name = "vpx3214c"; |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 544 | decoder->ident = V4L2_IDENT_VPX3214C; |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 545 | break; |
| 546 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 547 | } |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 548 | if (name) |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 549 | v4l2_info(sd, "%s found @ 0x%x (%s)\n", name, |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 550 | client->addr << 1, client->adapter->name); |
| 551 | else |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 552 | v4l2_info(sd, "chip (%02x:%04x) found @ 0x%x (%s)\n", |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 553 | ver, pn, client->addr << 1, client->adapter->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 554 | |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 555 | vpx3220_write_block(sd, init_common, sizeof(init_common)); |
| 556 | vpx3220_write_fp_block(sd, init_fp, sizeof(init_fp) >> 1); |
| 557 | /* Default to PAL */ |
| 558 | vpx3220_write_fp_block(sd, init_pal, sizeof(init_pal) >> 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 559 | return 0; |
| 560 | } |
| 561 | |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 562 | static int vpx3220_remove(struct i2c_client *client) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 563 | { |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 564 | struct v4l2_subdev *sd = i2c_get_clientdata(client); |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 565 | struct vpx3220 *decoder = to_vpx3220(sd); |
Hans Verkuil | 7e5eaad | 2009-02-19 14:36:53 -0300 | [diff] [blame] | 566 | |
| 567 | v4l2_device_unregister_subdev(sd); |
Hans Verkuil | 9a77532 | 2010-12-12 08:45:59 -0300 | [diff] [blame] | 568 | v4l2_ctrl_handler_free(&decoder->hdl); |
| 569 | kfree(decoder); |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 570 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | } |
| 572 | |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 573 | static const struct i2c_device_id vpx3220_id[] = { |
| 574 | { "vpx3220a", 0 }, |
| 575 | { "vpx3216b", 0 }, |
| 576 | { "vpx3214c", 0 }, |
| 577 | { } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | }; |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 579 | MODULE_DEVICE_TABLE(i2c, vpx3220_id); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 580 | |
Hans Verkuil | c2d999f | 2010-09-15 15:44:11 -0300 | [diff] [blame] | 581 | static struct i2c_driver vpx3220_driver = { |
| 582 | .driver = { |
| 583 | .owner = THIS_MODULE, |
| 584 | .name = "vpx3220", |
| 585 | }, |
| 586 | .probe = vpx3220_probe, |
| 587 | .remove = vpx3220_remove, |
| 588 | .id_table = vpx3220_id, |
Hans Verkuil | 23848b6 | 2008-09-07 08:01:39 -0300 | [diff] [blame] | 589 | }; |
Hans Verkuil | c2d999f | 2010-09-15 15:44:11 -0300 | [diff] [blame] | 590 | |
Axel Lin | c6e8d86 | 2012-02-12 06:56:32 -0300 | [diff] [blame] | 591 | module_i2c_driver(vpx3220_driver); |