summaryrefslogtreecommitdiff
path: root/drivers/media/platform/exynos4-is
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename exynos4-is/ to samsung/exynos4-is/Mauro Carvalho Chehab35-17418/+0
2022-03-14media: platform: move platform menu dependencies to driversMauro Carvalho Chehab1-0/+1
2022-03-04media: media-entity: Add media_pad_is_streaming() helper functionLaurent Pinchart3-5/+8
2022-01-28media: exynos4-is: Use platform_get_irq() to get the interruptLad Prabhakar2-12/+10
2021-09-30media: exynos4-is: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-10/+10
2021-08-04media: exynos4-is: use DEVICE_ATTR_RW() helper macroZhen Lei1-7/+6
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen4-51/+64
2021-06-02media: exynos4-is: Fix a use after free in isp_video_releaseLv Yunlong1-2/+5
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-05-11media: exynos4-is: remove a now unused integerMauro Carvalho Chehab1-1/+0
2021-05-10media: exynos4-is: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab8-30/+19
2021-04-06media: exynos4-is: Fix kernel-doc entries in fimc-is.hSylwester Nawrocki1-2/+19
2021-04-06media: exynos4-is: fix kernel-doc warningsHans Verkuil5-8/+29
2021-03-22media: exynos-gsc/exynos4-is: add missing 'struct' to kerneldocHans Verkuil1-1/+1
2021-03-22media: exynos4-is: add missing call to of_node_put()Yang Li1-1/+3
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil1-1/+1
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-1/+2
2021-02-06media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2-12/+14
2020-12-03media: platform: exynos4-is: remove all references to physical addressesMarek Szyprowski11-60/+58
2020-11-16media: exynos4-is: use semicolons rather than commas to separate statementsJulia Lawall1-2/+4
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-09-27media: exynos4-is: Fix several reference count leaks due to pm_runtime_get_syncQiushi Wu2-2/+4
2020-09-27media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu1-1/+3
2020-09-27media: exynos4-is: Fix a reference count leakQiushi Wu1-1/+3
2020-09-01media: exynos4-is: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+4
2020-09-01media: exynos4-is: Handle duplicate calls to vidioc_streamoffJonathan Bakker1-2/+5
2020-09-01media: exynos4-is: Remove unused struct member input_indexJonathan Bakker1-2/+0
2020-09-01media: exynos4-is: Remove inh_sensor_ctrlsJonathan Bakker2-15/+1
2020-09-01media: exynos4-is: Add support for multiple sensors on one portJonathan Bakker1-9/+19
2020-09-01media: exynos4-is: Use global num_sensors rather than local indexJonathan Bakker1-7/+4
2020-09-01media: exynos4-is: Properly set JPEG options for parallel portsJonathan Bakker1-0/+7
2020-09-01media: exynos4-is: Correct missing entity function initializationJonathan Bakker1-0/+1
2020-09-01media: exynos4-is: Fix nullptr when no CSIS device presentJonathan Bakker1-1/+16
2020-09-01media: exynos4-is: Request syscon only if ISP writeback is presentTomasz Figa1-3/+5
2020-09-01media: exynos4-is: Remove static driver data for S5PV210 FIMC variantsJonathan Bakker1-59/+0
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-08-29media: exynos4-is: Simplify the pinctrl codeSylwester Nawrocki2-33/+5
2020-08-29media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"Sylwester Nawrocki1-3/+1
2020-07-04media: exynos4-is: Add missed check for pinctrl_lookup_state()Chuhong Yuan1-0/+3
2020-07-04media: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2020-07-04media: use v4l2_rect_enclosed helperBenoit Parrot2-30/+6
2020-06-23media: exynos4-is: Fix runtime PM imbalance in fimc_is_probeDinghao Liu1-0/+1
2020-06-23media: exynos4-is: Fix runtime PM imbalance in isp_video_openDinghao Liu1-0/+1
2020-06-23media: fimc-capture: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-04-14media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab1-2/+3
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil4-4/+4
2020-02-24media: exynos4-is: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+3