summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap4iss
AgeCommit message (Expand)AuthorFilesLines
2022-12-07drivers: staging: media: omap4iss: Use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-9/+9
2022-11-25media: staging: omap4iss: remove cacheflush importIan Cowan1-2/+0
2022-09-24media: drivers: use video device pipeline start/stopTomi Valkeinen1-3/+3
2022-09-24media: mc: entity: Add media_entity_pipeline() to access the media pipelineLaurent Pinchart3-7/+11
2022-08-29media: staging/media/omap4iss/iss_video.c: videobuf -> vb2Hans Verkuil1-1/+1
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart3-5/+5
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen4-71/+89
2021-05-10media: staging: media: omap4iss: Remove unused macro functionAline Santana Cordeiro1-3/+0
2021-05-10media: staging: media: omap4iss: Align line break to the open parenthesis in ...Aline Santana Cordeiro1-2/+2
2021-04-09media: staging: media: omap4iss: align arguments with open parenthesisBeatriz Martins de Carvalho1-1/+1
2021-04-06media: omap4iss: Acquire graph mutex for graph traversalSakari Ailus2-0/+8
2021-03-23media: staging: media: omap4iss: code style - avoid macro argument precedence...Nikolay Kyx1-8/+8
2021-03-11media: omap4iss: return error code when omap4iss_get() failedYang Yingliang1-1/+3
2021-01-12media: drivers: staging: media: remove unneeded MODULE_VERSION() callEnrico Weigelt2-2/+0
2020-09-01media: omap: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-04-14media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab1-1/+3
2020-03-02media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia1-2/+2
2020-02-24media: staging/media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-10-16media: staging: media: Make use of devm_platform_ioremap_resourceHariprasad Kelam1-5/+1
2019-10-16media: staging: media: omap4iss: Replace NULL comparison.Nachammai Karuppiah1-2/+2
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-22media: drivers/staging/media: don't set description for ENUM_FMTHans Verkuil2-23/+19
2019-06-05media: staging/media: set device_caps in struct video_deviceHans Verkuil1-6/+5
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-01media: staging: fix several typosMauro Carvalho Chehab1-1/+1
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+2
2018-09-12media: staging: media: omap4iss: Added SPDX license identifiersDaniel Graefe17-75/+20
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab5-9/+9
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-1/+2
2018-07-24media: staging: omap4iss: Include asm/cacheflush.h after generic includesGuenter Roeck1-1/+2
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-04-17media: omap4iss: make it build with COMPILE_TESTMauro Carvalho Chehab1-1/+2
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2017-12-08media: Staging: media: omap4iss: Use WARN_ON() instead of BUG_ON()Srishti Sharma1-1/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-08-27media: staging: omap4iss: make v4l2_file_operations constBhumika Goyal1-1/+1
2017-04-18[media] staging: media: omap4iss: Replace a bit shift by a use of BITArushi Singhal4-4/+4
2017-03-03[media] staging: omap4iss: fix coding style issueAvraham Shukron1-1/+2
2017-03-03[media] staging: omap4iss: fix multiline comment styleAvraham Shukron1-13/+25
2017-01-31[media] v4l: omap4iss: Clean up file handle in open() and release()Shailendra Verma1-0/+2
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-16/+16
2016-10-16Staging: media: omap4iss: Unnecessary KERN_ERRMihaela Muraru1-1/+1
2016-09-19[media] staging: media: omap4iss: mark omap4iss_flush() staticBaoyou Xie1-1/+1
2016-09-09[media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart1-1/+5
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil1-0/+99
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] staging/media: convert drivers to use the new vb2_queue dev fieldHans Verkuil2-10/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1