Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 1 | /* |
| 2 | * tw9910 Video Driver |
| 3 | * |
| 4 | * Copyright (C) 2008 Renesas Solutions Corp. |
| 5 | * Kuninori Morimoto <morimoto.kuninori@renesas.com> |
| 6 | * |
| 7 | * Based on ov772x driver, |
| 8 | * |
| 9 | * Copyright (C) 2008 Kuninori Morimoto <morimoto.kuninori@renesas.com> |
| 10 | * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> |
| 11 | * Copyright (C) 2008 Magnus Damm |
| 12 | * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> |
| 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify |
| 15 | * it under the terms of the GNU General Public License version 2 as |
| 16 | * published by the Free Software Foundation. |
| 17 | */ |
| 18 | |
| 19 | #include <linux/init.h> |
| 20 | #include <linux/module.h> |
| 21 | #include <linux/i2c.h> |
| 22 | #include <linux/slab.h> |
| 23 | #include <linux/kernel.h> |
| 24 | #include <linux/delay.h> |
| 25 | #include <linux/videodev2.h> |
Guennadi Liakhovetski | 0d3263f | 2011-07-26 13:29:27 -0300 | [diff] [blame^] | 26 | |
| 27 | #include <media/soc_camera.h> |
| 28 | #include <media/soc_mediabus.h> |
| 29 | #include <media/tw9910.h> |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 30 | #include <media/v4l2-chip-ident.h> |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 31 | #include <media/v4l2-subdev.h> |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 32 | |
| 33 | #define GET_ID(val) ((val & 0xF8) >> 3) |
Kuninori Morimoto | 6d74e5f | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 34 | #define GET_REV(val) (val & 0x07) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 35 | |
| 36 | /* |
| 37 | * register offset |
| 38 | */ |
| 39 | #define ID 0x00 /* Product ID Code Register */ |
| 40 | #define STATUS1 0x01 /* Chip Status Register I */ |
| 41 | #define INFORM 0x02 /* Input Format */ |
| 42 | #define OPFORM 0x03 /* Output Format Control Register */ |
| 43 | #define DLYCTR 0x04 /* Hysteresis and HSYNC Delay Control */ |
| 44 | #define OUTCTR1 0x05 /* Output Control I */ |
| 45 | #define ACNTL1 0x06 /* Analog Control Register 1 */ |
| 46 | #define CROP_HI 0x07 /* Cropping Register, High */ |
| 47 | #define VDELAY_LO 0x08 /* Vertical Delay Register, Low */ |
| 48 | #define VACTIVE_LO 0x09 /* Vertical Active Register, Low */ |
| 49 | #define HDELAY_LO 0x0A /* Horizontal Delay Register, Low */ |
| 50 | #define HACTIVE_LO 0x0B /* Horizontal Active Register, Low */ |
| 51 | #define CNTRL1 0x0C /* Control Register I */ |
| 52 | #define VSCALE_LO 0x0D /* Vertical Scaling Register, Low */ |
| 53 | #define SCALE_HI 0x0E /* Scaling Register, High */ |
| 54 | #define HSCALE_LO 0x0F /* Horizontal Scaling Register, Low */ |
| 55 | #define BRIGHT 0x10 /* BRIGHTNESS Control Register */ |
| 56 | #define CONTRAST 0x11 /* CONTRAST Control Register */ |
| 57 | #define SHARPNESS 0x12 /* SHARPNESS Control Register I */ |
| 58 | #define SAT_U 0x13 /* Chroma (U) Gain Register */ |
| 59 | #define SAT_V 0x14 /* Chroma (V) Gain Register */ |
| 60 | #define HUE 0x15 /* Hue Control Register */ |
| 61 | #define CORING1 0x17 |
| 62 | #define CORING2 0x18 /* Coring and IF compensation */ |
| 63 | #define VBICNTL 0x19 /* VBI Control Register */ |
| 64 | #define ACNTL2 0x1A /* Analog Control 2 */ |
| 65 | #define OUTCTR2 0x1B /* Output Control 2 */ |
| 66 | #define SDT 0x1C /* Standard Selection */ |
| 67 | #define SDTR 0x1D /* Standard Recognition */ |
| 68 | #define TEST 0x1F /* Test Control Register */ |
| 69 | #define CLMPG 0x20 /* Clamping Gain */ |
| 70 | #define IAGC 0x21 /* Individual AGC Gain */ |
| 71 | #define AGCGAIN 0x22 /* AGC Gain */ |
| 72 | #define PEAKWT 0x23 /* White Peak Threshold */ |
| 73 | #define CLMPL 0x24 /* Clamp level */ |
| 74 | #define SYNCT 0x25 /* Sync Amplitude */ |
| 75 | #define MISSCNT 0x26 /* Sync Miss Count Register */ |
| 76 | #define PCLAMP 0x27 /* Clamp Position Register */ |
| 77 | #define VCNTL1 0x28 /* Vertical Control I */ |
| 78 | #define VCNTL2 0x29 /* Vertical Control II */ |
| 79 | #define CKILL 0x2A /* Color Killer Level Control */ |
| 80 | #define COMB 0x2B /* Comb Filter Control */ |
| 81 | #define LDLY 0x2C /* Luma Delay and H Filter Control */ |
| 82 | #define MISC1 0x2D /* Miscellaneous Control I */ |
| 83 | #define LOOP 0x2E /* LOOP Control Register */ |
| 84 | #define MISC2 0x2F /* Miscellaneous Control II */ |
| 85 | #define MVSN 0x30 /* Macrovision Detection */ |
| 86 | #define STATUS2 0x31 /* Chip STATUS II */ |
| 87 | #define HFREF 0x32 /* H monitor */ |
| 88 | #define CLMD 0x33 /* CLAMP MODE */ |
| 89 | #define IDCNTL 0x34 /* ID Detection Control */ |
| 90 | #define CLCNTL1 0x35 /* Clamp Control I */ |
| 91 | #define ANAPLLCTL 0x4C |
| 92 | #define VBIMIN 0x4D |
| 93 | #define HSLOWCTL 0x4E |
| 94 | #define WSS3 0x4F |
| 95 | #define FILLDATA 0x50 |
| 96 | #define SDID 0x51 |
| 97 | #define DID 0x52 |
| 98 | #define WSS1 0x53 |
| 99 | #define WSS2 0x54 |
| 100 | #define VVBI 0x55 |
| 101 | #define LCTL6 0x56 |
| 102 | #define LCTL7 0x57 |
| 103 | #define LCTL8 0x58 |
| 104 | #define LCTL9 0x59 |
| 105 | #define LCTL10 0x5A |
| 106 | #define LCTL11 0x5B |
| 107 | #define LCTL12 0x5C |
| 108 | #define LCTL13 0x5D |
| 109 | #define LCTL14 0x5E |
| 110 | #define LCTL15 0x5F |
| 111 | #define LCTL16 0x60 |
| 112 | #define LCTL17 0x61 |
| 113 | #define LCTL18 0x62 |
| 114 | #define LCTL19 0x63 |
| 115 | #define LCTL20 0x64 |
| 116 | #define LCTL21 0x65 |
| 117 | #define LCTL22 0x66 |
| 118 | #define LCTL23 0x67 |
| 119 | #define LCTL24 0x68 |
| 120 | #define LCTL25 0x69 |
| 121 | #define LCTL26 0x6A |
Kuninori Morimoto | faa5826 | 2009-12-11 11:34:51 -0300 | [diff] [blame] | 122 | #define HSBEGIN 0x6B |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 123 | #define HSEND 0x6C |
| 124 | #define OVSDLY 0x6D |
| 125 | #define OVSEND 0x6E |
| 126 | #define VBIDELAY 0x6F |
| 127 | |
| 128 | /* |
| 129 | * register detail |
| 130 | */ |
| 131 | |
| 132 | /* INFORM */ |
| 133 | #define FC27_ON 0x40 /* 1 : Input crystal clock frequency is 27MHz */ |
| 134 | #define FC27_FF 0x00 /* 0 : Square pixel mode. */ |
| 135 | /* Must use 24.54MHz for 60Hz field rate */ |
| 136 | /* source or 29.5MHz for 50Hz field rate */ |
| 137 | #define IFSEL_S 0x10 /* 01 : S-video decoding */ |
| 138 | #define IFSEL_C 0x00 /* 00 : Composite video decoding */ |
| 139 | /* Y input video selection */ |
| 140 | #define YSEL_M0 0x00 /* 00 : Mux0 selected */ |
| 141 | #define YSEL_M1 0x04 /* 01 : Mux1 selected */ |
| 142 | #define YSEL_M2 0x08 /* 10 : Mux2 selected */ |
| 143 | #define YSEL_M3 0x10 /* 11 : Mux3 selected */ |
| 144 | |
| 145 | /* OPFORM */ |
| 146 | #define MODE 0x80 /* 0 : CCIR601 compatible YCrCb 4:2:2 format */ |
| 147 | /* 1 : ITU-R-656 compatible data sequence format */ |
| 148 | #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ |
| 149 | /* 1 : 16-bit YCrCb 4:2:2 output format.*/ |
| 150 | #define LLCMODE 0x20 /* 1 : LLC output mode. */ |
| 151 | /* 0 : free-run output mode */ |
| 152 | #define AINC 0x10 /* Serial interface auto-indexing control */ |
| 153 | /* 0 : auto-increment */ |
| 154 | /* 1 : non-auto */ |
| 155 | #define VSCTL 0x08 /* 1 : Vertical out ctrl by DVALID */ |
| 156 | /* 0 : Vertical out ctrl by HACTIVE and DVALID */ |
Kuninori Morimoto | 06f292e | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 157 | #define OEN_TRI_SEL_MASK 0x07 |
| 158 | #define OEN_TRI_SEL_ALL_ON 0x00 /* Enable output for Rev0/Rev1 */ |
| 159 | #define OEN_TRI_SEL_ALL_OFF_r0 0x06 /* All tri-stated for Rev0 */ |
| 160 | #define OEN_TRI_SEL_ALL_OFF_r1 0x07 /* All tri-stated for Rev1 */ |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 161 | |
| 162 | /* OUTCTR1 */ |
| 163 | #define VSP_LO 0x00 /* 0 : VS pin output polarity is active low */ |
| 164 | #define VSP_HI 0x80 /* 1 : VS pin output polarity is active high. */ |
| 165 | /* VS pin output control */ |
| 166 | #define VSSL_VSYNC 0x00 /* 0 : VSYNC */ |
| 167 | #define VSSL_VACT 0x10 /* 1 : VACT */ |
| 168 | #define VSSL_FIELD 0x20 /* 2 : FIELD */ |
| 169 | #define VSSL_VVALID 0x30 /* 3 : VVALID */ |
| 170 | #define VSSL_ZERO 0x70 /* 7 : 0 */ |
| 171 | #define HSP_LOW 0x00 /* 0 : HS pin output polarity is active low */ |
| 172 | #define HSP_HI 0x08 /* 1 : HS pin output polarity is active high.*/ |
| 173 | /* HS pin output control */ |
| 174 | #define HSSL_HACT 0x00 /* 0 : HACT */ |
| 175 | #define HSSL_HSYNC 0x01 /* 1 : HSYNC */ |
| 176 | #define HSSL_DVALID 0x02 /* 2 : DVALID */ |
| 177 | #define HSSL_HLOCK 0x03 /* 3 : HLOCK */ |
| 178 | #define HSSL_ASYNCW 0x04 /* 4 : ASYNCW */ |
| 179 | #define HSSL_ZERO 0x07 /* 7 : 0 */ |
| 180 | |
| 181 | /* ACNTL1 */ |
| 182 | #define SRESET 0x80 /* resets the device to its default state |
| 183 | * but all register content remain unchanged. |
| 184 | * This bit is self-resetting. |
| 185 | */ |
Kuninori Morimoto | 607e5ad | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 186 | #define ACNTL1_PDN_MASK 0x0e |
| 187 | #define CLK_PDN 0x08 /* system clock power down */ |
| 188 | #define Y_PDN 0x04 /* Luma ADC power down */ |
| 189 | #define C_PDN 0x02 /* Chroma ADC power down */ |
| 190 | |
| 191 | /* ACNTL2 */ |
| 192 | #define ACNTL2_PDN_MASK 0x40 |
| 193 | #define PLL_PDN 0x40 /* PLL power down */ |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 194 | |
| 195 | /* VBICNTL */ |
Guennadi Liakhovetski | 5d28d52 | 2009-12-11 11:15:05 -0300 | [diff] [blame] | 196 | |
| 197 | /* RTSEL : control the real time signal output from the MPOUT pin */ |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 198 | #define RTSEL_MASK 0x07 |
| 199 | #define RTSEL_VLOSS 0x00 /* 0000 = Video loss */ |
| 200 | #define RTSEL_HLOCK 0x01 /* 0001 = H-lock */ |
| 201 | #define RTSEL_SLOCK 0x02 /* 0010 = S-lock */ |
| 202 | #define RTSEL_VLOCK 0x03 /* 0011 = V-lock */ |
| 203 | #define RTSEL_MONO 0x04 /* 0100 = MONO */ |
| 204 | #define RTSEL_DET50 0x05 /* 0101 = DET50 */ |
| 205 | #define RTSEL_FIELD 0x06 /* 0110 = FIELD */ |
| 206 | #define RTSEL_RTCO 0x07 /* 0111 = RTCO ( Real Time Control ) */ |
| 207 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 208 | /* HSYNC start and end are constant for now */ |
| 209 | #define HSYNC_START 0x0260 |
| 210 | #define HSYNC_END 0x0300 |
| 211 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 212 | /* |
| 213 | * structure |
| 214 | */ |
| 215 | |
| 216 | struct regval_list { |
| 217 | unsigned char reg_num; |
| 218 | unsigned char value; |
| 219 | }; |
| 220 | |
| 221 | struct tw9910_scale_ctrl { |
| 222 | char *name; |
| 223 | unsigned short width; |
| 224 | unsigned short height; |
| 225 | u16 hscale; |
| 226 | u16 vscale; |
| 227 | }; |
| 228 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 229 | struct tw9910_priv { |
Guennadi Liakhovetski | 906b101 | 2010-02-04 11:24:00 +0100 | [diff] [blame] | 230 | struct v4l2_subdev subdev; |
| 231 | struct tw9910_video_info *info; |
| 232 | const struct tw9910_scale_ctrl *scale; |
| 233 | u32 revision; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 234 | }; |
| 235 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 236 | static const struct tw9910_scale_ctrl tw9910_ntsc_scales[] = { |
| 237 | { |
| 238 | .name = "NTSC SQ", |
| 239 | .width = 640, |
| 240 | .height = 480, |
| 241 | .hscale = 0x0100, |
| 242 | .vscale = 0x0100, |
| 243 | }, |
| 244 | { |
| 245 | .name = "NTSC CCIR601", |
| 246 | .width = 720, |
| 247 | .height = 480, |
| 248 | .hscale = 0x0100, |
| 249 | .vscale = 0x0100, |
| 250 | }, |
| 251 | { |
| 252 | .name = "NTSC SQ (CIF)", |
| 253 | .width = 320, |
| 254 | .height = 240, |
| 255 | .hscale = 0x0200, |
| 256 | .vscale = 0x0200, |
| 257 | }, |
| 258 | { |
| 259 | .name = "NTSC CCIR601 (CIF)", |
| 260 | .width = 360, |
| 261 | .height = 240, |
| 262 | .hscale = 0x0200, |
| 263 | .vscale = 0x0200, |
| 264 | }, |
| 265 | { |
| 266 | .name = "NTSC SQ (QCIF)", |
| 267 | .width = 160, |
| 268 | .height = 120, |
| 269 | .hscale = 0x0400, |
| 270 | .vscale = 0x0400, |
| 271 | }, |
| 272 | { |
| 273 | .name = "NTSC CCIR601 (QCIF)", |
| 274 | .width = 180, |
| 275 | .height = 120, |
| 276 | .hscale = 0x0400, |
| 277 | .vscale = 0x0400, |
| 278 | }, |
| 279 | }; |
| 280 | |
| 281 | static const struct tw9910_scale_ctrl tw9910_pal_scales[] = { |
| 282 | { |
| 283 | .name = "PAL SQ", |
| 284 | .width = 768, |
| 285 | .height = 576, |
| 286 | .hscale = 0x0100, |
| 287 | .vscale = 0x0100, |
| 288 | }, |
| 289 | { |
| 290 | .name = "PAL CCIR601", |
| 291 | .width = 720, |
| 292 | .height = 576, |
| 293 | .hscale = 0x0100, |
| 294 | .vscale = 0x0100, |
| 295 | }, |
| 296 | { |
| 297 | .name = "PAL SQ (CIF)", |
| 298 | .width = 384, |
| 299 | .height = 288, |
| 300 | .hscale = 0x0200, |
| 301 | .vscale = 0x0200, |
| 302 | }, |
| 303 | { |
| 304 | .name = "PAL CCIR601 (CIF)", |
| 305 | .width = 360, |
| 306 | .height = 288, |
| 307 | .hscale = 0x0200, |
| 308 | .vscale = 0x0200, |
| 309 | }, |
| 310 | { |
| 311 | .name = "PAL SQ (QCIF)", |
| 312 | .width = 192, |
| 313 | .height = 144, |
| 314 | .hscale = 0x0400, |
| 315 | .vscale = 0x0400, |
| 316 | }, |
| 317 | { |
| 318 | .name = "PAL CCIR601 (QCIF)", |
| 319 | .width = 180, |
| 320 | .height = 144, |
| 321 | .hscale = 0x0400, |
| 322 | .vscale = 0x0400, |
| 323 | }, |
| 324 | }; |
| 325 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 326 | /* |
| 327 | * general function |
| 328 | */ |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 329 | static struct tw9910_priv *to_tw9910(const struct i2c_client *client) |
| 330 | { |
Guennadi Liakhovetski | 96c7539 | 2009-08-25 11:53:23 -0300 | [diff] [blame] | 331 | return container_of(i2c_get_clientdata(client), struct tw9910_priv, |
| 332 | subdev); |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 333 | } |
| 334 | |
Kuninori Morimoto | 2079708 | 2009-12-11 11:34:51 -0300 | [diff] [blame] | 335 | static int tw9910_mask_set(struct i2c_client *client, u8 command, |
| 336 | u8 mask, u8 set) |
| 337 | { |
| 338 | s32 val = i2c_smbus_read_byte_data(client, command); |
| 339 | if (val < 0) |
| 340 | return val; |
| 341 | |
| 342 | val &= ~mask; |
| 343 | val |= set & mask; |
| 344 | |
| 345 | return i2c_smbus_write_byte_data(client, command, val); |
| 346 | } |
| 347 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 348 | static int tw9910_set_scale(struct i2c_client *client, |
| 349 | const struct tw9910_scale_ctrl *scale) |
| 350 | { |
| 351 | int ret; |
| 352 | |
| 353 | ret = i2c_smbus_write_byte_data(client, SCALE_HI, |
| 354 | (scale->vscale & 0x0F00) >> 4 | |
| 355 | (scale->hscale & 0x0F00) >> 8); |
| 356 | if (ret < 0) |
| 357 | return ret; |
| 358 | |
| 359 | ret = i2c_smbus_write_byte_data(client, HSCALE_LO, |
| 360 | scale->hscale & 0x00FF); |
| 361 | if (ret < 0) |
| 362 | return ret; |
| 363 | |
| 364 | ret = i2c_smbus_write_byte_data(client, VSCALE_LO, |
| 365 | scale->vscale & 0x00FF); |
| 366 | |
| 367 | return ret; |
| 368 | } |
| 369 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 370 | static int tw9910_set_hsync(struct i2c_client *client) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 371 | { |
Kuninori Morimoto | faa5826 | 2009-12-11 11:34:51 -0300 | [diff] [blame] | 372 | struct tw9910_priv *priv = to_tw9910(client); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 373 | int ret; |
| 374 | |
| 375 | /* bit 10 - 3 */ |
Kuninori Morimoto | faa5826 | 2009-12-11 11:34:51 -0300 | [diff] [blame] | 376 | ret = i2c_smbus_write_byte_data(client, HSBEGIN, |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 377 | (HSYNC_START & 0x07F8) >> 3); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 378 | if (ret < 0) |
| 379 | return ret; |
| 380 | |
| 381 | /* bit 10 - 3 */ |
| 382 | ret = i2c_smbus_write_byte_data(client, HSEND, |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 383 | (HSYNC_END & 0x07F8) >> 3); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 384 | if (ret < 0) |
| 385 | return ret; |
| 386 | |
Kuninori Morimoto | faa5826 | 2009-12-11 11:34:51 -0300 | [diff] [blame] | 387 | /* So far only revisions 0 and 1 have been seen */ |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 388 | /* bit 2 - 0 */ |
Kuninori Morimoto | faa5826 | 2009-12-11 11:34:51 -0300 | [diff] [blame] | 389 | if (1 == priv->revision) |
| 390 | ret = tw9910_mask_set(client, HSLOWCTL, 0x77, |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 391 | (HSYNC_START & 0x0007) << 4 | |
| 392 | (HSYNC_END & 0x0007)); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 393 | |
| 394 | return ret; |
| 395 | } |
| 396 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 397 | static void tw9910_reset(struct i2c_client *client) |
| 398 | { |
Kuninori Morimoto | 607e5ad | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 399 | tw9910_mask_set(client, ACNTL1, SRESET, SRESET); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 400 | msleep(1); |
| 401 | } |
| 402 | |
Kuninori Morimoto | 607e5ad | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 403 | static int tw9910_power(struct i2c_client *client, int enable) |
| 404 | { |
| 405 | int ret; |
| 406 | u8 acntl1; |
| 407 | u8 acntl2; |
| 408 | |
| 409 | if (enable) { |
| 410 | acntl1 = 0; |
| 411 | acntl2 = 0; |
| 412 | } else { |
| 413 | acntl1 = CLK_PDN | Y_PDN | C_PDN; |
| 414 | acntl2 = PLL_PDN; |
| 415 | } |
| 416 | |
| 417 | ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1); |
| 418 | if (ret < 0) |
| 419 | return ret; |
| 420 | |
| 421 | return tw9910_mask_set(client, ACNTL2, ACNTL2_PDN_MASK, acntl2); |
| 422 | } |
| 423 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 424 | static const struct tw9910_scale_ctrl *tw9910_select_norm(struct soc_camera_device *icd, |
| 425 | u32 width, u32 height) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 426 | { |
| 427 | const struct tw9910_scale_ctrl *scale; |
| 428 | const struct tw9910_scale_ctrl *ret = NULL; |
| 429 | v4l2_std_id norm = icd->vdev->current_norm; |
| 430 | __u32 diff = 0xffffffff, tmp; |
| 431 | int size, i; |
| 432 | |
| 433 | if (norm & V4L2_STD_NTSC) { |
| 434 | scale = tw9910_ntsc_scales; |
| 435 | size = ARRAY_SIZE(tw9910_ntsc_scales); |
| 436 | } else if (norm & V4L2_STD_PAL) { |
| 437 | scale = tw9910_pal_scales; |
| 438 | size = ARRAY_SIZE(tw9910_pal_scales); |
| 439 | } else { |
| 440 | return NULL; |
| 441 | } |
| 442 | |
| 443 | for (i = 0; i < size; i++) { |
| 444 | tmp = abs(width - scale[i].width) + |
| 445 | abs(height - scale[i].height); |
| 446 | if (tmp < diff) { |
| 447 | diff = tmp; |
| 448 | ret = scale + i; |
| 449 | } |
| 450 | } |
| 451 | |
| 452 | return ret; |
| 453 | } |
| 454 | |
| 455 | /* |
| 456 | * soc_camera_ops function |
| 457 | */ |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 458 | static int tw9910_s_stream(struct v4l2_subdev *sd, int enable) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 459 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 460 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 461 | struct tw9910_priv *priv = to_tw9910(client); |
Kuninori Morimoto | 06f292e | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 462 | u8 val; |
Kuninori Morimoto | 607e5ad | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 463 | int ret; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 464 | |
Kuninori Morimoto | 06f292e | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 465 | if (!enable) { |
| 466 | switch (priv->revision) { |
| 467 | case 0: |
| 468 | val = OEN_TRI_SEL_ALL_OFF_r0; |
| 469 | break; |
| 470 | case 1: |
| 471 | val = OEN_TRI_SEL_ALL_OFF_r1; |
| 472 | break; |
| 473 | default: |
| 474 | dev_err(&client->dev, "un-supported revision\n"); |
| 475 | return -EINVAL; |
| 476 | } |
| 477 | } else { |
| 478 | val = OEN_TRI_SEL_ALL_ON; |
| 479 | |
| 480 | if (!priv->scale) { |
| 481 | dev_err(&client->dev, "norm select error\n"); |
| 482 | return -EPERM; |
| 483 | } |
| 484 | |
| 485 | dev_dbg(&client->dev, "%s %dx%d\n", |
| 486 | priv->scale->name, |
| 487 | priv->scale->width, |
| 488 | priv->scale->height); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 489 | } |
| 490 | |
Kuninori Morimoto | 607e5ad | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 491 | ret = tw9910_mask_set(client, OPFORM, OEN_TRI_SEL_MASK, val); |
| 492 | if (ret < 0) |
| 493 | return ret; |
| 494 | |
| 495 | return tw9910_power(client, enable); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 496 | } |
| 497 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 498 | static int tw9910_set_bus_param(struct soc_camera_device *icd, |
| 499 | unsigned long flags) |
| 500 | { |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 501 | struct soc_camera_link *icl = to_soc_camera_link(icd); |
Kuninori Morimoto | 398994c | 2009-12-11 11:53:54 -0300 | [diff] [blame] | 502 | struct v4l2_subdev *sd = soc_camera_to_subdev(icd); |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 503 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Kuninori Morimoto | 70da92e | 2009-12-11 11:53:55 -0300 | [diff] [blame] | 504 | u8 val = VSSL_VVALID | HSSL_DVALID; |
Kuninori Morimoto | 398994c | 2009-12-11 11:53:54 -0300 | [diff] [blame] | 505 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 506 | flags = soc_camera_apply_sensor_flags(icl, flags); |
| 507 | |
Kuninori Morimoto | 398994c | 2009-12-11 11:53:54 -0300 | [diff] [blame] | 508 | /* |
| 509 | * set OUTCTR1 |
Kuninori Morimoto | 70da92e | 2009-12-11 11:53:55 -0300 | [diff] [blame] | 510 | * |
| 511 | * We use VVALID and DVALID signals to control VSYNC and HSYNC |
| 512 | * outputs, in this mode their polarity is inverted. |
Kuninori Morimoto | 398994c | 2009-12-11 11:53:54 -0300 | [diff] [blame] | 513 | */ |
Kuninori Morimoto | 70da92e | 2009-12-11 11:53:55 -0300 | [diff] [blame] | 514 | if (flags & SOCAM_HSYNC_ACTIVE_LOW) |
| 515 | val |= HSP_HI; |
| 516 | |
| 517 | if (flags & SOCAM_VSYNC_ACTIVE_LOW) |
| 518 | val |= VSP_HI; |
| 519 | |
| 520 | return i2c_smbus_write_byte_data(client, OUTCTR1, val); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 521 | } |
| 522 | |
| 523 | static unsigned long tw9910_query_bus_param(struct soc_camera_device *icd) |
| 524 | { |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 525 | struct i2c_client *client = to_i2c_client(to_soc_camera_control(icd)); |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 526 | struct tw9910_priv *priv = to_tw9910(client); |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 527 | struct soc_camera_link *icl = to_soc_camera_link(icd); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 528 | unsigned long flags = SOCAM_PCLK_SAMPLE_RISING | SOCAM_MASTER | |
| 529 | SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_HSYNC_ACTIVE_HIGH | |
Kuninori Morimoto | 70da92e | 2009-12-11 11:53:55 -0300 | [diff] [blame] | 530 | SOCAM_VSYNC_ACTIVE_LOW | SOCAM_HSYNC_ACTIVE_LOW | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 531 | SOCAM_DATA_ACTIVE_HIGH | priv->info->buswidth; |
| 532 | |
| 533 | return soc_camera_apply_sensor_flags(icl, flags); |
| 534 | } |
| 535 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 536 | static int tw9910_s_std(struct v4l2_subdev *sd, v4l2_std_id norm) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 537 | { |
| 538 | int ret = -EINVAL; |
| 539 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 540 | if (norm & (V4L2_STD_NTSC | V4L2_STD_PAL)) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 541 | ret = 0; |
| 542 | |
| 543 | return ret; |
| 544 | } |
| 545 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 546 | static int tw9910_g_chip_ident(struct v4l2_subdev *sd, |
| 547 | struct v4l2_dbg_chip_ident *id) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 548 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 549 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Kuninori Morimoto | 6d74e5f | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 550 | struct tw9910_priv *priv = to_tw9910(client); |
| 551 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 552 | id->ident = V4L2_IDENT_TW9910; |
Kuninori Morimoto | 6d74e5f | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 553 | id->revision = priv->revision; |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 554 | |
| 555 | return 0; |
| 556 | } |
| 557 | |
| 558 | #ifdef CONFIG_VIDEO_ADV_DEBUG |
| 559 | static int tw9910_g_register(struct v4l2_subdev *sd, |
| 560 | struct v4l2_dbg_register *reg) |
| 561 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 562 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 563 | int ret; |
| 564 | |
| 565 | if (reg->reg > 0xff) |
| 566 | return -EINVAL; |
| 567 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 568 | ret = i2c_smbus_read_byte_data(client, reg->reg); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 569 | if (ret < 0) |
| 570 | return ret; |
| 571 | |
Guennadi Liakhovetski | 5d28d52 | 2009-12-11 11:15:05 -0300 | [diff] [blame] | 572 | /* |
| 573 | * ret = int |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 574 | * reg->val = __u64 |
| 575 | */ |
| 576 | reg->val = (__u64)ret; |
| 577 | |
| 578 | return 0; |
| 579 | } |
| 580 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 581 | static int tw9910_s_register(struct v4l2_subdev *sd, |
| 582 | struct v4l2_dbg_register *reg) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 583 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 584 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 585 | |
| 586 | if (reg->reg > 0xff || |
| 587 | reg->val > 0xff) |
| 588 | return -EINVAL; |
| 589 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 590 | return i2c_smbus_write_byte_data(client, reg->reg, reg->val); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 591 | } |
| 592 | #endif |
| 593 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 594 | static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 595 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 596 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 597 | struct tw9910_priv *priv = to_tw9910(client); |
Guennadi Liakhovetski | 08590b9 | 2009-08-25 11:46:54 -0300 | [diff] [blame] | 598 | struct soc_camera_device *icd = client->dev.platform_data; |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 599 | int ret = -EINVAL; |
| 600 | u8 val; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 601 | |
| 602 | /* |
| 603 | * select suitable norm |
| 604 | */ |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 605 | priv->scale = tw9910_select_norm(icd, *width, *height); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 606 | if (!priv->scale) |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 607 | goto tw9910_set_fmt_error; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 608 | |
| 609 | /* |
| 610 | * reset hardware |
| 611 | */ |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 612 | tw9910_reset(client); |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 613 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 614 | /* |
| 615 | * set bus width |
| 616 | */ |
| 617 | val = 0x00; |
| 618 | if (SOCAM_DATAWIDTH_16 == priv->info->buswidth) |
| 619 | val = LEN; |
| 620 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 621 | ret = tw9910_mask_set(client, OPFORM, LEN, val); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 622 | if (ret < 0) |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 623 | goto tw9910_set_fmt_error; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 624 | |
| 625 | /* |
| 626 | * select MPOUT behavior |
| 627 | */ |
| 628 | switch (priv->info->mpout) { |
| 629 | case TW9910_MPO_VLOSS: |
| 630 | val = RTSEL_VLOSS; break; |
| 631 | case TW9910_MPO_HLOCK: |
| 632 | val = RTSEL_HLOCK; break; |
| 633 | case TW9910_MPO_SLOCK: |
| 634 | val = RTSEL_SLOCK; break; |
| 635 | case TW9910_MPO_VLOCK: |
| 636 | val = RTSEL_VLOCK; break; |
| 637 | case TW9910_MPO_MONO: |
| 638 | val = RTSEL_MONO; break; |
| 639 | case TW9910_MPO_DET50: |
| 640 | val = RTSEL_DET50; break; |
| 641 | case TW9910_MPO_FIELD: |
| 642 | val = RTSEL_FIELD; break; |
| 643 | case TW9910_MPO_RTCO: |
| 644 | val = RTSEL_RTCO; break; |
| 645 | default: |
| 646 | val = 0; |
| 647 | } |
| 648 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 649 | ret = tw9910_mask_set(client, VBICNTL, RTSEL_MASK, val); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 650 | if (ret < 0) |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 651 | goto tw9910_set_fmt_error; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 652 | |
| 653 | /* |
| 654 | * set scale |
| 655 | */ |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 656 | ret = tw9910_set_scale(client, priv->scale); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 657 | if (ret < 0) |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 658 | goto tw9910_set_fmt_error; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 659 | |
| 660 | /* |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 661 | * set hsync |
| 662 | */ |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 663 | ret = tw9910_set_hsync(client); |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 664 | if (ret < 0) |
| 665 | goto tw9910_set_fmt_error; |
| 666 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 667 | *width = priv->scale->width; |
| 668 | *height = priv->scale->height; |
Guennadi Liakhovetski | 123ab62 | 2009-08-25 11:46:52 -0300 | [diff] [blame] | 669 | |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 670 | return ret; |
| 671 | |
| 672 | tw9910_set_fmt_error: |
| 673 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 674 | tw9910_reset(client); |
Kuninori Morimoto | 6d75611 | 2008-12-29 06:04:16 -0300 | [diff] [blame] | 675 | priv->scale = NULL; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 676 | |
| 677 | return ret; |
| 678 | } |
| 679 | |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 680 | static int tw9910_g_crop(struct v4l2_subdev *sd, struct v4l2_crop *a) |
| 681 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 682 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 683 | struct soc_camera_device *icd = client->dev.platform_data; |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 684 | |
| 685 | a->c.left = 0; |
| 686 | a->c.top = 0; |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 687 | if (icd->vdev->current_norm & V4L2_STD_NTSC) { |
| 688 | a->c.width = 640; |
| 689 | a->c.height = 480; |
| 690 | } else { |
| 691 | a->c.width = 768; |
| 692 | a->c.height = 576; |
| 693 | } |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 694 | a->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; |
| 695 | |
| 696 | return 0; |
| 697 | } |
| 698 | |
| 699 | static int tw9910_cropcap(struct v4l2_subdev *sd, struct v4l2_cropcap *a) |
| 700 | { |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 701 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 702 | struct soc_camera_device *icd = client->dev.platform_data; |
| 703 | |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 704 | a->bounds.left = 0; |
| 705 | a->bounds.top = 0; |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 706 | if (icd->vdev->current_norm & V4L2_STD_NTSC) { |
| 707 | a->bounds.width = 640; |
| 708 | a->bounds.height = 480; |
| 709 | } else { |
| 710 | a->bounds.width = 768; |
| 711 | a->bounds.height = 576; |
| 712 | } |
| 713 | a->defrect = a->bounds; |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 714 | a->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; |
| 715 | a->pixelaspect.numerator = 1; |
| 716 | a->pixelaspect.denominator = 1; |
| 717 | |
| 718 | return 0; |
| 719 | } |
| 720 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 721 | static int tw9910_g_fmt(struct v4l2_subdev *sd, |
| 722 | struct v4l2_mbus_framefmt *mf) |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 723 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 724 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 725 | struct tw9910_priv *priv = to_tw9910(client); |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 726 | |
| 727 | if (!priv->scale) { |
| 728 | int ret; |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 729 | u32 width = 640, height = 480; |
| 730 | ret = tw9910_set_frame(sd, &width, &height); |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 731 | if (ret < 0) |
| 732 | return ret; |
| 733 | } |
| 734 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 735 | mf->width = priv->scale->width; |
| 736 | mf->height = priv->scale->height; |
Guennadi Liakhovetski | ace6e97 | 2010-07-22 16:52:51 -0300 | [diff] [blame] | 737 | mf->code = V4L2_MBUS_FMT_UYVY8_2X8; |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 738 | mf->colorspace = V4L2_COLORSPACE_JPEG; |
Kuninori Morimoto | 34cae30 | 2009-12-11 11:53:53 -0300 | [diff] [blame] | 739 | mf->field = V4L2_FIELD_INTERLACED_BT; |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 740 | |
| 741 | return 0; |
| 742 | } |
| 743 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 744 | static int tw9910_s_fmt(struct v4l2_subdev *sd, |
| 745 | struct v4l2_mbus_framefmt *mf) |
Guennadi Liakhovetski | 09e231b | 2009-03-13 06:08:20 -0300 | [diff] [blame] | 746 | { |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 747 | u32 width = mf->width, height = mf->height; |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 748 | int ret; |
| 749 | |
| 750 | WARN_ON(mf->field != V4L2_FIELD_ANY && |
Kuninori Morimoto | 34cae30 | 2009-12-11 11:53:53 -0300 | [diff] [blame] | 751 | mf->field != V4L2_FIELD_INTERLACED_BT); |
Guennadi Liakhovetski | 09e231b | 2009-03-13 06:08:20 -0300 | [diff] [blame] | 752 | |
| 753 | /* |
| 754 | * check color format |
| 755 | */ |
Guennadi Liakhovetski | ace6e97 | 2010-07-22 16:52:51 -0300 | [diff] [blame] | 756 | if (mf->code != V4L2_MBUS_FMT_UYVY8_2X8) |
Guennadi Liakhovetski | 09e231b | 2009-03-13 06:08:20 -0300 | [diff] [blame] | 757 | return -EINVAL; |
| 758 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 759 | mf->colorspace = V4L2_COLORSPACE_JPEG; |
| 760 | |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 761 | ret = tw9910_set_frame(sd, &width, &height); |
Guennadi Liakhovetski | 123ab62 | 2009-08-25 11:46:52 -0300 | [diff] [blame] | 762 | if (!ret) { |
Guennadi Liakhovetski | 2ad90b7 | 2011-07-28 09:49:37 -0300 | [diff] [blame] | 763 | mf->width = width; |
| 764 | mf->height = height; |
Guennadi Liakhovetski | 123ab62 | 2009-08-25 11:46:52 -0300 | [diff] [blame] | 765 | } |
| 766 | return ret; |
Guennadi Liakhovetski | 09e231b | 2009-03-13 06:08:20 -0300 | [diff] [blame] | 767 | } |
| 768 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 769 | static int tw9910_try_fmt(struct v4l2_subdev *sd, |
| 770 | struct v4l2_mbus_framefmt *mf) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 771 | { |
Laurent Pinchart | c4ce6d1 | 2010-07-30 17:24:54 -0300 | [diff] [blame] | 772 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 773 | struct soc_camera_device *icd = client->dev.platform_data; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 774 | const struct tw9910_scale_ctrl *scale; |
| 775 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 776 | if (V4L2_FIELD_ANY == mf->field) { |
Kuninori Morimoto | 34cae30 | 2009-12-11 11:53:53 -0300 | [diff] [blame] | 777 | mf->field = V4L2_FIELD_INTERLACED_BT; |
| 778 | } else if (V4L2_FIELD_INTERLACED_BT != mf->field) { |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 779 | dev_err(&client->dev, "Field type %d invalid.\n", mf->field); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 780 | return -EINVAL; |
| 781 | } |
| 782 | |
Guennadi Liakhovetski | ace6e97 | 2010-07-22 16:52:51 -0300 | [diff] [blame] | 783 | mf->code = V4L2_MBUS_FMT_UYVY8_2X8; |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 784 | mf->colorspace = V4L2_COLORSPACE_JPEG; |
| 785 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 786 | /* |
| 787 | * select suitable norm |
| 788 | */ |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 789 | scale = tw9910_select_norm(icd, mf->width, mf->height); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 790 | if (!scale) |
| 791 | return -EINVAL; |
| 792 | |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 793 | mf->width = scale->width; |
| 794 | mf->height = scale->height; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 795 | |
| 796 | return 0; |
| 797 | } |
| 798 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 799 | static int tw9910_video_probe(struct soc_camera_device *icd, |
| 800 | struct i2c_client *client) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 801 | { |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 802 | struct tw9910_priv *priv = to_tw9910(client); |
Kuninori Morimoto | 88a67c5 | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 803 | s32 id; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 804 | |
Guennadi Liakhovetski | 7dfff95 | 2011-07-15 20:03:38 -0300 | [diff] [blame] | 805 | /* We must have a parent by now. And it cannot be a wrong one. */ |
| 806 | BUG_ON(!icd->parent || |
| 807 | to_soc_camera_host(icd->parent)->nr != icd->iface); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 808 | |
| 809 | /* |
| 810 | * tw9910 only use 8 or 16 bit bus width |
| 811 | */ |
| 812 | if (SOCAM_DATAWIDTH_16 != priv->info->buswidth && |
| 813 | SOCAM_DATAWIDTH_8 != priv->info->buswidth) { |
Guennadi Liakhovetski | 85f8be6 | 2009-08-25 11:47:00 -0300 | [diff] [blame] | 814 | dev_err(&client->dev, "bus width error\n"); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 815 | return -ENODEV; |
| 816 | } |
| 817 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 818 | /* |
| 819 | * check and show Product ID |
Kuninori Morimoto | 4a4bc5e | 2009-12-11 11:06:00 -0300 | [diff] [blame] | 820 | * So far only revisions 0 and 1 have been seen |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 821 | */ |
Kuninori Morimoto | 88a67c5 | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 822 | id = i2c_smbus_read_byte_data(client, ID); |
| 823 | priv->revision = GET_REV(id); |
| 824 | id = GET_ID(id); |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 825 | |
Kuninori Morimoto | 88a67c5 | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 826 | if (0x0B != id || |
Kuninori Morimoto | 6d74e5f | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 827 | 0x01 < priv->revision) { |
Guennadi Liakhovetski | 85f8be6 | 2009-08-25 11:47:00 -0300 | [diff] [blame] | 828 | dev_err(&client->dev, |
Kuninori Morimoto | 6d74e5f | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 829 | "Product ID error %x:%x\n", |
Kuninori Morimoto | 88a67c5 | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 830 | id, priv->revision); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 831 | return -ENODEV; |
| 832 | } |
| 833 | |
Guennadi Liakhovetski | 85f8be6 | 2009-08-25 11:47:00 -0300 | [diff] [blame] | 834 | dev_info(&client->dev, |
Kuninori Morimoto | 88a67c5 | 2009-12-11 11:34:50 -0300 | [diff] [blame] | 835 | "tw9910 Product ID %0x:%0x\n", id, priv->revision); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 836 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 837 | icd->vdev->tvnorms = V4L2_STD_NTSC | V4L2_STD_PAL; |
| 838 | icd->vdev->current_norm = V4L2_STD_NTSC; |
| 839 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 840 | return 0; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 841 | } |
| 842 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 843 | static struct soc_camera_ops tw9910_ops = { |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 844 | .set_bus_param = tw9910_set_bus_param, |
| 845 | .query_bus_param = tw9910_query_bus_param, |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 846 | }; |
| 847 | |
| 848 | static struct v4l2_subdev_core_ops tw9910_subdev_core_ops = { |
| 849 | .g_chip_ident = tw9910_g_chip_ident, |
| 850 | .s_std = tw9910_s_std, |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 851 | #ifdef CONFIG_VIDEO_ADV_DEBUG |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 852 | .g_register = tw9910_g_register, |
| 853 | .s_register = tw9910_s_register, |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 854 | #endif |
| 855 | }; |
| 856 | |
Hans Verkuil | 3805f20 | 2010-05-08 17:55:00 -0300 | [diff] [blame] | 857 | static int tw9910_enum_fmt(struct v4l2_subdev *sd, unsigned int index, |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 858 | enum v4l2_mbus_pixelcode *code) |
| 859 | { |
| 860 | if (index) |
| 861 | return -EINVAL; |
| 862 | |
Guennadi Liakhovetski | ace6e97 | 2010-07-22 16:52:51 -0300 | [diff] [blame] | 863 | *code = V4L2_MBUS_FMT_UYVY8_2X8; |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 864 | return 0; |
| 865 | } |
| 866 | |
Guennadi Liakhovetski | 0d3263f | 2011-07-26 13:29:27 -0300 | [diff] [blame^] | 867 | static int tw9910_g_mbus_config(struct v4l2_subdev *sd, |
| 868 | struct v4l2_mbus_config *cfg) |
| 869 | { |
| 870 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 871 | struct soc_camera_device *icd = client->dev.platform_data; |
| 872 | struct soc_camera_link *icl = to_soc_camera_link(icd); |
| 873 | |
| 874 | cfg->flags = V4L2_MBUS_PCLK_SAMPLE_RISING | V4L2_MBUS_MASTER | |
| 875 | V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | |
| 876 | V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW | |
| 877 | V4L2_MBUS_DATA_ACTIVE_HIGH; |
| 878 | cfg->type = V4L2_MBUS_PARALLEL; |
| 879 | cfg->flags = soc_camera_apply_board_flags(icl, cfg); |
| 880 | |
| 881 | return 0; |
| 882 | } |
| 883 | |
| 884 | static int tw9910_s_mbus_config(struct v4l2_subdev *sd, |
| 885 | const struct v4l2_mbus_config *cfg) |
| 886 | { |
| 887 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 888 | struct soc_camera_device *icd = client->dev.platform_data; |
| 889 | struct soc_camera_link *icl = to_soc_camera_link(icd); |
| 890 | u8 val = VSSL_VVALID | HSSL_DVALID; |
| 891 | unsigned long flags = soc_camera_apply_board_flags(icl, cfg); |
| 892 | |
| 893 | /* |
| 894 | * set OUTCTR1 |
| 895 | * |
| 896 | * We use VVALID and DVALID signals to control VSYNC and HSYNC |
| 897 | * outputs, in this mode their polarity is inverted. |
| 898 | */ |
| 899 | if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) |
| 900 | val |= HSP_HI; |
| 901 | |
| 902 | if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) |
| 903 | val |= VSP_HI; |
| 904 | |
| 905 | return i2c_smbus_write_byte_data(client, OUTCTR1, val); |
| 906 | } |
| 907 | |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 908 | static struct v4l2_subdev_video_ops tw9910_subdev_video_ops = { |
| 909 | .s_stream = tw9910_s_stream, |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 910 | .g_mbus_fmt = tw9910_g_fmt, |
| 911 | .s_mbus_fmt = tw9910_s_fmt, |
| 912 | .try_mbus_fmt = tw9910_try_fmt, |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 913 | .cropcap = tw9910_cropcap, |
| 914 | .g_crop = tw9910_g_crop, |
Guennadi Liakhovetski | 760697b | 2009-12-11 11:46:49 -0300 | [diff] [blame] | 915 | .enum_mbus_fmt = tw9910_enum_fmt, |
Guennadi Liakhovetski | 0d3263f | 2011-07-26 13:29:27 -0300 | [diff] [blame^] | 916 | .g_mbus_config = tw9910_g_mbus_config, |
| 917 | .s_mbus_config = tw9910_s_mbus_config, |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 918 | }; |
| 919 | |
| 920 | static struct v4l2_subdev_ops tw9910_subdev_ops = { |
| 921 | .core = &tw9910_subdev_core_ops, |
| 922 | .video = &tw9910_subdev_video_ops, |
| 923 | }; |
| 924 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 925 | /* |
| 926 | * i2c_driver function |
| 927 | */ |
| 928 | |
| 929 | static int tw9910_probe(struct i2c_client *client, |
| 930 | const struct i2c_device_id *did) |
| 931 | |
| 932 | { |
| 933 | struct tw9910_priv *priv; |
| 934 | struct tw9910_video_info *info; |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 935 | struct soc_camera_device *icd = client->dev.platform_data; |
| 936 | struct i2c_adapter *adapter = |
| 937 | to_i2c_adapter(client->dev.parent); |
| 938 | struct soc_camera_link *icl; |
Guennadi Liakhovetski | 6a6c878 | 2009-08-25 11:50:46 -0300 | [diff] [blame] | 939 | int ret; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 940 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 941 | if (!icd) { |
| 942 | dev_err(&client->dev, "TW9910: missing soc-camera data!\n"); |
| 943 | return -EINVAL; |
| 944 | } |
| 945 | |
| 946 | icl = to_soc_camera_link(icd); |
Guennadi Liakhovetski | 0f44829 | 2009-12-11 11:31:35 -0300 | [diff] [blame] | 947 | if (!icl || !icl->priv) |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 948 | return -EINVAL; |
| 949 | |
Guennadi Liakhovetski | 0f44829 | 2009-12-11 11:31:35 -0300 | [diff] [blame] | 950 | info = icl->priv; |
Guennadi Liakhovetski | 0a861e9 | 2009-05-12 15:13:32 +0000 | [diff] [blame] | 951 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 952 | if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) { |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 953 | dev_err(&client->dev, |
| 954 | "I2C-Adapter doesn't support " |
| 955 | "I2C_FUNC_SMBUS_BYTE_DATA\n"); |
| 956 | return -EIO; |
| 957 | } |
| 958 | |
| 959 | priv = kzalloc(sizeof(*priv), GFP_KERNEL); |
| 960 | if (!priv) |
| 961 | return -ENOMEM; |
| 962 | |
| 963 | priv->info = info; |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 964 | |
| 965 | v4l2_i2c_subdev_init(&priv->subdev, client, &tw9910_subdev_ops); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 966 | |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 967 | icd->ops = &tw9910_ops; |
Guennadi Liakhovetski | 0f44829 | 2009-12-11 11:31:35 -0300 | [diff] [blame] | 968 | icd->iface = icl->bus_id; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 969 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 970 | ret = tw9910_video_probe(icd, client); |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 971 | if (ret) { |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 972 | icd->ops = NULL; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 973 | kfree(priv); |
| 974 | } |
| 975 | |
| 976 | return ret; |
| 977 | } |
| 978 | |
| 979 | static int tw9910_remove(struct i2c_client *client) |
| 980 | { |
Guennadi Liakhovetski | 979ea1d | 2009-08-25 11:43:33 -0300 | [diff] [blame] | 981 | struct tw9910_priv *priv = to_tw9910(client); |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 982 | struct soc_camera_device *icd = client->dev.platform_data; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 983 | |
Guennadi Liakhovetski | 40e2e09 | 2009-08-25 11:28:22 -0300 | [diff] [blame] | 984 | icd->ops = NULL; |
Kuninori Morimoto | ed922a8 | 2008-12-29 06:04:06 -0300 | [diff] [blame] | 985 | kfree(priv); |
| 986 | return 0; |
| 987 | } |
| 988 | |
| 989 | static const struct i2c_device_id tw9910_id[] = { |
| 990 | { "tw9910", 0 }, |
| 991 | { } |
| 992 | }; |
| 993 | MODULE_DEVICE_TABLE(i2c, tw9910_id); |
| 994 | |
| 995 | static struct i2c_driver tw9910_i2c_driver = { |
| 996 | .driver = { |
| 997 | .name = "tw9910", |
| 998 | }, |
| 999 | .probe = tw9910_probe, |
| 1000 | .remove = tw9910_remove, |
| 1001 | .id_table = tw9910_id, |
| 1002 | }; |
| 1003 | |
| 1004 | /* |
| 1005 | * module function |
| 1006 | */ |
| 1007 | static int __init tw9910_module_init(void) |
| 1008 | { |
| 1009 | return i2c_add_driver(&tw9910_i2c_driver); |
| 1010 | } |
| 1011 | |
| 1012 | static void __exit tw9910_module_exit(void) |
| 1013 | { |
| 1014 | i2c_del_driver(&tw9910_i2c_driver); |
| 1015 | } |
| 1016 | |
| 1017 | module_init(tw9910_module_init); |
| 1018 | module_exit(tw9910_module_exit); |
| 1019 | |
| 1020 | MODULE_DESCRIPTION("SoC Camera driver for tw9910"); |
| 1021 | MODULE_AUTHOR("Kuninori Morimoto"); |
| 1022 | MODULE_LICENSE("GPL v2"); |