V4L/DVB (11022): zoran/bt819: use new notify functionality.
[deliverable/linux.git] / drivers / media / video / ov772x.c
CommitLineData
08a66aea
KM
1/*
2 * ov772x Camera Driver
3 *
4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6 *
7 * Based on ov7670 and soc_camera_platform driver,
8 *
9 * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net>
10 * Copyright (C) 2008 Magnus Damm
11 * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License version 2 as
15 * published by the Free Software Foundation.
16 */
17
18#include <linux/init.h>
19#include <linux/module.h>
20#include <linux/i2c.h>
21#include <linux/slab.h>
22#include <linux/delay.h>
23#include <linux/videodev2.h>
24#include <media/v4l2-chip-ident.h>
25#include <media/v4l2-common.h>
26#include <media/soc_camera.h>
27#include <media/ov772x.h>
28
29/*
30 * register offset
31 */
32#define GAIN 0x00 /* AGC - Gain control gain setting */
33#define BLUE 0x01 /* AWB - Blue channel gain setting */
34#define RED 0x02 /* AWB - Red channel gain setting */
35#define GREEN 0x03 /* AWB - Green channel gain setting */
36#define COM1 0x04 /* Common control 1 */
37#define BAVG 0x05 /* U/B Average Level */
38#define GAVG 0x06 /* Y/Gb Average Level */
39#define RAVG 0x07 /* V/R Average Level */
40#define AECH 0x08 /* Exposure Value - AEC MSBs */
41#define COM2 0x09 /* Common control 2 */
42#define PID 0x0A /* Product ID Number MSB */
43#define VER 0x0B /* Product ID Number LSB */
44#define COM3 0x0C /* Common control 3 */
45#define COM4 0x0D /* Common control 4 */
46#define COM5 0x0E /* Common control 5 */
47#define COM6 0x0F /* Common control 6 */
48#define AEC 0x10 /* Exposure Value */
49#define CLKRC 0x11 /* Internal clock */
50#define COM7 0x12 /* Common control 7 */
51#define COM8 0x13 /* Common control 8 */
52#define COM9 0x14 /* Common control 9 */
53#define COM10 0x15 /* Common control 10 */
3cac2cab 54#define REG16 0x16 /* Register 16 */
08a66aea
KM
55#define HSTART 0x17 /* Horizontal sensor size */
56#define HSIZE 0x18 /* Horizontal frame (HREF column) end high 8-bit */
57#define VSTART 0x19 /* Vertical frame (row) start high 8-bit */
58#define VSIZE 0x1A /* Vertical sensor size */
59#define PSHFT 0x1B /* Data format - pixel delay select */
60#define MIDH 0x1C /* Manufacturer ID byte - high */
61#define MIDL 0x1D /* Manufacturer ID byte - low */
62#define LAEC 0x1F /* Fine AEC value */
63#define COM11 0x20 /* Common control 11 */
64#define BDBASE 0x22 /* Banding filter Minimum AEC value */
65#define DBSTEP 0x23 /* Banding filter Maximum Setp */
66#define AEW 0x24 /* AGC/AEC - Stable operating region (upper limit) */
67#define AEB 0x25 /* AGC/AEC - Stable operating region (lower limit) */
68#define VPT 0x26 /* AGC/AEC Fast mode operating region */
3cac2cab 69#define REG28 0x28 /* Register 28 */
08a66aea
KM
70#define HOUTSIZE 0x29 /* Horizontal data output size MSBs */
71#define EXHCH 0x2A /* Dummy pixel insert MSB */
72#define EXHCL 0x2B /* Dummy pixel insert LSB */
73#define VOUTSIZE 0x2C /* Vertical data output size MSBs */
74#define ADVFL 0x2D /* LSB of insert dummy lines in Vertical direction */
75#define ADVFH 0x2E /* MSG of insert dummy lines in Vertical direction */
76#define YAVE 0x2F /* Y/G Channel Average value */
77#define LUMHTH 0x30 /* Histogram AEC/AGC Luminance high level threshold */
78#define LUMLTH 0x31 /* Histogram AEC/AGC Luminance low level threshold */
79#define HREF 0x32 /* Image start and size control */
80#define DM_LNL 0x33 /* Dummy line low 8 bits */
81#define DM_LNH 0x34 /* Dummy line high 8 bits */
82#define ADOFF_B 0x35 /* AD offset compensation value for B channel */
83#define ADOFF_R 0x36 /* AD offset compensation value for R channel */
84#define ADOFF_GB 0x37 /* AD offset compensation value for Gb channel */
85#define ADOFF_GR 0x38 /* AD offset compensation value for Gr channel */
86#define OFF_B 0x39 /* Analog process B channel offset value */
87#define OFF_R 0x3A /* Analog process R channel offset value */
88#define OFF_GB 0x3B /* Analog process Gb channel offset value */
89#define OFF_GR 0x3C /* Analog process Gr channel offset value */
90#define COM12 0x3D /* Common control 12 */
91#define COM13 0x3E /* Common control 13 */
92#define COM14 0x3F /* Common control 14 */
93#define COM15 0x40 /* Common control 15*/
94#define COM16 0x41 /* Common control 16 */
95#define TGT_B 0x42 /* BLC blue channel target value */
96#define TGT_R 0x43 /* BLC red channel target value */
97#define TGT_GB 0x44 /* BLC Gb channel target value */
98#define TGT_GR 0x45 /* BLC Gr channel target value */
3cac2cab 99/* for ov7720 */
08a66aea
KM
100#define LCC0 0x46 /* Lens correction control 0 */
101#define LCC1 0x47 /* Lens correction option 1 - X coordinate */
102#define LCC2 0x48 /* Lens correction option 2 - Y coordinate */
103#define LCC3 0x49 /* Lens correction option 3 */
104#define LCC4 0x4A /* Lens correction option 4 - radius of the circular */
105#define LCC5 0x4B /* Lens correction option 5 */
106#define LCC6 0x4C /* Lens correction option 6 */
3cac2cab
KM
107/* for ov7725 */
108#define LC_CTR 0x46 /* Lens correction control */
109#define LC_XC 0x47 /* X coordinate of lens correction center relative */
110#define LC_YC 0x48 /* Y coordinate of lens correction center relative */
111#define LC_COEF 0x49 /* Lens correction coefficient */
112#define LC_RADI 0x4A /* Lens correction radius */
113#define LC_COEFB 0x4B /* Lens B channel compensation coefficient */
114#define LC_COEFR 0x4C /* Lens R channel compensation coefficient */
115
08a66aea
KM
116#define FIXGAIN 0x4D /* Analog fix gain amplifer */
117#define AREF0 0x4E /* Sensor reference control */
118#define AREF1 0x4F /* Sensor reference current control */
119#define AREF2 0x50 /* Analog reference control */
120#define AREF3 0x51 /* ADC reference control */
121#define AREF4 0x52 /* ADC reference control */
122#define AREF5 0x53 /* ADC reference control */
123#define AREF6 0x54 /* Analog reference control */
124#define AREF7 0x55 /* Analog reference control */
125#define UFIX 0x60 /* U channel fixed value output */
126#define VFIX 0x61 /* V channel fixed value output */
b3d7b2ad
KM
127#define AWBB_BLK 0x62 /* AWB option for advanced AWB */
128#define AWB_CTRL0 0x63 /* AWB control byte 0 */
08a66aea
KM
129#define DSP_CTRL1 0x64 /* DSP control byte 1 */
130#define DSP_CTRL2 0x65 /* DSP control byte 2 */
131#define DSP_CTRL3 0x66 /* DSP control byte 3 */
132#define DSP_CTRL4 0x67 /* DSP control byte 4 */
b3d7b2ad
KM
133#define AWB_BIAS 0x68 /* AWB BLC level clip */
134#define AWB_CTRL1 0x69 /* AWB control 1 */
135#define AWB_CTRL2 0x6A /* AWB control 2 */
136#define AWB_CTRL3 0x6B /* AWB control 3 */
137#define AWB_CTRL4 0x6C /* AWB control 4 */
138#define AWB_CTRL5 0x6D /* AWB control 5 */
139#define AWB_CTRL6 0x6E /* AWB control 6 */
140#define AWB_CTRL7 0x6F /* AWB control 7 */
141#define AWB_CTRL8 0x70 /* AWB control 8 */
142#define AWB_CTRL9 0x71 /* AWB control 9 */
143#define AWB_CTRL10 0x72 /* AWB control 10 */
144#define AWB_CTRL11 0x73 /* AWB control 11 */
145#define AWB_CTRL12 0x74 /* AWB control 12 */
146#define AWB_CTRL13 0x75 /* AWB control 13 */
147#define AWB_CTRL14 0x76 /* AWB control 14 */
148#define AWB_CTRL15 0x77 /* AWB control 15 */
149#define AWB_CTRL16 0x78 /* AWB control 16 */
150#define AWB_CTRL17 0x79 /* AWB control 17 */
151#define AWB_CTRL18 0x7A /* AWB control 18 */
152#define AWB_CTRL19 0x7B /* AWB control 19 */
153#define AWB_CTRL20 0x7C /* AWB control 20 */
154#define AWB_CTRL21 0x7D /* AWB control 21 */
08a66aea
KM
155#define GAM1 0x7E /* Gamma Curve 1st segment input end point */
156#define GAM2 0x7F /* Gamma Curve 2nd segment input end point */
157#define GAM3 0x80 /* Gamma Curve 3rd segment input end point */
158#define GAM4 0x81 /* Gamma Curve 4th segment input end point */
159#define GAM5 0x82 /* Gamma Curve 5th segment input end point */
160#define GAM6 0x83 /* Gamma Curve 6th segment input end point */
161#define GAM7 0x84 /* Gamma Curve 7th segment input end point */
162#define GAM8 0x85 /* Gamma Curve 8th segment input end point */
163#define GAM9 0x86 /* Gamma Curve 9th segment input end point */
164#define GAM10 0x87 /* Gamma Curve 10th segment input end point */
165#define GAM11 0x88 /* Gamma Curve 11th segment input end point */
166#define GAM12 0x89 /* Gamma Curve 12th segment input end point */
167#define GAM13 0x8A /* Gamma Curve 13th segment input end point */
168#define GAM14 0x8B /* Gamma Curve 14th segment input end point */
169#define GAM15 0x8C /* Gamma Curve 15th segment input end point */
170#define SLOP 0x8D /* Gamma curve highest segment slope */
171#define DNSTH 0x8E /* De-noise threshold */
172#define EDGE0 0x8F /* Edge enhancement control 0 */
173#define EDGE1 0x90 /* Edge enhancement control 1 */
174#define DNSOFF 0x91 /* Auto De-noise threshold control */
175#define EDGE2 0x92 /* Edge enhancement strength low point control */
176#define EDGE3 0x93 /* Edge enhancement strength high point control */
177#define MTX1 0x94 /* Matrix coefficient 1 */
178#define MTX2 0x95 /* Matrix coefficient 2 */
179#define MTX3 0x96 /* Matrix coefficient 3 */
180#define MTX4 0x97 /* Matrix coefficient 4 */
181#define MTX5 0x98 /* Matrix coefficient 5 */
182#define MTX6 0x99 /* Matrix coefficient 6 */
183#define MTX_CTRL 0x9A /* Matrix control */
184#define BRIGHT 0x9B /* Brightness control */
185#define CNTRST 0x9C /* Contrast contrast */
186#define CNTRST_CTRL 0x9D /* Contrast contrast center */
187#define UVAD_J0 0x9E /* Auto UV adjust contrast 0 */
188#define UVAD_J1 0x9F /* Auto UV adjust contrast 1 */
189#define SCAL0 0xA0 /* Scaling control 0 */
190#define SCAL1 0xA1 /* Scaling control 1 */
191#define SCAL2 0xA2 /* Scaling control 2 */
192#define FIFODLYM 0xA3 /* FIFO manual mode delay control */
193#define FIFODLYA 0xA4 /* FIFO auto mode delay control */
194#define SDE 0xA6 /* Special digital effect control */
195#define USAT 0xA7 /* U component saturation control */
196#define VSAT 0xA8 /* V component saturation control */
3cac2cab 197/* for ov7720 */
08a66aea
KM
198#define HUE0 0xA9 /* Hue control 0 */
199#define HUE1 0xAA /* Hue control 1 */
3cac2cab
KM
200/* for ov7725 */
201#define HUECOS 0xA9 /* Cosine value */
202#define HUESIN 0xAA /* Sine value */
203
08a66aea
KM
204#define SIGN 0xAB /* Sign bit for Hue and contrast */
205#define DSPAUTO 0xAC /* DSP auto function ON/OFF control */
206
207/*
208 * register detail
209 */
210
211/* COM2 */
212#define SOFT_SLEEP_MODE 0x10 /* Soft sleep mode */
213 /* Output drive capability */
214#define OCAP_1x 0x00 /* 1x */
215#define OCAP_2x 0x01 /* 2x */
216#define OCAP_3x 0x02 /* 3x */
217#define OCAP_4x 0x03 /* 4x */
218
219/* COM3 */
05148911
KM
220#define SWAP_MASK (SWAP_RGB | SWAP_YUV | SWAP_ML)
221#define IMG_MASK (VFLIP_IMG | HFLIP_IMG)
08a66aea 222
05148911
KM
223#define VFLIP_IMG 0x80 /* Vertical flip image ON/OFF selection */
224#define HFLIP_IMG 0x40 /* Horizontal mirror image ON/OFF selection */
08a66aea
KM
225#define SWAP_RGB 0x20 /* Swap B/R output sequence in RGB mode */
226#define SWAP_YUV 0x10 /* Swap Y/UV output sequence in YUV mode */
227#define SWAP_ML 0x08 /* Swap output MSB/LSB */
228 /* Tri-state option for output clock */
229#define NOTRI_CLOCK 0x04 /* 0: Tri-state at this period */
230 /* 1: No tri-state at this period */
231 /* Tri-state option for output data */
232#define NOTRI_DATA 0x02 /* 0: Tri-state at this period */
233 /* 1: No tri-state at this period */
234#define SCOLOR_TEST 0x01 /* Sensor color bar test pattern */
235
236/* COM4 */
237 /* PLL frequency control */
238#define PLL_BYPASS 0x00 /* 00: Bypass PLL */
239#define PLL_4x 0x40 /* 01: PLL 4x */
240#define PLL_6x 0x80 /* 10: PLL 6x */
241#define PLL_8x 0xc0 /* 11: PLL 8x */
242 /* AEC evaluate window */
243#define AEC_FULL 0x00 /* 00: Full window */
244#define AEC_1p2 0x10 /* 01: 1/2 window */
245#define AEC_1p4 0x20 /* 10: 1/4 window */
246#define AEC_2p3 0x30 /* 11: Low 2/3 window */
247
248/* COM5 */
249#define AFR_ON_OFF 0x80 /* Auto frame rate control ON/OFF selection */
250#define AFR_SPPED 0x40 /* Auto frame rate control speed slection */
251 /* Auto frame rate max rate control */
252#define AFR_NO_RATE 0x00 /* No reduction of frame rate */
253#define AFR_1p2 0x10 /* Max reduction to 1/2 frame rate */
254#define AFR_1p4 0x20 /* Max reduction to 1/4 frame rate */
255#define AFR_1p8 0x30 /* Max reduction to 1/8 frame rate */
256 /* Auto frame rate active point control */
257#define AF_2x 0x00 /* Add frame when AGC reaches 2x gain */
258#define AF_4x 0x04 /* Add frame when AGC reaches 4x gain */
259#define AF_8x 0x08 /* Add frame when AGC reaches 8x gain */
260#define AF_16x 0x0c /* Add frame when AGC reaches 16x gain */
261 /* AEC max step control */
262#define AEC_NO_LIMIT 0x01 /* 0 : AEC incease step has limit */
263 /* 1 : No limit to AEC increase step */
264
265/* COM7 */
266 /* SCCB Register Reset */
267#define SCCB_RESET 0x80 /* 0 : No change */
268 /* 1 : Resets all registers to default */
269 /* Resolution selection */
270#define SLCT_MASK 0x40 /* Mask of VGA or QVGA */
271#define SLCT_VGA 0x00 /* 0 : VGA */
272#define SLCT_QVGA 0x40 /* 1 : QVGA */
273#define ITU656_ON_OFF 0x20 /* ITU656 protocol ON/OFF selection */
274 /* RGB output format control */
cdce7c0b 275#define FMT_MASK 0x0c /* Mask of color format */
08a66aea
KM
276#define FMT_GBR422 0x00 /* 00 : GBR 4:2:2 */
277#define FMT_RGB565 0x04 /* 01 : RGB 565 */
278#define FMT_RGB555 0x08 /* 10 : RGB 555 */
279#define FMT_RGB444 0x0c /* 11 : RGB 444 */
280 /* Output format control */
cdce7c0b 281#define OFMT_MASK 0x03 /* Mask of output format */
08a66aea
KM
282#define OFMT_YUV 0x00 /* 00 : YUV */
283#define OFMT_P_BRAW 0x01 /* 01 : Processed Bayer RAW */
284#define OFMT_RGB 0x02 /* 10 : RGB */
285#define OFMT_BRAW 0x03 /* 11 : Bayer RAW */
286
287/* COM8 */
288#define FAST_ALGO 0x80 /* Enable fast AGC/AEC algorithm */
289 /* AEC Setp size limit */
290#define UNLMT_STEP 0x40 /* 0 : Step size is limited */
291 /* 1 : Unlimited step size */
292#define BNDF_ON_OFF 0x20 /* Banding filter ON/OFF */
293#define AEC_BND 0x10 /* Enable AEC below banding value */
294#define AEC_ON_OFF 0x08 /* Fine AEC ON/OFF control */
295#define AGC_ON 0x04 /* AGC Enable */
296#define AWB_ON 0x02 /* AWB Enable */
297#define AEC_ON 0x01 /* AEC Enable */
298
299/* COM9 */
300#define BASE_AECAGC 0x80 /* Histogram or average based AEC/AGC */
301 /* Automatic gain ceiling - maximum AGC value */
302#define GAIN_2x 0x00 /* 000 : 2x */
303#define GAIN_4x 0x10 /* 001 : 4x */
304#define GAIN_8x 0x20 /* 010 : 8x */
cdce7c0b 305#define GAIN_16x 0x30 /* 011 : 16x */
08a66aea
KM
306#define GAIN_32x 0x40 /* 100 : 32x */
307#define GAIN_64x 0x50 /* 101 : 64x */
308#define GAIN_128x 0x60 /* 110 : 128x */
309#define DROP_VSYNC 0x04 /* Drop VSYNC output of corrupt frame */
310#define DROP_HREF 0x02 /* Drop HREF output of corrupt frame */
311
312/* COM11 */
313#define SGLF_ON_OFF 0x02 /* Single frame ON/OFF selection */
314#define SGLF_TRIG 0x01 /* Single frame transfer trigger */
315
316/* EXHCH */
317#define VSIZE_LSB 0x04 /* Vertical data output size LSB */
318
319/* DSP_CTRL1 */
320#define FIFO_ON 0x80 /* FIFO enable/disable selection */
321#define UV_ON_OFF 0x40 /* UV adjust function ON/OFF selection */
322#define YUV444_2_422 0x20 /* YUV444 to 422 UV channel option selection */
323#define CLR_MTRX_ON_OFF 0x10 /* Color matrix ON/OFF selection */
324#define INTPLT_ON_OFF 0x08 /* Interpolation ON/OFF selection */
325#define GMM_ON_OFF 0x04 /* Gamma function ON/OFF selection */
326#define AUTO_BLK_ON_OFF 0x02 /* Black defect auto correction ON/OFF */
327#define AUTO_WHT_ON_OFF 0x01 /* White define auto correction ON/OFF */
328
329/* DSP_CTRL3 */
330#define UV_MASK 0x80 /* UV output sequence option */
331#define UV_ON 0x80 /* ON */
332#define UV_OFF 0x00 /* OFF */
333#define CBAR_MASK 0x20 /* DSP Color bar mask */
334#define CBAR_ON 0x20 /* ON */
335#define CBAR_OFF 0x00 /* OFF */
336
337/* HSTART */
338#define HST_VGA 0x23
339#define HST_QVGA 0x3F
340
341/* HSIZE */
342#define HSZ_VGA 0xA0
343#define HSZ_QVGA 0x50
344
345/* VSTART */
346#define VST_VGA 0x07
347#define VST_QVGA 0x03
348
349/* VSIZE */
350#define VSZ_VGA 0xF0
351#define VSZ_QVGA 0x78
352
353/* HOUTSIZE */
354#define HOSZ_VGA 0xA0
355#define HOSZ_QVGA 0x50
356
357/* VOUTSIZE */
358#define VOSZ_VGA 0xF0
359#define VOSZ_QVGA 0x78
360
aeabc882
KM
361/*
362 * ID
363 */
364#define OV7720 0x7720
3cac2cab 365#define OV7725 0x7721
aeabc882
KM
366#define VERSION(pid, ver) ((pid<<8)|(ver&0xFF))
367
08a66aea
KM
368/*
369 * struct
370 */
371struct regval_list {
372 unsigned char reg_num;
373 unsigned char value;
374};
375
376struct ov772x_color_format {
377 char *name;
378 __u32 fourcc;
cdce7c0b
KM
379 u8 dsp3;
380 u8 com3;
381 u8 com7;
08a66aea
KM
382};
383
384struct ov772x_win_size {
385 char *name;
386 __u32 width;
387 __u32 height;
388 unsigned char com7_bit;
389 const struct regval_list *regs;
390};
391
392struct ov772x_priv {
393 struct ov772x_camera_info *info;
394 struct i2c_client *client;
395 struct soc_camera_device icd;
396 const struct ov772x_color_format *fmt;
397 const struct ov772x_win_size *win;
aeabc882 398 int model;
05148911
KM
399 unsigned int flag_vflip:1;
400 unsigned int flag_hflip:1;
08a66aea
KM
401};
402
403#define ENDMARKER { 0xff, 0xff }
404
08a66aea
KM
405/*
406 * register setting for window size
407 */
408static const struct regval_list ov772x_qvga_regs[] = {
409 { HSTART, HST_QVGA },
410 { HSIZE, HSZ_QVGA },
411 { VSTART, VST_QVGA },
412 { VSIZE, VSZ_QVGA },
413 { HOUTSIZE, HOSZ_QVGA },
414 { VOUTSIZE, VOSZ_QVGA },
415 ENDMARKER,
416};
417
418static const struct regval_list ov772x_vga_regs[] = {
419 { HSTART, HST_VGA },
420 { HSIZE, HSZ_VGA },
421 { VSTART, VST_VGA },
422 { VSIZE, VSZ_VGA },
423 { HOUTSIZE, HOSZ_VGA },
424 { VOUTSIZE, VOSZ_VGA },
425 ENDMARKER,
426};
427
428/*
429 * supported format list
430 */
431
432#define SETFOURCC(type) .name = (#type), .fourcc = (V4L2_PIX_FMT_ ## type)
433static const struct soc_camera_data_format ov772x_fmt_lists[] = {
434 {
435 SETFOURCC(YUYV),
436 .depth = 16,
437 .colorspace = V4L2_COLORSPACE_JPEG,
438 },
439 {
440 SETFOURCC(YVYU),
441 .depth = 16,
442 .colorspace = V4L2_COLORSPACE_JPEG,
443 },
444 {
445 SETFOURCC(UYVY),
446 .depth = 16,
447 .colorspace = V4L2_COLORSPACE_JPEG,
448 },
449 {
450 SETFOURCC(RGB555),
451 .depth = 16,
452 .colorspace = V4L2_COLORSPACE_SRGB,
453 },
454 {
455 SETFOURCC(RGB555X),
456 .depth = 16,
457 .colorspace = V4L2_COLORSPACE_SRGB,
458 },
459 {
460 SETFOURCC(RGB565),
461 .depth = 16,
462 .colorspace = V4L2_COLORSPACE_SRGB,
463 },
464 {
465 SETFOURCC(RGB565X),
466 .depth = 16,
467 .colorspace = V4L2_COLORSPACE_SRGB,
468 },
469};
470
471/*
472 * color format list
473 */
08a66aea 474static const struct ov772x_color_format ov772x_cfmts[] = {
2941e81f 475 {
08a66aea 476 SETFOURCC(YUYV),
cdce7c0b
KM
477 .dsp3 = 0x0,
478 .com3 = SWAP_YUV,
479 .com7 = OFMT_YUV,
08a66aea
KM
480 },
481 {
482 SETFOURCC(YVYU),
cdce7c0b
KM
483 .dsp3 = UV_ON,
484 .com3 = SWAP_YUV,
485 .com7 = OFMT_YUV,
08a66aea
KM
486 },
487 {
488 SETFOURCC(UYVY),
cdce7c0b
KM
489 .dsp3 = 0x0,
490 .com3 = 0x0,
491 .com7 = OFMT_YUV,
08a66aea
KM
492 },
493 {
494 SETFOURCC(RGB555),
cdce7c0b
KM
495 .dsp3 = 0x0,
496 .com3 = SWAP_RGB,
497 .com7 = FMT_RGB555 | OFMT_RGB,
08a66aea
KM
498 },
499 {
500 SETFOURCC(RGB555X),
cdce7c0b
KM
501 .dsp3 = 0x0,
502 .com3 = 0x0,
503 .com7 = FMT_RGB555 | OFMT_RGB,
08a66aea
KM
504 },
505 {
506 SETFOURCC(RGB565),
cdce7c0b
KM
507 .dsp3 = 0x0,
508 .com3 = SWAP_RGB,
509 .com7 = FMT_RGB565 | OFMT_RGB,
08a66aea
KM
510 },
511 {
512 SETFOURCC(RGB565X),
cdce7c0b
KM
513 .dsp3 = 0x0,
514 .com3 = 0x0,
515 .com7 = FMT_RGB565 | OFMT_RGB,
08a66aea
KM
516 },
517};
518
519
520/*
521 * window size list
522 */
523#define VGA_WIDTH 640
524#define VGA_HEIGHT 480
525#define QVGA_WIDTH 320
526#define QVGA_HEIGHT 240
527#define MAX_WIDTH VGA_WIDTH
528#define MAX_HEIGHT VGA_HEIGHT
529
530static const struct ov772x_win_size ov772x_win_vga = {
531 .name = "VGA",
532 .width = VGA_WIDTH,
533 .height = VGA_HEIGHT,
534 .com7_bit = SLCT_VGA,
535 .regs = ov772x_vga_regs,
536};
537
538static const struct ov772x_win_size ov772x_win_qvga = {
539 .name = "QVGA",
540 .width = QVGA_WIDTH,
541 .height = QVGA_HEIGHT,
542 .com7_bit = SLCT_QVGA,
543 .regs = ov772x_qvga_regs,
544};
545
05148911
KM
546static const struct v4l2_queryctrl ov772x_controls[] = {
547 {
548 .id = V4L2_CID_VFLIP,
549 .type = V4L2_CTRL_TYPE_BOOLEAN,
550 .name = "Flip Vertically",
551 .minimum = 0,
552 .maximum = 1,
553 .step = 1,
554 .default_value = 0,
555 },
556 {
557 .id = V4L2_CID_HFLIP,
558 .type = V4L2_CTRL_TYPE_BOOLEAN,
559 .name = "Flip Horizontally",
560 .minimum = 0,
561 .maximum = 1,
562 .step = 1,
563 .default_value = 0,
564 },
565};
566
08a66aea
KM
567
568/*
569 * general function
570 */
571
572static int ov772x_write_array(struct i2c_client *client,
573 const struct regval_list *vals)
574{
575 while (vals->reg_num != 0xff) {
576 int ret = i2c_smbus_write_byte_data(client,
577 vals->reg_num,
578 vals->value);
579 if (ret < 0)
580 return ret;
581 vals++;
582 }
583 return 0;
584}
585
586static int ov772x_mask_set(struct i2c_client *client,
587 u8 command,
588 u8 mask,
589 u8 set)
590{
591 s32 val = i2c_smbus_read_byte_data(client, command);
66b46e68
KM
592 if (val < 0)
593 return val;
594
08a66aea 595 val &= ~mask;
66b46e68 596 val |= set & mask;
08a66aea
KM
597
598 return i2c_smbus_write_byte_data(client, command, val);
599}
600
601static int ov772x_reset(struct i2c_client *client)
602{
603 int ret = i2c_smbus_write_byte_data(client, COM7, SCCB_RESET);
604 msleep(1);
605 return ret;
606}
607
608/*
609 * soc_camera_ops function
610 */
611
612static int ov772x_init(struct soc_camera_device *icd)
613{
b90c032b
KM
614 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
615 int ret = 0;
616
617 if (priv->info->link.power) {
618 ret = priv->info->link.power(&priv->client->dev, 1);
619 if (ret < 0)
620 return ret;
621 }
622
623 if (priv->info->link.reset)
624 ret = priv->info->link.reset(&priv->client->dev);
625
626 return ret;
08a66aea
KM
627}
628
629static int ov772x_release(struct soc_camera_device *icd)
630{
b90c032b
KM
631 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
632 int ret = 0;
633
634 if (priv->info->link.power)
635 ret = priv->info->link.power(&priv->client->dev, 0);
636
637 return ret;
08a66aea
KM
638}
639
640static int ov772x_start_capture(struct soc_camera_device *icd)
641{
642 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
08a66aea 643
2941e81f
KM
644 if (!priv->win || !priv->fmt) {
645 dev_err(&icd->dev, "norm or win select error\n");
646 return -EPERM;
08a66aea
KM
647 }
648
7dcb212e 649 dev_dbg(&icd->dev,
08a66aea
KM
650 "format %s, win %s\n", priv->fmt->name, priv->win->name);
651
2941e81f 652 return 0;
08a66aea
KM
653}
654
655static int ov772x_stop_capture(struct soc_camera_device *icd)
656{
08a66aea
KM
657 return 0;
658}
659
660static int ov772x_set_bus_param(struct soc_camera_device *icd,
661 unsigned long flags)
662{
663 return 0;
664}
665
666static unsigned long ov772x_query_bus_param(struct soc_camera_device *icd)
667{
668 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
bd73b36f
GL
669 struct soc_camera_link *icl = priv->client->dev.platform_data;
670 unsigned long flags = SOCAM_PCLK_SAMPLE_RISING | SOCAM_MASTER |
671 SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_HSYNC_ACTIVE_HIGH |
2d9329f3 672 SOCAM_DATA_ACTIVE_HIGH | priv->info->buswidth;
bd73b36f
GL
673
674 return soc_camera_apply_sensor_flags(icl, flags);
08a66aea
KM
675}
676
05148911
KM
677static int ov772x_get_control(struct soc_camera_device *icd,
678 struct v4l2_control *ctrl)
679{
680 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
681
682 switch (ctrl->id) {
683 case V4L2_CID_VFLIP:
684 ctrl->value = priv->flag_vflip;
685 break;
686 case V4L2_CID_HFLIP:
687 ctrl->value = priv->flag_hflip;
688 break;
689 }
690 return 0;
691}
692
693static int ov772x_set_control(struct soc_camera_device *icd,
694 struct v4l2_control *ctrl)
695{
696 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
697 int ret = 0;
698 u8 val;
699
700 switch (ctrl->id) {
701 case V4L2_CID_VFLIP:
702 val = ctrl->value ? VFLIP_IMG : 0x00;
703 priv->flag_vflip = ctrl->value;
704 if (priv->info->flags & OV772X_FLAG_VFLIP)
705 val ^= VFLIP_IMG;
706 ret = ov772x_mask_set(priv->client, COM3, VFLIP_IMG, val);
707 break;
708 case V4L2_CID_HFLIP:
709 val = ctrl->value ? HFLIP_IMG : 0x00;
710 priv->flag_hflip = ctrl->value;
711 if (priv->info->flags & OV772X_FLAG_HFLIP)
712 val ^= HFLIP_IMG;
713 ret = ov772x_mask_set(priv->client, COM3, HFLIP_IMG, val);
714 break;
715 }
716
717 return ret;
718}
719
08a66aea 720static int ov772x_get_chip_id(struct soc_camera_device *icd,
aecde8b5 721 struct v4l2_dbg_chip_ident *id)
08a66aea 722{
aeabc882
KM
723 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
724
725 id->ident = priv->model;
08a66aea
KM
726 id->revision = 0;
727
728 return 0;
729}
730
731#ifdef CONFIG_VIDEO_ADV_DEBUG
732static int ov772x_get_register(struct soc_camera_device *icd,
aecde8b5 733 struct v4l2_dbg_register *reg)
08a66aea
KM
734{
735 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
736 int ret;
737
aecde8b5 738 reg->size = 1;
08a66aea
KM
739 if (reg->reg > 0xff)
740 return -EINVAL;
741
742 ret = i2c_smbus_read_byte_data(priv->client, reg->reg);
743 if (ret < 0)
744 return ret;
745
746 reg->val = (__u64)ret;
747
748 return 0;
749}
750
751static int ov772x_set_register(struct soc_camera_device *icd,
aecde8b5 752 struct v4l2_dbg_register *reg)
08a66aea
KM
753{
754 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
755
756 if (reg->reg > 0xff ||
757 reg->val > 0xff)
758 return -EINVAL;
759
760 return i2c_smbus_write_byte_data(priv->client, reg->reg, reg->val);
761}
762#endif
763
f82a8569
KM
764static const struct ov772x_win_size*
765ov772x_select_win(u32 width, u32 height)
766{
767 __u32 diff;
768 const struct ov772x_win_size *win;
769
770 /* default is QVGA */
771 diff = abs(width - ov772x_win_qvga.width) +
772 abs(height - ov772x_win_qvga.height);
773 win = &ov772x_win_qvga;
774
775 /* VGA */
776 if (diff >
777 abs(width - ov772x_win_vga.width) +
778 abs(height - ov772x_win_vga.height))
779 win = &ov772x_win_vga;
780
781 return win;
782}
783
d8fac217
GL
784static int ov772x_set_fmt(struct soc_camera_device *icd,
785 __u32 pixfmt,
786 struct v4l2_rect *rect)
08a66aea
KM
787{
788 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
789 int ret = -EINVAL;
cdce7c0b 790 u8 val;
08a66aea
KM
791 int i;
792
793 /*
794 * select format
795 */
796 priv->fmt = NULL;
797 for (i = 0; i < ARRAY_SIZE(ov772x_cfmts); i++) {
798 if (pixfmt == ov772x_cfmts[i].fourcc) {
799 priv->fmt = ov772x_cfmts + i;
08a66aea
KM
800 break;
801 }
802 }
2941e81f
KM
803 if (!priv->fmt)
804 goto ov772x_set_fmt_error;
08a66aea 805
f82a8569
KM
806 /*
807 * select win
808 */
809 priv->win = ov772x_select_win(rect->width, rect->height);
810
2941e81f
KM
811 /*
812 * reset hardware
813 */
814 ov772x_reset(priv->client);
815
2941e81f
KM
816 /*
817 * set size format
818 */
819 ret = ov772x_write_array(priv->client, priv->win->regs);
820 if (ret < 0)
821 goto ov772x_set_fmt_error;
822
823 /*
cdce7c0b 824 * set DSP_CTRL3
2941e81f 825 */
cdce7c0b
KM
826 val = priv->fmt->dsp3;
827 if (val) {
2941e81f 828 ret = ov772x_mask_set(priv->client,
cdce7c0b 829 DSP_CTRL3, UV_MASK, val);
2941e81f
KM
830 if (ret < 0)
831 goto ov772x_set_fmt_error;
832 }
833
834 /*
cdce7c0b 835 * set COM3
2941e81f 836 */
cdce7c0b 837 val = priv->fmt->com3;
05148911
KM
838 if (priv->info->flags & OV772X_FLAG_VFLIP)
839 val |= VFLIP_IMG;
840 if (priv->info->flags & OV772X_FLAG_HFLIP)
841 val |= HFLIP_IMG;
842 if (priv->flag_vflip)
843 val ^= VFLIP_IMG;
844 if (priv->flag_hflip)
845 val ^= HFLIP_IMG;
846
cdce7c0b 847 ret = ov772x_mask_set(priv->client,
05148911 848 COM3, SWAP_MASK | IMG_MASK, val);
cdce7c0b
KM
849 if (ret < 0)
850 goto ov772x_set_fmt_error;
851
852 /*
853 * set COM7
854 */
855 val = priv->win->com7_bit | priv->fmt->com7;
856 ret = ov772x_mask_set(priv->client,
857 COM7, (SLCT_MASK | FMT_MASK | OFMT_MASK),
858 val);
859 if (ret < 0)
860 goto ov772x_set_fmt_error;
2941e81f
KM
861
862 return ret;
863
864ov772x_set_fmt_error:
865
866 ov772x_reset(priv->client);
867 priv->win = NULL;
868 priv->fmt = NULL;
869
08a66aea
KM
870 return ret;
871}
872
d8fac217
GL
873static int ov772x_try_fmt(struct soc_camera_device *icd,
874 struct v4l2_format *f)
08a66aea 875{
f82a8569
KM
876 struct v4l2_pix_format *pix = &f->fmt.pix;
877 const struct ov772x_win_size *win;
08a66aea 878
f82a8569
KM
879 /*
880 * select suitable win
881 */
882 win = ov772x_select_win(pix->width, pix->height);
08a66aea 883
f82a8569
KM
884 pix->width = win->width;
885 pix->height = win->height;
886 pix->field = V4L2_FIELD_NONE;
08a66aea
KM
887
888 return 0;
889}
890
891static int ov772x_video_probe(struct soc_camera_device *icd)
892{
893 struct ov772x_priv *priv = container_of(icd, struct ov772x_priv, icd);
894 u8 pid, ver;
aeabc882 895 const char *devname;
08a66aea
KM
896
897 /*
898 * We must have a parent by now. And it cannot be a wrong one.
899 * So this entire test is completely redundant.
900 */
901 if (!icd->dev.parent ||
902 to_soc_camera_host(icd->dev.parent)->nr != icd->iface)
903 return -ENODEV;
904
905 /*
906 * ov772x only use 8 or 10 bit bus width
907 */
908 if (SOCAM_DATAWIDTH_10 != priv->info->buswidth &&
909 SOCAM_DATAWIDTH_8 != priv->info->buswidth) {
910 dev_err(&icd->dev, "bus width error\n");
911 return -ENODEV;
912 }
913
914 icd->formats = ov772x_fmt_lists;
915 icd->num_formats = ARRAY_SIZE(ov772x_fmt_lists);
916
08a66aea
KM
917 /*
918 * check and show product ID and manufacturer ID
919 */
920 pid = i2c_smbus_read_byte_data(priv->client, PID);
921 ver = i2c_smbus_read_byte_data(priv->client, VER);
aeabc882
KM
922
923 switch (VERSION(pid, ver)) {
924 case OV7720:
925 devname = "ov7720";
926 priv->model = V4L2_IDENT_OV7720;
927 break;
3cac2cab
KM
928 case OV7725:
929 devname = "ov7725";
930 priv->model = V4L2_IDENT_OV7725;
931 break;
aeabc882 932 default:
b90c032b
KM
933 dev_err(&icd->dev,
934 "Product ID error %x:%x\n", pid, ver);
08a66aea
KM
935 return -ENODEV;
936 }
937
938 dev_info(&icd->dev,
aeabc882
KM
939 "%s Product ID %0x:%0x Manufacturer ID %x:%x\n",
940 devname,
08a66aea
KM
941 pid,
942 ver,
943 i2c_smbus_read_byte_data(priv->client, MIDH),
944 i2c_smbus_read_byte_data(priv->client, MIDL));
945
08a66aea
KM
946 return soc_camera_video_start(icd);
947}
948
949static void ov772x_video_remove(struct soc_camera_device *icd)
950{
08a66aea 951 soc_camera_video_stop(icd);
08a66aea
KM
952}
953
954static struct soc_camera_ops ov772x_ops = {
955 .owner = THIS_MODULE,
956 .probe = ov772x_video_probe,
957 .remove = ov772x_video_remove,
958 .init = ov772x_init,
959 .release = ov772x_release,
960 .start_capture = ov772x_start_capture,
961 .stop_capture = ov772x_stop_capture,
d8fac217
GL
962 .set_fmt = ov772x_set_fmt,
963 .try_fmt = ov772x_try_fmt,
08a66aea
KM
964 .set_bus_param = ov772x_set_bus_param,
965 .query_bus_param = ov772x_query_bus_param,
05148911
KM
966 .controls = ov772x_controls,
967 .num_controls = ARRAY_SIZE(ov772x_controls),
968 .get_control = ov772x_get_control,
969 .set_control = ov772x_set_control,
08a66aea
KM
970 .get_chip_id = ov772x_get_chip_id,
971#ifdef CONFIG_VIDEO_ADV_DEBUG
972 .get_register = ov772x_get_register,
973 .set_register = ov772x_set_register,
974#endif
975};
976
977/*
978 * i2c_driver function
979 */
980
bef216b7
HV
981static int ov772x_probe(struct i2c_client *client,
982 const struct i2c_device_id *did)
08a66aea
KM
983{
984 struct ov772x_priv *priv;
985 struct ov772x_camera_info *info;
986 struct soc_camera_device *icd;
987 struct i2c_adapter *adapter = to_i2c_adapter(client->dev.parent);
988 int ret;
989
990 info = client->dev.platform_data;
991 if (!info)
992 return -EINVAL;
993
994 if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) {
995 dev_err(&adapter->dev,
996 "I2C-Adapter doesn't support "
997 "I2C_FUNC_SMBUS_BYTE_DATA\n");
998 return -EIO;
999 }
1000
1001 priv = kzalloc(sizeof(*priv), GFP_KERNEL);
1002 if (!priv)
1003 return -ENOMEM;
1004
1005 priv->info = info;
1006 priv->client = client;
1007 i2c_set_clientdata(client, priv);
1008
1009 icd = &priv->icd;
1010 icd->ops = &ov772x_ops;
1011 icd->control = &client->dev;
1012 icd->width_max = MAX_WIDTH;
1013 icd->height_max = MAX_HEIGHT;
1014 icd->iface = priv->info->link.bus_id;
1015
1016 ret = soc_camera_device_register(icd);
1017
77fe3d4a
KM
1018 if (ret) {
1019 i2c_set_clientdata(client, NULL);
08a66aea 1020 kfree(priv);
77fe3d4a 1021 }
08a66aea
KM
1022
1023 return ret;
1024}
1025
1026static int ov772x_remove(struct i2c_client *client)
1027{
1028 struct ov772x_priv *priv = i2c_get_clientdata(client);
1029
1030 soc_camera_device_unregister(&priv->icd);
77fe3d4a 1031 i2c_set_clientdata(client, NULL);
08a66aea
KM
1032 kfree(priv);
1033 return 0;
1034}
1035
1036static const struct i2c_device_id ov772x_id[] = {
aeabc882 1037 { "ov772x", 0 },
08a66aea
KM
1038 { }
1039};
1040MODULE_DEVICE_TABLE(i2c, ov772x_id);
1041
08a66aea
KM
1042static struct i2c_driver ov772x_i2c_driver = {
1043 .driver = {
1044 .name = "ov772x",
1045 },
1046 .probe = ov772x_probe,
1047 .remove = ov772x_remove,
1048 .id_table = ov772x_id,
1049};
1050
1051/*
1052 * module function
1053 */
1054
1055static int __init ov772x_module_init(void)
1056{
08a66aea
KM
1057 return i2c_add_driver(&ov772x_i2c_driver);
1058}
1059
1060static void __exit ov772x_module_exit(void)
1061{
1062 i2c_del_driver(&ov772x_i2c_driver);
1063}
1064
1065module_init(ov772x_module_init);
1066module_exit(ov772x_module_exit);
1067
1068MODULE_DESCRIPTION("SoC Camera driver for ov772x");
1069MODULE_AUTHOR("Kuninori Morimoto");
1070MODULE_LICENSE("GPL v2");
This page took 0.159535 seconds and 5 git commands to generate.