aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ov7670.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab1-1586/+0
2012-03-08[media] convert drivers/media/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-07-27[media] marvell-cam: Move cafe-ccic into its own directoryJonathan Corbet1-2/+1
2011-01-19[media] v4l2-subdev: remove core.s_config and v4l2_i2c_new_subdev_cfg()Hans Verkuil1-42/+32
2010-10-23[media] ov7670: allow configuration of image size, clock speed, and I/O methodDaniel Drake1-38/+95
2010-10-21[media] ov7670: fix QVGA visible areaDaniel Drake1-4/+4
2010-10-21[media] ov7670: implement VIDIOC_ENUM_FRAMESIZESDaniel Drake1-0/+17
2010-10-21[media] ov7670: implement VIDIOC_ENUM_FRAMEINTERVALSJonathan Corbet1-3/+18
2010-10-21V4L/DVB: ov7670: remove obsolete v4l2-i2c-drv.h headerHans Verkuil1-6/+21
2010-10-21V4L/DVB: ov7670: remove obsolete enum/try/s_fmt opsHans Verkuil1-74/+0
2010-10-21V4L/DVB: ov7670: add enum/try/s_mbus_fmt supportHans Verkuil1-14/+80
2010-05-18V4L/DVB: ov7670: silence some compiler warningsJonathan Corbet1-4/+3
2010-05-18V4L/DVB: ov7670: Always rewrite clkrc when setting formatJonathan Corbet1-1/+5
2010-05-18V4L/DVB: ov7670: Restore SMBUS I/O for the XO 1.0Jonathan Corbet1-0/+37
2010-05-18V4L/DVB: ov7670: wire up controls for exposure and autoexposureJonathan Corbet1-0/+86
2010-05-18V4L/DVB: ov7670: Wire up V4L2_CID_GAIN and V4L2_CID_AUTOGAINJonathan Corbet1-0/+73
2010-05-18V4L/DVB: ov7670: Don't use SMBUS I/OJonathan Corbet1-4/+30
2010-05-18V4L/DVB: ov7670: Avoid reading clkrcJonathan Corbet1-27/+18
2010-05-18V4L/DVB: ov7670: Use CCIR601 in all video modesJonathan Corbet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-30V4L/DVB (11117): ov7670: add support to get/set registersHans Verkuil1-0/+34
2009-03-30V4L/DVB (11116): ov7670: cleanup and remove legacy code.Hans Verkuil1-152/+58
2009-03-30V4L/DVB (11113): ov7670: convert to v4l2_subdevHans Verkuil1-196/+180
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-1/+1
2009-01-07i2c: Drop I2C_CLASS_CAM_DIGITALJean Delvare1-1/+0
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-1/+1
2008-07-20V4L/DVB (8381): ov7670: fix compile warningsHans Verkuil1-8/+8
2008-07-20V4L/DVB (8318): OV7670: don't reject unsupported settingsDaniel Drake1-6/+6
2008-07-12ov7670: clean up ov7670_read semanticsAndres Salomon1-1/+3
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-08-20V4L/DVB (6027): Get rid of an ill-behaved msleep in i2c writeJonathan Corbet1-1/+4
2007-07-18V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.Robert P. J. Day1-2/+2
2007-05-22V4L/DVB (5691): Ov7670: reset clkrc in rgb565 modeJonathan Corbet1-3/+18
2007-04-27V4L/DVB (5469): Add raw bayer support to the ov7670 driverJonathan Corbet1-6/+24
2007-04-27V4L/DVB (5469a): Copyright and maintainer tweaksJonathan Corbet1-0/+2
2007-04-27V4L/DVB (5468): Don't mirror ov7670 images by defaultJonathan Corbet1-1/+1
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil1-3/+3
2006-12-12Jon needs a new shift key.Dave Jones1-1/+1
2006-12-10V4L/DVB (4909): Add s/g_parm to cafe_ccicJonathan Corbet1-5/+67
2006-12-10V4L/DVB (4908): Remove the fake RGB32 format from cafe_ccicJonathan Corbet1-15/+0
2006-12-10V4L/DVB (4842): Updated camera driverJonathan Corbet1-41/+325
2006-12-10V4L/DVB (4798): OmniVision OV7670 driverJonathan Corbet1-0/+1002