aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap4iss (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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/mchehab/linux-mediaLinus 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/mchehab/linux-mediaLinus 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/gregkh/stagingLinus Torvalds1-1/+1
2016-04-13[media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_deviceLaurent Pinchart1-1/+1
2016-03-28staging: media: omap4iss: Match alignment with open parenthesis.Heena Sirwani1-1/+1
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+0
2016-03-11staging: media: omap4iss: Remove unnecessary platform_set_drvdata()Amitoj Kaur Chawla1-2/+0
2016-03-03[media] staging: v4l: omap4iss: Use V4L2 graph PM operationsSakari Ailus4-226/+7
2016-01-11[media] staging: v4l: omap4iss: Use the new media graph walk interfaceSakari Ailus4-27/+70
2016-01-11[media] staging: v4l: omap4iss: Use media entity enumeration interfaceSakari Ailus4-15/+31
2016-01-11[media] staging: v4l: omap4iss: Fix sub-device power management codeSakari Ailus1-2/+2
2016-01-11[media] staging: omap4iss: remove pads prefix from *_create_pads_links()Javier Martinez Canillas7-15/+15
2016-01-11[media] media: use unsigned for pad indexMauro Carvalho Chehab3-3/+3
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab5-5/+5
2016-01-11[media] omap4iss: change the logic that checks if an entity is a subdevMauro Carvalho Chehab1-3/+6
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab3-10/+25
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2-11/+8
2016-01-11[media] staging: omap4iss: separate links creation from entities initJavier Martinez Canillas7-65/+132
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2-3/+3
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab4-9/+9
2016-01-11[media] staging: omap4iss: get entity ID using media_entity_id()Javier Martinez Canillas2-2/+2
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab5-5/+5
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