aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/i2c/soc_camera (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-26media: i2c: make device_type constBhumika Goyal1-1/+1
2017-07-18media: ov6650: convert to standalone v4l2 subdeviceJanusz Krzysztofik3-1090/+0
2017-06-23[media] media: i2c: ov772x: Force use of SCCB protocolJacopo Mondi1-2/+4
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab1-0/+2
2017-04-14[media] ov9740: avoid calling ov9740_res_roundup() twiceHans Verkuil1-17/+1
2017-04-14[media] ov9640: avoid calling ov9640_res_roundup() twiceHans Verkuil1-21/+3
2017-04-14[media] ov772x: avoid calling ov772x_select_params() twiceHans Verkuil1-28/+13
2017-04-14[media] ov5642: avoid calling ov5642_find_datafmt() twiceHans Verkuil1-1/+1
2017-04-14[media] mt9v022: avoid calling mt9v022_find_datafmt() twiceHans Verkuil1-4/+4
2017-04-14[media] mt9m001: avoid calling mt9m001_find_datafmt() twiceHans Verkuil1-4/+4
2017-04-14[media] imx074: avoid calling imx074_find_datafmt() twiceHans Verkuil1-1/+1
2017-04-10[media] ov2640: convert from soc-camera to a standard subdev sensor driverHans Verkuil3-1202/+0
2017-04-10[media] ov2640: fix colorspace handlingHans Verkuil1-16/+7
2017-03-23[media] media: i2c: soc_camera: constify v4l2_subdev_* structuresBhumika Goyal13-39/+39
2017-03-23[media] media: i2c/soc_camera: fix ov6650 sensor getting wrong clockJanusz Krzysztofik1-1/+1
2017-03-22[media] soc-camera: ov5642: Add OF device ID tableJavier Martinez Canillas1-0/+9
2017-01-30[media] soc-camera: Fix a return value in case of errorChristophe JAILLET1-1/+1
2016-10-21[media] soc_camera: don't break long linesMauro Carvalho Chehab3-6/+3
2016-09-09[media] media: mt9m111: move mt9m111 out of soc_cameraRobert Jarzmik3-1039/+5
2016-09-09[media] media: mt9m111: use only the SRGB colorspaceRobert Jarzmik1-4/+4
2016-09-09[media] media: mt9m111: make a standalone v4l2 subdeviceRobert Jarzmik1-36/+15
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil14-373/+371
2016-01-25[media] soc_camera: constify v4l2_subdev_sensor_ops structuresJulia Lawall3-3/+3
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2-2/+2
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab5-5/+5
2015-08-11[media] mt9t112: JPEG -> SRGBHans Verkuil1-4/+4
2015-08-11[media] tw9910: init priv->scale and update standardHans Verkuil1-1/+28
2015-08-11[media] tw9910: don't use COLORSPACE_JPEGHans Verkuil1-3/+3
2015-05-01[media] v4l2: replace try_mbus_fmt by set_fmtHans Verkuil14-168/+189
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil12-36/+96
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil14-72/+143
2015-04-08[media] ov2640: add missing consumer.h includeHans Verkuil1-0/+1
2015-04-02[media] media: ov2640: add primary dt supportJosh Wu1-7/+83
2015-04-02[media] media: ov2640: add async probe functionJosh Wu1-14/+22
2015-03-03[media] media: drop call to v4l2_device_unregister_subdev()Lad, Prabhakar1-1/+0
2015-02-02[media] ov2640: use the v4l2 size definitionsJosh Wu1-52/+30
2014-11-14[media] i2c: Make use of media_bus_format enumBoris BREZILLON14-203/+203
2014-09-03[media] ov9740: use true/false for boolean varsMauro Carvalho Chehab1-2/+2
2014-08-21[media] soc_camera: ov772x: Include media/v4l2-image-sizes.hAxel Lin1-4/+1
2014-08-21[media] soc_camera: mt9t112: Include media/v4l2-image-sizes.hAxel Lin1-3/+1
2014-07-30[media] media: mt9m111: add device-tree suppportRobert Jarzmik1-0/+12
2014-07-17[media] Fix 64-bit division fall-out from 64-bit control rangesHans Verkuil3-8/+8
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-2/+2
2014-05-13[media] tw9910: add g_tvnorms video opHans Verkuil1-0/+7
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda1-2/+2
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan1-1/+1
2013-10-31[media] imx074: fix error handling for failed async subdevice registrationGuennadi Liakhovetski1-1/+3
2013-10-17[media] media: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-18[media] V4L2: mt9m111: switch to asynchronous subdevice probingGuennadi Liakhovetski1-12/+26