aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/i2c/ov7670.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23media: ov7670: don't return ENOTTY if SUBDEV_API is not setHans Verkuil1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner1-3/+1
2019-03-20media: ov7670: don't access registers when the device is powered offAkinobu Mita1-5/+26
2019-03-20media: ov7670: restore default settings after power-upAkinobu Mita1-0/+1
2019-01-25media: ov7670: control clock along with powerLubomir Rintel1-16/+14
2019-01-25media: ov7670: hook s_power onto v4l2 coreLubomir Rintel1-6/+44
2019-01-25media: ov7670: split register setting from set_framerate() logicLubomir Rintel1-12/+15
2019-01-25media: ov7670: split register setting from set_fmt() logicLubomir Rintel1-34/+46
2019-01-25media: ov7670: Remove useless use of a ret variableSakari Ailus1-5/+1
2019-01-16media: v4l2: i2c: ov7670: Fix PLL bypass register valuesJacopo Mondi1-10/+6
2018-11-23media: ov7670: support log_status ioctl and event interfaceAkinobu Mita1-1/+5
2018-10-05media: ov7670: make "xclk" clock optionalLubomir Rintel1-10/+17
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus1-1/+1
2018-07-24media: i2c: ov7670: Put ep fwnode after useJacopo Mondi1-4/+2
2018-02-23media: v4l2: i2c: ov7670: Implement OF mbus configurationJacopo Mondi1-14/+84
2018-02-22media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil1-14/+8
2018-01-23media: entity: Add a nop variant of media_entity_cleanupSakari Ailus1-4/+0
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-19/+19
2017-12-08media: ov7670: add V4L2_CID_TEST_PATTERN controlAkinobu Mita1-1/+45
2017-12-08media: ov7670: use v4l2_async_unregister_subdev()Akinobu Mita1-1/+1
2017-10-27media: ov7670: Add the ov7670_s_power functionWenyou Yang1-5/+26
2017-10-27media: ov7670: Add the get_fmt callbackWenyou Yang1-1/+76
2017-10-27media: ov7670: Add entity pads initializationWenyou Yang1-1/+20
2017-08-08media: ov7670: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2017-08-08media: ov7670: Return the real error codeFabio Estevam1-1/+1
2017-04-10[media] ov7670: add devicetree supportHans Verkuil1-2/+38
2017-04-10[media] ov7670: get xclkHans Verkuil1-1/+17
2017-04-10[media] ov7670: fix g/s_parmHans Verkuil1-3/+1
2017-04-10[media] ov7670: call v4l2_async_register_subdevHans Verkuil1-3/+10
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-08-11[media] i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-01[media] v4l2: replace try_mbus_fmt by set_fmtHans Verkuil1-11/+16
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil1-5/+6
2015-05-01[media] ov7670: use colorspace SRGB instead of JPEGHans Verkuil1-1/+1
2015-05-01[media] ov7670: check for valid width/height in ov7670_enum_frame_intervalHans Verkuil1-0/+23
2015-05-01[media] ov7670: check read error also for REG_AECHH on ov7670_s_exp()Mauro Carvalho Chehab1-1/+1
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_interval 'which' fieldHans Verkuil1-14/+23
2014-11-14[media] i2c: Make use of media_bus_format enumBoris BREZILLON1-8/+8
2014-08-21[media] ov7670: Include media/v4l2-image-sizes.hAxel Lin1-13/+1
2014-05-13[media] V4L2: ov7670: fix a wrong index, potentially Oopsing the kernel from user-spaceGuennadi Liakhovetski1-1/+1
2013-06-17[media] media/i2c: remove g_chip_ident opHans Verkuil1-17/+0
2013-05-27[media] media: i2c: remove duplicate checks for EPERM in dbg_g/s_registerLad, Prabhakar1-4/+0
2013-05-21[media] media: i2c: Convert to devm_kzalloc()Laurent Pinchart1-4/+1
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-1/+1
2013-02-08[media] ov7670: remove legacy ctrl callbacksJavier Martin1-7/+0
2013-02-08[media] ov7670: use the control frameworkJavier Martin1-198/+112
2013-02-08[media] media: ov7670: Add possibility to disable pixclk during hblankJavier Martin1-0/+7
2013-02-08[media] media: ov7670: add possibility to bypass pll for ov7675Javier Martin1-2/+26
2013-02-08[media] media: ov7670: calculate framerate properly for ov7675Javier Martin1-18/+118
2013-02-08[media] media: ov7670: make try_fmt() consistent with 'min_height' and 'min_width'Javier Martin1-3/+19