summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s3c-camif
Commit message (Expand)AuthorAgeFilesLines
* media: s3c-camif: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-202-3/+4
* media: s3c-camif/camif-core.h: fix kernel-doc warningsHans Verkuil2021-04-061-3/+13
* media: s3c-camif: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+4
* media: platform: s3c-camif: Fix runtime PM imbalance on errorDinghao Liu2020-09-271-3/+2
* media: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-07-041-1/+1
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: s3c-camif: make array 'registers' static const, makes object smallerColin Ian King2019-10-011-1/+1
* media: use the BIT() macroMauro Carvalho Chehab2019-08-261-58/+60
* media: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-071-3/+1
* media: s3c-camif/s5p-g2d/s5p-jpeg: set device_caps in struct video_deviceHans Verkuil2019-07-221-4/+1
* media: media/platform: don't set description in ENUM_FMTHans Verkuil2019-07-223-14/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 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-301-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/+0
* 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/+2
* [media] media: s3c-camif: fix deadlock on driver probe()Marek Szyprowski2016-05-021-9/+3
* [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/+11
* [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/+1
* [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/+3