aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/i2c/mt9v032.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-04media: i2c: mt9v032: fix enum mbus codes and frame sizesEugen Hristev1-2/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus1-1/+1
2018-07-25media: media/i2c: add missing entity functionsHans Verkuil1-0/+1
2017-12-08media: v4l: mt9v032: Disable clock on error pathsAlexey Khoroshilov1-6/+15
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-3/+4
2017-02-03[media] drivers: media: i2c: constify v4l2_subdev_* structuresBhumika Goyal1-4/+4
2017-01-31[media] v4l: mt9v032: Remove unneeded gpiod NULL checkLaurent Pinchart1-2/+1
2016-06-28[media] v4l: mt9v032: Add V4L2 controls for AEC and AGCMarkus Pargmann1-58/+207
2016-06-28[media] v4l: mt9v032: Do not unset master_modeMarkus Pargmann1-3/+3
2016-06-28[media] v4l: mt9v032: Remove duplicate test for I2C_FUNC_SMBUS_WORD_DATA functionalityAxel Lin1-7/+0
2016-06-28[media] v4l: mt9v032: Remove unneeded headerLaurent Pinchart1-1/+0
2016-01-25[media] mt9v032: Add reset and standby gpiosMarkus Pargmann1-0/+28
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
2015-11-17[media] i2c: constify v4l2_ctrl_ops structuresJulia Lawall1-1/+1
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-08-11[media] mt9v032: fix uninitialized variable warningHans Verkuil1-1/+1
2015-04-02[media] v4l: mt9v032: Add OF supportLaurent Pinchart1-1/+68
2015-04-02[media] v4l: mt9v032: Consider control initialization errors as fatalLaurent Pinchart1-3/+6
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil1-18/+18
2015-03-03[media] media: drop call to v4l2_device_unregister_subdev()Lad, Prabhakar1-1/+0
2014-12-22[media] v4l2 subdevs: replace get/set_crop by get/set_selectionHans Verkuil1-19/+24
2014-11-14[media] i2c: Make use of media_bus_format enumBoris BREZILLON1-6/+6
2014-07-22[media] mt9v032: use regmapPhilipp Zabel1-68/+46
2014-07-22[media] mt9v032: register v4l2 asynchronous subdevicePhilipp Zabel1-1/+11
2014-07-22[media] mt9v032: add support for mt9v022 and mt9v024Philipp Zabel1-8/+32
2014-07-22[media] mt9v032: do not clear reserved bits in read mode registerPhilipp Zabel1-3/+9
2014-07-22[media] mt9v032: fix hblank calculationPhilipp Zabel1-2/+2
2014-07-17[media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil1-1/+1
2014-07-17[media] v4l2-ctrls: increase internal min/max/step/def to 64 bitHans Verkuil1-1/+1
2014-02-24[media] mt9v032: Check return value of clk_prepare_enable/clk_set_rateLad, Prabhakar1-2/+8
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda1-17/+21
2013-12-11[media] mt9v032: Add support for the MT9V034Laurent Pinchart1-8/+46
2013-12-11[media] mt9v032: Add support for model-specific parametersLaurent Pinchart1-15/+67
2013-12-11[media] mt9v032: Add support for monochrome modelsLaurent Pinchart1-3/+34
2013-12-11[media] mt9v032: Fix binning configurationLaurent Pinchart1-23/+45
2013-12-11[media] mt9v032: Fix pixel array sizeLaurent Pinchart1-2/+3
2013-12-11[media] mt9v032: Remove unused macroLaurent Pinchart1-2/+0
2013-08-22[media] mt9v032: Use the common clock frameworkLaurent Pinchart1-6/+11
2013-05-21[media] media: i2c: Convert to devm_kzalloc()Laurent Pinchart1-5/+2
2013-05-21[media] mt9v032: Free control handler in cleanup pathsLaurent Pinchart1-1/+6
2012-10-05[media] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern controlLad, Prabhakar1-19/+35
2012-09-13[media] mt9v032: Export horizontal and vertical blanking as V4L2 controlsLaurent Pinchart1-3/+32
2012-09-13[media] mt9v032: Provide link frequency controlLaurent Pinchart1-5/+43
2012-09-13[media] mt9v032: Provide pixel rate controlSakari Ailus1-2/+25
2012-08-15[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab1-0/+763