summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/mt9v032.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-1/+1
* media: media/i2c: add missing entity functionsHans Verkuil2018-07-251-0/+1
* media: v4l: mt9v032: Disable clock on error pathsAlexey Khoroshilov2017-12-081-6/+15
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-061-3/+4
* [media] drivers: media: i2c: constify v4l2_subdev_* structuresBhumika Goyal2017-02-031-4/+4
* [media] v4l: mt9v032: Remove unneeded gpiod NULL checkLaurent Pinchart2017-01-311-2/+1
* [media] v4l: mt9v032: Add V4L2 controls for AEC and AGCMarkus Pargmann2016-06-281-58/+207
* [media] v4l: mt9v032: Do not unset master_modeMarkus Pargmann2016-06-281-3/+3
* [media] v4l: mt9v032: Remove duplicate test for I2C_FUNC_SMBUS_WORD_DATA func...Axel Lin2016-06-281-7/+0
* [media] v4l: mt9v032: Remove unneeded headerLaurent Pinchart2016-06-281-1/+0
* [media] mt9v032: Add reset and standby gpiosMarkus Pargmann2016-01-251-0/+28
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] i2c: constify v4l2_ctrl_ops structuresJulia Lawall2015-11-171-1/+1
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
* [media] mt9v032: fix uninitialized variable warningHans Verkuil2015-08-111-1/+1
* [media] v4l: mt9v032: Add OF supportLaurent Pinchart2015-04-021-1/+68
* [media] v4l: mt9v032: Consider control initialization errors as fatalLaurent Pinchart2015-04-021-3/+6
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-231-18/+18
* [media] media: drop call to v4l2_device_unregister_subdev()Lad, Prabhakar2015-03-031-1/+0
* [media] v4l2 subdevs: replace get/set_crop by get/set_selectionHans Verkuil2014-12-221-19/+24
* [media] i2c: Make use of media_bus_format enumBoris BREZILLON2014-11-141-6/+6
* [media] mt9v032: use regmapPhilipp Zabel2014-07-221-68/+46
* [media] mt9v032: register v4l2 asynchronous subdevicePhilipp Zabel2014-07-221-1/+11
* [media] mt9v032: add support for mt9v022 and mt9v024Philipp Zabel2014-07-221-8/+32
* [media] mt9v032: do not clear reserved bits in read mode registerPhilipp Zabel2014-07-221-3/+9
* [media] mt9v032: fix hblank calculationPhilipp Zabel2014-07-221-2/+2
* [media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil2014-07-171-1/+1
* [media] v4l2-ctrls: increase internal min/max/step/def to 64 bitHans Verkuil2014-07-171-1/+1
* [media] mt9v032: Check return value of clk_prepare_enable/clk_set_rateLad, Prabhakar2014-02-241-2/+8
* [media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda2014-01-071-17/+21
* [media] mt9v032: Add support for the MT9V034Laurent Pinchart2013-12-111-8/+46
* [media] mt9v032: Add support for model-specific parametersLaurent Pinchart2013-12-111-15/+67
* [media] mt9v032: Add support for monochrome modelsLaurent Pinchart2013-12-111-3/+34
* [media] mt9v032: Fix binning configurationLaurent Pinchart2013-12-111-23/+45
* [media] mt9v032: Fix pixel array sizeLaurent Pinchart2013-12-111-2/+3
* [media] mt9v032: Remove unused macroLaurent Pinchart2013-12-111-2/+0
* [media] mt9v032: Use the common clock frameworkLaurent Pinchart2013-08-221-6/+11
* [media] media: i2c: Convert to devm_kzalloc()Laurent Pinchart2013-05-211-5/+2
* [media] mt9v032: Free control handler in cleanup pathsLaurent Pinchart2013-05-211-1/+6
* [media] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pa...Lad, Prabhakar2012-10-051-19/+35
* [media] mt9v032: Export horizontal and vertical blanking as V4L2 controlsLaurent Pinchart2012-09-131-3/+32
* [media] mt9v032: Provide link frequency controlLaurent Pinchart2012-09-131-5/+43
* [media] mt9v032: Provide pixel rate controlSakari Ailus2012-09-131-2/+25
* [media] move i2c files into drivers/media/i2cMauro Carvalho Chehab2012-08-151-0/+763