summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera/soc_camera.c
Commit message (Expand)AuthorAgeFilesLines
* media: soc_camera: Move to the staging treeSakari Ailus2019-02-181-2170/+0Star
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-3/+4
|\
| * media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-311-2/+2
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-311-1/+2
* | media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-10/+25
* | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-1/+1
* | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-3/+3
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* soc_camera: fix a weird cast on printkMauro Carvalho Chehab2018-03-231-1/+1
* media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil2018-02-221-4/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-1/+1
|\
| * media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2017-12-291-1/+1
* | media: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* | anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
|/
* 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
|/