summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera/soc_camera.c
Commit message (Expand)AuthorAgeFilesLines
* media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-6/+8
* media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-4/+2Star
* media: media/platform: add const to v4l2_file_operations structuresBhumika Goyal2017-07-191-1/+1
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-061-3/+4
* [media] v4l: soc-camera: Remove videobuf1 supportLaurent Pinchart2017-03-221-84/+19Star
* [media] v4l2: remove g/s_crop from video opsHans Verkuil2016-08-241-93/+37Star
* [media] soc_camera: cleanup control device on async_unbindWolfram Sang2016-01-251-0/+2
* [media] v4l2-clk: add new definition: V4L2_CLK_NAME_SIZEJosh Wu2015-11-171-3/+3
* [media] v4l2-clk: add new macro for v4l2_clk_name_of()Josh Wu2015-11-171-2/+2
* [media] soc_camera: get the clock name by using macro: v4l2_clk_name_i2c()Josh Wu2015-11-171-6/+7
* [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-171-1/+1
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] soc-camera: increase the length of clk_name on soc_of_bind()Josh Wu2015-09-251-1/+1
* [media] soc_camera: always release queue for queue ownerHans Verkuil2015-08-111-4/+5
* [media] soc_camera: pass on streamoff errorHans Verkuil2015-08-111-3/+4
* [media] soc_camera: compliance fixesHans Verkuil2015-08-111-6/+12
* [media] soc_camera: fix expbuf supportHans Verkuil2015-08-111-6/+5Star
* [media] soc_camera: fix enum_inputHans Verkuil2015-08-111-0/+3
* [media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil2015-05-011-6/+9
* [media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil2015-05-011-5/+10
* Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-211-1/+2
|\
| * Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-181-1/+2
| |\
| | * of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel2015-02-231-1/+2
* | | Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2015-04-211-44/+64
|\ \ \ | |/ / |/| |
| * | [media] soc-camera: Make clock_start and clock_stop operations optionalLaurent Pinchart2015-04-021-29/+33
| * | [media] soc-camera: Unregister v4l2 clock in the OF bind error pathLaurent Pinchart2015-04-021-0/+2
| * | [media] media: soc-camera: use icd->control instead of icd->pdev for reset()Josh Wu2015-04-021-3/+5
| * | [media] V4L: remove clock name from v4l2_clk APIGuennadi Liakhovetski2015-04-021-3/+3
| * | [media] v4l2-subdev: add support for the new enum_frame_interval 'which' fieldHans Verkuil2015-03-231-9/+21
| |/
* / [media] soc-camera: Fix devm_kfree() in soc_of_bind()Geert Uytterhoeven2015-03-031-1/+1
|/
* [media] soc-camera: remove redundant codeGuennadi Liakhovetski2015-02-021-2/+0Star
* [media] soc_camera: use vb2_ops_wait_prepare/finish helperLad, Prabhakar2015-02-021-16/+0Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * media: platform: soc_camera: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-141-1/+1
|/
* [media] soc_camera: Support VIDIOC_EXPBUF ioctlKazunori Kobayashi2014-09-261-0/+17
* [media] soc_camera: use kmemdup()Mauro Carvalho Chehab2014-09-031-3/+1Star
* [media] soc_camera: add support for dt binding soc_camera driversBen Dooks2014-07-311-1/+128
* [media] V4L: soc-camera: explicitly free allocated managed memory on errorGuennadi Liakhovetski2014-06-171-4/+8
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-2/+2
* [media] soc_camera: disable STD ioctls if no tvnorms are setHans Verkuil2014-05-141-0/+8
* [media] V4L2: soc-camera: work around unbalanced calls to .s_power()Guennadi Liakhovetski2013-10-311-6/+16
* [media] soc-camera: switch to using the new struct v4l2_subdev_platform_dataGuennadi Liakhovetski2013-10-311-12/+12
* [media] V4L2: soc-camera: fix requesting regulators in synchronous caseGuennadi Liakhovetski2013-08-181-6/+27
* [media] soc_camera: fix compiler warningHans Verkuil2013-08-181-2/+3
* [media] V4L: Rename subdev field of struct v4l2_async_notifierSylwester Nawrocki2013-07-301-1/+1
* [media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_*Sylwester Nawrocki2013-07-301-1/+1
* [media] V4L2: soc-camera: fix uninitialised use compiler warningGuennadi Liakhovetski2013-06-281-1/+1
* [media] soc-camera: add V4L2-async supportGuennadi Liakhovetski2013-06-211-85/+442
* [media] soc-camera: switch I2C subdevice drivers to use v4l2-clkGuennadi Liakhovetski2013-06-211-37/+125