summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/exynos4-is
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-174-51/+64
* media: exynos4-is: Fix a use after free in isp_video_releaseLv Yunlong2021-06-021-2/+5
* media: exynos4-is: remove a now unused integerMauro Carvalho Chehab2021-05-111-1/+0
* media: exynos4-is: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab2021-05-108-30/+19
* media: exynos4-is: Fix kernel-doc entries in fimc-is.hSylwester Nawrocki2021-04-061-2/+19
* media: exynos4-is: fix kernel-doc warningsHans Verkuil2021-04-065-8/+29
* media: exynos-gsc/exynos4-is: add missing 'struct' to kerneldocHans Verkuil2021-03-221-1/+1
* media: exynos4-is: add missing call to of_node_put()Yang Li2021-03-221-1/+3
* media: fix incorrect kernel doc usagesHans Verkuil2021-03-111-1/+1
* media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2021-02-061-1/+2
* media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2021-02-062-12/+14
* media: platform: exynos4-is: remove all references to physical addressesMarek Szyprowski2020-12-0311-60/+58
* media: exynos4-is: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+4
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+0
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* | media: exynos4-is: Fix several reference count leaks due to pm_runtime_get_syncQiushi Wu2020-09-272-2/+4
* | media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu2020-09-271-1/+3
* | media: exynos4-is: Fix a reference count leakQiushi Wu2020-09-271-1/+3
* | media: exynos4-is: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-011-13/+4
* | media: exynos4-is: Handle duplicate calls to vidioc_streamoffJonathan Bakker2020-09-011-2/+5
* | media: exynos4-is: Remove unused struct member input_indexJonathan Bakker2020-09-011-2/+0
* | media: exynos4-is: Remove inh_sensor_ctrlsJonathan Bakker2020-09-012-15/+1
* | media: exynos4-is: Add support for multiple sensors on one portJonathan Bakker2020-09-011-9/+19
* | media: exynos4-is: Use global num_sensors rather than local indexJonathan Bakker2020-09-011-7/+4
* | media: exynos4-is: Properly set JPEG options for parallel portsJonathan Bakker2020-09-011-0/+7
* | media: exynos4-is: Correct missing entity function initializationJonathan Bakker2020-09-011-0/+1
* | media: exynos4-is: Fix nullptr when no CSIS device presentJonathan Bakker2020-09-011-1/+16
* | media: exynos4-is: Request syscon only if ISP writeback is presentTomasz Figa2020-09-011-3/+5
* | media: exynos4-is: Remove static driver data for S5PV210 FIMC variantsJonathan Bakker2020-09-011-59/+0
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-293-5/+5
* | media: exynos4-is: Simplify the pinctrl codeSylwester Nawrocki2020-08-292-33/+5
* | media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"Sylwester Nawrocki2020-08-291-3/+1
|/
* media: exynos4-is: Add missed check for pinctrl_lookup_state()Chuhong Yuan2020-07-041-0/+3
* media: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-07-041-1/+1
* media: use v4l2_rect_enclosed helperBenoit Parrot2020-07-042-30/+6
* media: exynos4-is: Fix runtime PM imbalance in fimc_is_probeDinghao Liu2020-06-231-0/+1
* media: exynos4-is: Fix runtime PM imbalance in isp_video_openDinghao Liu2020-06-231-0/+1
* media: fimc-capture: Fix runtime PM imbalance on errorDinghao Liu2020-06-231-1/+3
* media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab2020-04-141-2/+3
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-244-4/+4
* media: exynos4-is: add missed clk_disable_unprepare in removeChuhong Yuan2020-02-241-0/+3
* media: Fix Kconfig indentationKrzysztof Kozlowski2020-02-241-1/+1
* media: exynos4-is: fix wrong mdev and v4l2 dev order in error pathSeung-Woo Kim2019-11-081-3/+4
* media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim2019-11-051-1/+1
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-261-3/+3
* media: use the BIT() macroMauro Carvalho Chehab2019-08-262-107/+111
* media: exynos4-is: Remove call to memset after dma_alloc_coherentFuqian Huang2019-08-131-1/+0
* media: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-071-3/+1
* media: exynos4-is: fix leaked of_node referencesWen Yang2019-07-232-0/+3
* media: media/platform: don't set description in ENUM_FMTHans Verkuil2019-07-226-36/+0