summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s3c-camif
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: platform: fix several typosMauro Carvalho Chehab2019-03-011-1/+1
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-2/+2
|\
| * media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-311-2/+2
* | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-7/+7
|/
* media: s3c-camif: fix return code for the polling routineMauro Carvalho Chehab2018-08-081-1/+1
* media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita2018-06-281-0/+2
* media: s3c-camif: fix out-of-bounds array accessArnd Bergmann2018-03-061-3/+4
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\
| * media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | media: s3c-camif: add missing description at s3c_camif_find_format()Mauro Carvalho Chehab2017-11-301-0/+1
|/
* media: s3c-camif: don't set driver_versionHans Verkuil2017-08-081-1/+0Star
* media: s3c-camif: use LINUX_VERSION_CODE for driver's versionMauro Carvalho Chehab2017-07-201-1/+1
* [media] s3c-camif: fix arguments position in a function callGustavo A. R. Silva2017-06-131-2/+2
* [media] media: platform: s3c-camif: constify v4l2_subdev_ops structuresBhumika Goyal2017-02-031-1/+1
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-3/+3
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-083-14/+2Star
* [media] media: s3c-camif: fix deadlock on driver probe()Marek Szyprowski2016-05-021-9/+3Star
* [media] call media_device_init() before registering the V4L2 deviceMauro Carvalho Chehab2016-01-111-2/+2
* [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-111-5/+10
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-2/+2
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-111-1/+1
* [media] media: rename the function that create pad linksMauro Carvalho Chehab2016-01-111-2/+2
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-2/+2
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-22/+11Star
* [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-172-2/+2
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-012-8/+9
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-013-3/+3
* [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-011-7/+1Star
* [media] media: platform: s3c-camif: Constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
* [media] s3c-camif: Check if fmt is NULL before useMauro Carvalho Chehab2015-04-301-3/+6
* [media] s3c-camif: fix compiler warningsHans Verkuil2015-04-281-2/+2
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-231-9/+9
* [media] media: s3c-camif: use vb2_ops_wait_prepare/finish helperPrabhakar Lad2014-12-221-14/+3Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * media: platform: s3c-camif: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | [media] platform: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-251-2/+1Star
* | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-142-9/+9
|/
* [media] s3c-camif: fix dma_addr_t printksMauro Carvalho Chehab2014-09-262-4/+4
* [media] v4l: s3c-camif: Return V4L2_FIELD_NONE from pad-level set formatLaurent Pinchart2014-07-221-0/+2
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0Star
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-2/+2
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-1/+1
* [media] s3c-camif: Remove use of deprecated V4L2_CTRL_FLAG_DISABLEDHans Verkuil2014-02-041-7/+8
* [media] s3c-camif: forever loop in camif_hw_set_source_format()Dan Carpenter2013-08-241-4/+4