aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11[media] call media_device_init() before registering the V4L2 deviceMauro Carvalho Chehab2-4/+4
2016-01-11[media] v4l: vsp1: Use media entity enumeration interfaceSakari Ailus1-14/+31
2016-01-11[media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus5-19/+33
2016-01-11[media] v4l: vsp1: Use the new media graph walk interfaceSakari Ailus1-0/+8
2016-01-11[media] v4l: xilinx: Use the new media graph walk interfaceSakari Ailus1-0/+9
2016-01-11[media] v4l: exynos4-is: Use the new media graph walk interfaceSakari Ailus2-11/+21
2016-01-11[media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus4-27/+61
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas5-34/+34
2016-01-11[media] v4l: vsp1: use else if instead of continue when creating linksJavier Martinez Canillas1-9/+5
2016-01-11[media] v4l: vsp1: remove pads prefix from *_create_pads_links()Javier Martinez Canillas4-8/+8
2016-01-11[media] omap3isp: consistently use v4l2_dev var in complete notifierJavier Martinez Canillas1-1/+1
2016-01-11[media] omap3isp: rename single labels to just errorJavier Martinez Canillas2-4/+4
2016-01-11[media] omap3isp: remove pads prefix from isp_create_pads_links()Javier Martinez Canillas1-4/+8
2016-01-11[media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas11-108/+35
2016-01-11[media] media: use unsigned for pad indexMauro Carvalho Chehab5-5/+5
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab18-21/+21
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab1-1/+1
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab1-1/+1
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab5-21/+46
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab10-39/+27
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab1-1/+1
2016-01-11[media] v4l: vsp1: separate links creation from entities initJavier Martinez Canillas4-26/+62
2016-01-11[media] v4l: vsp1: create pad links after subdev registrationJavier Martinez Canillas1-8/+8
2016-01-11[media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas1-8/+15
2016-01-11[media] omap3isp: separate links creation from entities initJavier Martinez Canillas11-104/+185
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas8-17/+17
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab12-32/+32
2016-01-11[media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas3-6/+11
2016-01-11[media] media: create a macro to get entity IDMauro Carvalho Chehab1-2/+2
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab18-21/+21
2015-12-23[media] coda: enable MPEG-2 ES decodingPhilipp Zabel1-0/+4
2015-12-23[media] coda: don't start streaming without queued buffersPhilipp Zabel1-10/+3
2015-12-23[media] coda: hook up vidioc_prepare_bufPhilipp Zabel1-0/+1
2015-12-23[media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel3-8/+22
2015-12-23[media] coda: make to_coda_video_device staticPhilipp Zabel1-1/+2
2015-12-23[media] s5p-mfc: remove volatile attribute from MFC register addressesAndrzej Hajda1-244/+244
2015-12-23[media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda6-58/+52
2015-12-23[media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda6-70/+11
2015-12-23[media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda3-102/+0
2015-12-23[media] s5p-mfc: make queue cleanup code commonAndrzej Hajda7-50/+23
2015-12-23[media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda4-45/+21
2015-12-23[media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall5-7/+7
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung39-58/+64
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil39-365/+186
2015-12-03[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil3-3/+3
2015-11-19[media] davinci: add i2c Kconfig dependenciesArnd Bergmann1-0/+6
2015-11-19[media] v4l: omap_vout: Don't free buffers if they haven't been allocatedLaurent Pinchart1-4/+6
2015-11-19[media] c8sectpfe: Combine three checks into a single if blockMarkus Elfring1-8/+9
2015-11-19[media] c8sectpfe: Delete unnecessary checks before two function callsMarkus Elfring1-3/+2
2015-11-19[media] v4l: xilinx-vipp: add missing of_node_putJulia Lawall1-1/+3