aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/platform/omap3isp/ispvideo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename omap3isp/ to ti/omap3isp/Mauro Carvalho Chehab1-1498/+0
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-26media: omap3isp: remove cacheflush.hNathan Chancellor1-1/+0
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-1/+1
2020-03-02media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia1-2/+2
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-07-25media: v4l: ctrls: Add debug messagesEzequiel Garcia1-2/+2
2019-07-22media: omap3isp: set device_caps in struct video_deviceHans Verkuil1-4/+7
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29media: omap3isp: Call video_unregister_device() unconditionallySakari Ailus1-2/+1
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-4/+4
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-1/+1
2018-08-31media: v4l2-ctrls: support g/s_ext_ctrls for requestsHans Verkuil1-1/+1
2018-04-23media: v4l: omap3isp: make v4l2_file_operations constBhumika Goyal1-1/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-01-31[media] v4l: omap3isp: Clean up file handle in open() and release()Shailendra Verma1-0/+2
2017-01-30[media] omap3isp: Use a local media device pointer insteadSakari Ailus1-1/+1
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-8/+8
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil1-31/+57
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-10/+2
2016-04-13[media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_deviceLaurent Pinchart1-1/+1
2016-03-03[media] v4l: omap3isp: Use V4L2 graph PM operationsSakari Ailus1-9/+4
2016-01-25[media] v4l: omap3isp: use vb2_buffer_state enum for vb2 buffer stateLad, Prabhakar1-4/+6
2016-01-25[media] v4l: omap3isp: Return buffers back to videobuf2 if pipeline streamon failsSakari Ailus1-14/+32
2016-01-25[media] v4l: omap3isp: Move starting the sensor from streamon IOCTL handler to VB2 QOPSakari Ailus1-19/+30
2016-01-11[media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus1-6/+14
2016-01-11[media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus1-2/+18
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab1-4/+3
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas1-1/+1
2016-01-11[media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas1-3/+5
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-1/+0
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-11/+14
2015-08-16[media] v4l: omap3isp: Drop platform data supportLaurent Pinchart1-6/+3
2015-04-02[media] omap3isp: Platform data could be NULLSakari Ailus1-3/+3
2015-04-02[media] media: omap3isp: video: Use v4l2_get_timestamp()Laurent Pinchart1-4/+1
2015-04-02[media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_STATE_ACTIVELad, Prabhakar1-1/+0
2015-04-02[media] media: omap3isp: video: Don't call vb2 mmap with queue lock heldLaurent Pinchart1-7/+1
2015-01-21[media] omap3isp: Correctly set QUERYCAP capabilitiesSakari Ailus1-2/+5
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON1-48/+47
2014-08-21[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart1-7/+33
2014-08-21[media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart1-0/+6
2014-08-21[media] omap3isp: video: Validate the video node field orderLaurent Pinchart1-2/+3
2014-08-21[media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart1-0/+9