]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/media/i2c/soc_camera/tw9910.c
8a2ac244d0b3f907f88e948152dd0d1e89163d5d
[karo-tx-linux.git] / drivers / media / i2c / soc_camera / tw9910.c
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/v4l2-mediabus.h>
26 #include <linux/videodev2.h>
27
28 #include <media/soc_camera.h>
29 #include <media/tw9910.h>
30 #include <media/v4l2-subdev.h>
31
32 #define GET_ID(val)  ((val & 0xF8) >> 3)
33 #define GET_REV(val) (val & 0x07)
34
35 /*
36  * register offset
37  */
38 #define ID              0x00 /* Product ID Code Register */
39 #define STATUS1         0x01 /* Chip Status Register I */
40 #define INFORM          0x02 /* Input Format */
41 #define OPFORM          0x03 /* Output Format Control Register */
42 #define DLYCTR          0x04 /* Hysteresis and HSYNC Delay Control */
43 #define OUTCTR1         0x05 /* Output Control I */
44 #define ACNTL1          0x06 /* Analog Control Register 1 */
45 #define CROP_HI         0x07 /* Cropping Register, High */
46 #define VDELAY_LO       0x08 /* Vertical Delay Register, Low */
47 #define VACTIVE_LO      0x09 /* Vertical Active Register, Low */
48 #define HDELAY_LO       0x0A /* Horizontal Delay Register, Low */
49 #define HACTIVE_LO      0x0B /* Horizontal Active Register, Low */
50 #define CNTRL1          0x0C /* Control Register I */
51 #define VSCALE_LO       0x0D /* Vertical Scaling Register, Low */
52 #define SCALE_HI        0x0E /* Scaling Register, High */
53 #define HSCALE_LO       0x0F /* Horizontal Scaling Register, Low */
54 #define BRIGHT          0x10 /* BRIGHTNESS Control Register */
55 #define CONTRAST        0x11 /* CONTRAST Control Register */
56 #define SHARPNESS       0x12 /* SHARPNESS Control Register I */
57 #define SAT_U           0x13 /* Chroma (U) Gain Register */
58 #define SAT_V           0x14 /* Chroma (V) Gain Register */
59 #define HUE             0x15 /* Hue Control Register */
60 #define CORING1         0x17
61 #define CORING2         0x18 /* Coring and IF compensation */
62 #define VBICNTL         0x19 /* VBI Control Register */
63 #define ACNTL2          0x1A /* Analog Control 2 */
64 #define OUTCTR2         0x1B /* Output Control 2 */
65 #define SDT             0x1C /* Standard Selection */
66 #define SDTR            0x1D /* Standard Recognition */
67 #define TEST            0x1F /* Test Control Register */
68 #define CLMPG           0x20 /* Clamping Gain */
69 #define IAGC            0x21 /* Individual AGC Gain */
70 #define AGCGAIN         0x22 /* AGC Gain */
71 #define PEAKWT          0x23 /* White Peak Threshold */
72 #define CLMPL           0x24 /* Clamp level */
73 #define SYNCT           0x25 /* Sync Amplitude */
74 #define MISSCNT         0x26 /* Sync Miss Count Register */
75 #define PCLAMP          0x27 /* Clamp Position Register */
76 #define VCNTL1          0x28 /* Vertical Control I */
77 #define VCNTL2          0x29 /* Vertical Control II */
78 #define CKILL           0x2A /* Color Killer Level Control */
79 #define COMB            0x2B /* Comb Filter Control */
80 #define LDLY            0x2C /* Luma Delay and H Filter Control */
81 #define MISC1           0x2D /* Miscellaneous Control I */
82 #define LOOP            0x2E /* LOOP Control Register */
83 #define MISC2           0x2F /* Miscellaneous Control II */
84 #define MVSN            0x30 /* Macrovision Detection */
85 #define STATUS2         0x31 /* Chip STATUS II */
86 #define HFREF           0x32 /* H monitor */
87 #define CLMD            0x33 /* CLAMP MODE */
88 #define IDCNTL          0x34 /* ID Detection Control */
89 #define CLCNTL1         0x35 /* Clamp Control I */
90 #define ANAPLLCTL       0x4C
91 #define VBIMIN          0x4D
92 #define HSLOWCTL        0x4E
93 #define WSS3            0x4F
94 #define FILLDATA        0x50
95 #define SDID            0x51
96 #define DID             0x52
97 #define WSS1            0x53
98 #define WSS2            0x54
99 #define VVBI            0x55
100 #define LCTL6           0x56
101 #define LCTL7           0x57
102 #define LCTL8           0x58
103 #define LCTL9           0x59
104 #define LCTL10          0x5A
105 #define LCTL11          0x5B
106 #define LCTL12          0x5C
107 #define LCTL13          0x5D
108 #define LCTL14          0x5E
109 #define LCTL15          0x5F
110 #define LCTL16          0x60
111 #define LCTL17          0x61
112 #define LCTL18          0x62
113 #define LCTL19          0x63
114 #define LCTL20          0x64
115 #define LCTL21          0x65
116 #define LCTL22          0x66
117 #define LCTL23          0x67
118 #define LCTL24          0x68
119 #define LCTL25          0x69
120 #define LCTL26          0x6A
121 #define HSBEGIN         0x6B
122 #define HSEND           0x6C
123 #define OVSDLY          0x6D
124 #define OVSEND          0x6E
125 #define VBIDELAY        0x6F
126
127 /*
128  * register detail
129  */
130
131 /* INFORM */
132 #define FC27_ON     0x40 /* 1 : Input crystal clock frequency is 27MHz */
133 #define FC27_FF     0x00 /* 0 : Square pixel mode. */
134                          /*     Must use 24.54MHz for 60Hz field rate */
135                          /*     source or 29.5MHz for 50Hz field rate */
136 #define IFSEL_S     0x10 /* 01 : S-video decoding */
137 #define IFSEL_C     0x00 /* 00 : Composite video decoding */
138                          /* Y input video selection */
139 #define YSEL_M0     0x00 /*  00 : Mux0 selected */
140 #define YSEL_M1     0x04 /*  01 : Mux1 selected */
141 #define YSEL_M2     0x08 /*  10 : Mux2 selected */
142 #define YSEL_M3     0x10 /*  11 : Mux3 selected */
143
144 /* OPFORM */
145 #define MODE        0x80 /* 0 : CCIR601 compatible YCrCb 4:2:2 format */
146                          /* 1 : ITU-R-656 compatible data sequence format */
147 #define LEN         0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */
148                          /* 1 : 16-bit YCrCb 4:2:2 output format.*/
149 #define LLCMODE     0x20 /* 1 : LLC output mode. */
150                          /* 0 : free-run output mode */
151 #define AINC        0x10 /* Serial interface auto-indexing control */
152                          /* 0 : auto-increment */
153                          /* 1 : non-auto */
154 #define VSCTL       0x08 /* 1 : Vertical out ctrl by DVALID */
155                          /* 0 : Vertical out ctrl by HACTIVE and DVALID */
156 #define OEN_TRI_SEL_MASK        0x07
157 #define OEN_TRI_SEL_ALL_ON      0x00 /* Enable output for Rev0/Rev1 */
158 #define OEN_TRI_SEL_ALL_OFF_r0  0x06 /* All tri-stated for Rev0 */
159 #define OEN_TRI_SEL_ALL_OFF_r1  0x07 /* All tri-stated for Rev1 */
160
161 /* OUTCTR1 */
162 #define VSP_LO      0x00 /* 0 : VS pin output polarity is active low */
163 #define VSP_HI      0x80 /* 1 : VS pin output polarity is active high. */
164                          /* VS pin output control */
165 #define VSSL_VSYNC  0x00 /*   0 : VSYNC  */
166 #define VSSL_VACT   0x10 /*   1 : VACT   */
167 #define VSSL_FIELD  0x20 /*   2 : FIELD  */
168 #define VSSL_VVALID 0x30 /*   3 : VVALID */
169 #define VSSL_ZERO   0x70 /*   7 : 0      */
170 #define HSP_LOW     0x00 /* 0 : HS pin output polarity is active low */
171 #define HSP_HI      0x08 /* 1 : HS pin output polarity is active high.*/
172                          /* HS pin output control */
173 #define HSSL_HACT   0x00 /*   0 : HACT   */
174 #define HSSL_HSYNC  0x01 /*   1 : HSYNC  */
175 #define HSSL_DVALID 0x02 /*   2 : DVALID */
176 #define HSSL_HLOCK  0x03 /*   3 : HLOCK  */
177 #define HSSL_ASYNCW 0x04 /*   4 : ASYNCW */
178 #define HSSL_ZERO   0x07 /*   7 : 0      */
179
180 /* ACNTL1 */
181 #define SRESET      0x80 /* resets the device to its default state
182                           * but all register content remain unchanged.
183                           * This bit is self-resetting.
184                           */
185 #define ACNTL1_PDN_MASK 0x0e
186 #define CLK_PDN         0x08 /* system clock power down */
187 #define Y_PDN           0x04 /* Luma ADC power down */
188 #define C_PDN           0x02 /* Chroma ADC power down */
189
190 /* ACNTL2 */
191 #define ACNTL2_PDN_MASK 0x40
192 #define PLL_PDN         0x40 /* PLL power down */
193
194 /* VBICNTL */
195
196 /* RTSEL : control the real time signal output from the MPOUT pin */
197 #define RTSEL_MASK  0x07
198 #define RTSEL_VLOSS 0x00 /* 0000 = Video loss */
199 #define RTSEL_HLOCK 0x01 /* 0001 = H-lock */
200 #define RTSEL_SLOCK 0x02 /* 0010 = S-lock */
201 #define RTSEL_VLOCK 0x03 /* 0011 = V-lock */
202 #define RTSEL_MONO  0x04 /* 0100 = MONO */
203 #define RTSEL_DET50 0x05 /* 0101 = DET50 */
204 #define RTSEL_FIELD 0x06 /* 0110 = FIELD */
205 #define RTSEL_RTCO  0x07 /* 0111 = RTCO ( Real Time Control ) */
206
207 /* HSYNC start and end are constant for now */
208 #define HSYNC_START     0x0260
209 #define HSYNC_END       0x0300
210
211 /*
212  * structure
213  */
214
215 struct regval_list {
216         unsigned char reg_num;
217         unsigned char value;
218 };
219
220 struct tw9910_scale_ctrl {
221         char           *name;
222         unsigned short  width;
223         unsigned short  height;
224         u16             hscale;
225         u16             vscale;
226 };
227
228 struct tw9910_priv {
229         struct v4l2_subdev              subdev;
230         struct tw9910_video_info        *info;
231         const struct tw9910_scale_ctrl  *scale;
232         v4l2_std_id                     norm;
233         u32                             revision;
234 };
235
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
326 /*
327  * general function
328  */
329 static struct tw9910_priv *to_tw9910(const struct i2c_client *client)
330 {
331         return container_of(i2c_get_clientdata(client), struct tw9910_priv,
332                             subdev);
333 }
334
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
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
370 static int tw9910_set_hsync(struct i2c_client *client)
371 {
372         struct tw9910_priv *priv = to_tw9910(client);
373         int ret;
374
375         /* bit 10 - 3 */
376         ret = i2c_smbus_write_byte_data(client, HSBEGIN,
377                                         (HSYNC_START & 0x07F8) >> 3);
378         if (ret < 0)
379                 return ret;
380
381         /* bit 10 - 3 */
382         ret = i2c_smbus_write_byte_data(client, HSEND,
383                                         (HSYNC_END & 0x07F8) >> 3);
384         if (ret < 0)
385                 return ret;
386
387         /* So far only revisions 0 and 1 have been seen */
388         /* bit 2 - 0 */
389         if (1 == priv->revision)
390                 ret = tw9910_mask_set(client, HSLOWCTL, 0x77,
391                                       (HSYNC_START & 0x0007) << 4 |
392                                       (HSYNC_END   & 0x0007));
393
394         return ret;
395 }
396
397 static void tw9910_reset(struct i2c_client *client)
398 {
399         tw9910_mask_set(client, ACNTL1, SRESET, SRESET);
400         msleep(1);
401 }
402
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
424 static const struct tw9910_scale_ctrl *tw9910_select_norm(v4l2_std_id norm,
425                                                           u32 width, u32 height)
426 {
427         const struct tw9910_scale_ctrl *scale;
428         const struct tw9910_scale_ctrl *ret = NULL;
429         __u32 diff = 0xffffffff, tmp;
430         int size, i;
431
432         if (norm & V4L2_STD_NTSC) {
433                 scale = tw9910_ntsc_scales;
434                 size = ARRAY_SIZE(tw9910_ntsc_scales);
435         } else if (norm & V4L2_STD_PAL) {
436                 scale = tw9910_pal_scales;
437                 size = ARRAY_SIZE(tw9910_pal_scales);
438         } else {
439                 return NULL;
440         }
441
442         for (i = 0; i < size; i++) {
443                 tmp = abs(width - scale[i].width) +
444                         abs(height - scale[i].height);
445                 if (tmp < diff) {
446                         diff = tmp;
447                         ret = scale + i;
448                 }
449         }
450
451         return ret;
452 }
453
454 /*
455  * subdevice operations
456  */
457 static int tw9910_s_stream(struct v4l2_subdev *sd, int enable)
458 {
459         struct i2c_client *client = v4l2_get_subdevdata(sd);
460         struct tw9910_priv *priv = to_tw9910(client);
461         u8 val;
462         int ret;
463
464         if (!enable) {
465                 switch (priv->revision) {
466                 case 0:
467                         val = OEN_TRI_SEL_ALL_OFF_r0;
468                         break;
469                 case 1:
470                         val = OEN_TRI_SEL_ALL_OFF_r1;
471                         break;
472                 default:
473                         dev_err(&client->dev, "un-supported revision\n");
474                         return -EINVAL;
475                 }
476         } else {
477                 val = OEN_TRI_SEL_ALL_ON;
478
479                 if (!priv->scale) {
480                         dev_err(&client->dev, "norm select error\n");
481                         return -EPERM;
482                 }
483
484                 dev_dbg(&client->dev, "%s %dx%d\n",
485                         priv->scale->name,
486                         priv->scale->width,
487                         priv->scale->height);
488         }
489
490         ret = tw9910_mask_set(client, OPFORM, OEN_TRI_SEL_MASK, val);
491         if (ret < 0)
492                 return ret;
493
494         return tw9910_power(client, enable);
495 }
496
497 static int tw9910_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm)
498 {
499         struct i2c_client *client = v4l2_get_subdevdata(sd);
500         struct tw9910_priv *priv = to_tw9910(client);
501
502         *norm = priv->norm;
503
504         return 0;
505 }
506
507 static int tw9910_s_std(struct v4l2_subdev *sd, v4l2_std_id norm)
508 {
509         struct i2c_client *client = v4l2_get_subdevdata(sd);
510         struct tw9910_priv *priv = to_tw9910(client);
511
512         if (!(norm & (V4L2_STD_NTSC | V4L2_STD_PAL)))
513                 return -EINVAL;
514
515         priv->norm = norm;
516
517         return 0;
518 }
519
520 #ifdef CONFIG_VIDEO_ADV_DEBUG
521 static int tw9910_g_register(struct v4l2_subdev *sd,
522                              struct v4l2_dbg_register *reg)
523 {
524         struct i2c_client *client = v4l2_get_subdevdata(sd);
525         int ret;
526
527         if (reg->reg > 0xff)
528                 return -EINVAL;
529
530         ret = i2c_smbus_read_byte_data(client, reg->reg);
531         if (ret < 0)
532                 return ret;
533
534         /*
535          * ret      = int
536          * reg->val = __u64
537          */
538         reg->val = (__u64)ret;
539
540         return 0;
541 }
542
543 static int tw9910_s_register(struct v4l2_subdev *sd,
544                              const struct v4l2_dbg_register *reg)
545 {
546         struct i2c_client *client = v4l2_get_subdevdata(sd);
547
548         if (reg->reg > 0xff ||
549             reg->val > 0xff)
550                 return -EINVAL;
551
552         return i2c_smbus_write_byte_data(client, reg->reg, reg->val);
553 }
554 #endif
555
556 static int tw9910_s_power(struct v4l2_subdev *sd, int on)
557 {
558         struct i2c_client *client = v4l2_get_subdevdata(sd);
559         struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client);
560
561         return soc_camera_set_power(&client->dev, ssdd, on);
562 }
563
564 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height)
565 {
566         struct i2c_client *client = v4l2_get_subdevdata(sd);
567         struct tw9910_priv *priv = to_tw9910(client);
568         int ret = -EINVAL;
569         u8 val;
570
571         /*
572          * select suitable norm
573          */
574         priv->scale = tw9910_select_norm(priv->norm, *width, *height);
575         if (!priv->scale)
576                 goto tw9910_set_fmt_error;
577
578         /*
579          * reset hardware
580          */
581         tw9910_reset(client);
582
583         /*
584          * set bus width
585          */
586         val = 0x00;
587         if (SOCAM_DATAWIDTH_16 == priv->info->buswidth)
588                 val = LEN;
589
590         ret = tw9910_mask_set(client, OPFORM, LEN, val);
591         if (ret < 0)
592                 goto tw9910_set_fmt_error;
593
594         /*
595          * select MPOUT behavior
596          */
597         switch (priv->info->mpout) {
598         case TW9910_MPO_VLOSS:
599                 val = RTSEL_VLOSS; break;
600         case TW9910_MPO_HLOCK:
601                 val = RTSEL_HLOCK; break;
602         case TW9910_MPO_SLOCK:
603                 val = RTSEL_SLOCK; break;
604         case TW9910_MPO_VLOCK:
605                 val = RTSEL_VLOCK; break;
606         case TW9910_MPO_MONO:
607                 val = RTSEL_MONO;  break;
608         case TW9910_MPO_DET50:
609                 val = RTSEL_DET50; break;
610         case TW9910_MPO_FIELD:
611                 val = RTSEL_FIELD; break;
612         case TW9910_MPO_RTCO:
613                 val = RTSEL_RTCO;  break;
614         default:
615                 val = 0;
616         }
617
618         ret = tw9910_mask_set(client, VBICNTL, RTSEL_MASK, val);
619         if (ret < 0)
620                 goto tw9910_set_fmt_error;
621
622         /*
623          * set scale
624          */
625         ret = tw9910_set_scale(client, priv->scale);
626         if (ret < 0)
627                 goto tw9910_set_fmt_error;
628
629         /*
630          * set hsync
631          */
632         ret = tw9910_set_hsync(client);
633         if (ret < 0)
634                 goto tw9910_set_fmt_error;
635
636         *width = priv->scale->width;
637         *height = priv->scale->height;
638
639         return ret;
640
641 tw9910_set_fmt_error:
642
643         tw9910_reset(client);
644         priv->scale = NULL;
645
646         return ret;
647 }
648
649 static int tw9910_g_crop(struct v4l2_subdev *sd, struct v4l2_crop *a)
650 {
651         struct i2c_client *client = v4l2_get_subdevdata(sd);
652         struct tw9910_priv *priv = to_tw9910(client);
653
654         a->c.left       = 0;
655         a->c.top        = 0;
656         if (priv->norm & V4L2_STD_NTSC) {
657                 a->c.width      = 640;
658                 a->c.height     = 480;
659         } else {
660                 a->c.width      = 768;
661                 a->c.height     = 576;
662         }
663         a->type         = V4L2_BUF_TYPE_VIDEO_CAPTURE;
664
665         return 0;
666 }
667
668 static int tw9910_cropcap(struct v4l2_subdev *sd, struct v4l2_cropcap *a)
669 {
670         struct i2c_client *client = v4l2_get_subdevdata(sd);
671         struct tw9910_priv *priv = to_tw9910(client);
672
673         a->bounds.left                  = 0;
674         a->bounds.top                   = 0;
675         if (priv->norm & V4L2_STD_NTSC) {
676                 a->bounds.width         = 640;
677                 a->bounds.height        = 480;
678         } else {
679                 a->bounds.width         = 768;
680                 a->bounds.height        = 576;
681         }
682         a->defrect                      = a->bounds;
683         a->type                         = V4L2_BUF_TYPE_VIDEO_CAPTURE;
684         a->pixelaspect.numerator        = 1;
685         a->pixelaspect.denominator      = 1;
686
687         return 0;
688 }
689
690 static int tw9910_g_fmt(struct v4l2_subdev *sd,
691                         struct v4l2_mbus_framefmt *mf)
692 {
693         struct i2c_client *client = v4l2_get_subdevdata(sd);
694         struct tw9910_priv *priv = to_tw9910(client);
695
696         if (!priv->scale) {
697                 priv->scale = tw9910_select_norm(priv->norm, 640, 480);
698                 if (!priv->scale)
699                         return -EINVAL;
700         }
701
702         mf->width       = priv->scale->width;
703         mf->height      = priv->scale->height;
704         mf->code        = V4L2_MBUS_FMT_UYVY8_2X8;
705         mf->colorspace  = V4L2_COLORSPACE_JPEG;
706         mf->field       = V4L2_FIELD_INTERLACED_BT;
707
708         return 0;
709 }
710
711 static int tw9910_s_fmt(struct v4l2_subdev *sd,
712                         struct v4l2_mbus_framefmt *mf)
713 {
714         u32 width = mf->width, height = mf->height;
715         int ret;
716
717         WARN_ON(mf->field != V4L2_FIELD_ANY &&
718                 mf->field != V4L2_FIELD_INTERLACED_BT);
719
720         /*
721          * check color format
722          */
723         if (mf->code != V4L2_MBUS_FMT_UYVY8_2X8)
724                 return -EINVAL;
725
726         mf->colorspace = V4L2_COLORSPACE_JPEG;
727
728         ret = tw9910_set_frame(sd, &width, &height);
729         if (!ret) {
730                 mf->width       = width;
731                 mf->height      = height;
732         }
733         return ret;
734 }
735
736 static int tw9910_try_fmt(struct v4l2_subdev *sd,
737                           struct v4l2_mbus_framefmt *mf)
738 {
739         struct i2c_client *client = v4l2_get_subdevdata(sd);
740         struct tw9910_priv *priv = to_tw9910(client);
741         const struct tw9910_scale_ctrl *scale;
742
743         if (V4L2_FIELD_ANY == mf->field) {
744                 mf->field = V4L2_FIELD_INTERLACED_BT;
745         } else if (V4L2_FIELD_INTERLACED_BT != mf->field) {
746                 dev_err(&client->dev, "Field type %d invalid.\n", mf->field);
747                 return -EINVAL;
748         }
749
750         mf->code = V4L2_MBUS_FMT_UYVY8_2X8;
751         mf->colorspace = V4L2_COLORSPACE_JPEG;
752
753         /*
754          * select suitable norm
755          */
756         scale = tw9910_select_norm(priv->norm, mf->width, mf->height);
757         if (!scale)
758                 return -EINVAL;
759
760         mf->width       = scale->width;
761         mf->height      = scale->height;
762
763         return 0;
764 }
765
766 static int tw9910_video_probe(struct i2c_client *client)
767 {
768         struct tw9910_priv *priv = to_tw9910(client);
769         s32 id;
770         int ret;
771
772         /*
773          * tw9910 only use 8 or 16 bit bus width
774          */
775         if (SOCAM_DATAWIDTH_16 != priv->info->buswidth &&
776             SOCAM_DATAWIDTH_8  != priv->info->buswidth) {
777                 dev_err(&client->dev, "bus width error\n");
778                 return -ENODEV;
779         }
780
781         ret = tw9910_s_power(&priv->subdev, 1);
782         if (ret < 0)
783                 return ret;
784
785         /*
786          * check and show Product ID
787          * So far only revisions 0 and 1 have been seen
788          */
789         id = i2c_smbus_read_byte_data(client, ID);
790         priv->revision = GET_REV(id);
791         id = GET_ID(id);
792
793         if (0x0B != id ||
794             0x01 < priv->revision) {
795                 dev_err(&client->dev,
796                         "Product ID error %x:%x\n",
797                         id, priv->revision);
798                 ret = -ENODEV;
799                 goto done;
800         }
801
802         dev_info(&client->dev,
803                  "tw9910 Product ID %0x:%0x\n", id, priv->revision);
804
805         priv->norm = V4L2_STD_NTSC;
806
807 done:
808         tw9910_s_power(&priv->subdev, 0);
809         return ret;
810 }
811
812 static struct v4l2_subdev_core_ops tw9910_subdev_core_ops = {
813         .s_std          = tw9910_s_std,
814         .g_std          = tw9910_g_std,
815 #ifdef CONFIG_VIDEO_ADV_DEBUG
816         .g_register     = tw9910_g_register,
817         .s_register     = tw9910_s_register,
818 #endif
819         .s_power        = tw9910_s_power,
820 };
821
822 static int tw9910_enum_fmt(struct v4l2_subdev *sd, unsigned int index,
823                            enum v4l2_mbus_pixelcode *code)
824 {
825         if (index)
826                 return -EINVAL;
827
828         *code = V4L2_MBUS_FMT_UYVY8_2X8;
829         return 0;
830 }
831
832 static int tw9910_g_mbus_config(struct v4l2_subdev *sd,
833                                 struct v4l2_mbus_config *cfg)
834 {
835         struct i2c_client *client = v4l2_get_subdevdata(sd);
836         struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client);
837
838         cfg->flags = V4L2_MBUS_PCLK_SAMPLE_RISING | V4L2_MBUS_MASTER |
839                 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW |
840                 V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW |
841                 V4L2_MBUS_DATA_ACTIVE_HIGH;
842         cfg->type = V4L2_MBUS_PARALLEL;
843         cfg->flags = soc_camera_apply_board_flags(ssdd, cfg);
844
845         return 0;
846 }
847
848 static int tw9910_s_mbus_config(struct v4l2_subdev *sd,
849                                 const struct v4l2_mbus_config *cfg)
850 {
851         struct i2c_client *client = v4l2_get_subdevdata(sd);
852         struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client);
853         u8 val = VSSL_VVALID | HSSL_DVALID;
854         unsigned long flags = soc_camera_apply_board_flags(ssdd, cfg);
855
856         /*
857          * set OUTCTR1
858          *
859          * We use VVALID and DVALID signals to control VSYNC and HSYNC
860          * outputs, in this mode their polarity is inverted.
861          */
862         if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)
863                 val |= HSP_HI;
864
865         if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)
866                 val |= VSP_HI;
867
868         return i2c_smbus_write_byte_data(client, OUTCTR1, val);
869 }
870
871 static struct v4l2_subdev_video_ops tw9910_subdev_video_ops = {
872         .s_stream       = tw9910_s_stream,
873         .g_mbus_fmt     = tw9910_g_fmt,
874         .s_mbus_fmt     = tw9910_s_fmt,
875         .try_mbus_fmt   = tw9910_try_fmt,
876         .cropcap        = tw9910_cropcap,
877         .g_crop         = tw9910_g_crop,
878         .enum_mbus_fmt  = tw9910_enum_fmt,
879         .g_mbus_config  = tw9910_g_mbus_config,
880         .s_mbus_config  = tw9910_s_mbus_config,
881 };
882
883 static struct v4l2_subdev_ops tw9910_subdev_ops = {
884         .core   = &tw9910_subdev_core_ops,
885         .video  = &tw9910_subdev_video_ops,
886 };
887
888 /*
889  * i2c_driver function
890  */
891
892 static int tw9910_probe(struct i2c_client *client,
893                         const struct i2c_device_id *did)
894
895 {
896         struct tw9910_priv              *priv;
897         struct tw9910_video_info        *info;
898         struct i2c_adapter              *adapter =
899                 to_i2c_adapter(client->dev.parent);
900         struct soc_camera_subdev_desc   *ssdd = soc_camera_i2c_to_desc(client);
901
902         if (!ssdd || !ssdd->drv_priv) {
903                 dev_err(&client->dev, "TW9910: missing platform data!\n");
904                 return -EINVAL;
905         }
906
907         info = ssdd->drv_priv;
908
909         if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) {
910                 dev_err(&client->dev,
911                         "I2C-Adapter doesn't support "
912                         "I2C_FUNC_SMBUS_BYTE_DATA\n");
913                 return -EIO;
914         }
915
916         priv = devm_kzalloc(&client->dev, sizeof(*priv), GFP_KERNEL);
917         if (!priv)
918                 return -ENOMEM;
919
920         priv->info   = info;
921
922         v4l2_i2c_subdev_init(&priv->subdev, client, &tw9910_subdev_ops);
923
924         return tw9910_video_probe(client);
925 }
926
927 static int tw9910_remove(struct i2c_client *client)
928 {
929         return 0;
930 }
931
932 static const struct i2c_device_id tw9910_id[] = {
933         { "tw9910", 0 },
934         { }
935 };
936 MODULE_DEVICE_TABLE(i2c, tw9910_id);
937
938 static struct i2c_driver tw9910_i2c_driver = {
939         .driver = {
940                 .name = "tw9910",
941         },
942         .probe    = tw9910_probe,
943         .remove   = tw9910_remove,
944         .id_table = tw9910_id,
945 };
946
947 module_i2c_driver(tw9910_i2c_driver);
948
949 MODULE_DESCRIPTION("SoC Camera driver for tw9910");
950 MODULE_AUTHOR("Kuninori Morimoto");
951 MODULE_LICENSE("GPL v2");