summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-11[media] media: convert links from array to listMauro Carvalho Chehab6-98/+92
2016-01-11[media] media: Don't accept early-created linksMauro Carvalho Chehab2-7/+2
2016-01-11[media] smiapp: create pad links after subdev registrationJavier Martinez Canillas1-10/+10
2016-01-11[media] uvcvideo: create pad links after subdev registrationJavier Martinez Canillas1-4/+19
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] staging: omap4iss: separate links creation from entities initJavier Martinez Canillas7-65/+132
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: add functions to allow creating interfacesMauro Carvalho Chehab1-0/+83
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas13-43/+45
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab28-70/+70
2016-01-11[media] media: add a debug message to warn about gobj creation/removalMauro Carvalho Chehab1-1/+67
2016-01-11[media] media: add messages when media device gets (un)registeredMauro Carvalho Chehab1-0/+5
2016-01-11[media] media: use media_gobj inside linksMauro Carvalho Chehab2-0/+18
2016-01-11[media] media: use media_gobj inside padsMauro Carvalho Chehab2-0/+14
2016-01-11[media] media: use media_gobj inside entitiesMauro Carvalho Chehab2-6/+9
2016-01-11[media] media: add a common struct to be embed on media graph objectsMauro Carvalho Chehab1-0/+32
2016-01-11[media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas3-6/+11
2016-01-11[media] staging: omap4iss: get entity ID using media_entity_id()Javier Martinez Canillas2-2/+2
2016-01-11[media] media: create a macro to get entity IDMauro Carvalho Chehab3-10/+10
2016-01-11[media] au0828: Fix the logic that enables the analog demoder linkMauro Carvalho Chehab1-2/+2
2016-01-11[media] Kconfig: Re-enable Media controller support for DVBMauro Carvalho Chehab1-1/+0
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab63-83/+81
2016-01-11[media] au0828: Cache the decoder info at au0828 dev structureMauro Carvalho Chehab3-14/+10
2016-01-11[media] au0828: Add support for media controllerRafael Lourenço de Lima Chehab6-0/+226
2016-01-11[media] media: define Media Controller API when CONFIG_MEDIA_CONTROLLER enabledShuah Khan1-0/+4
2016-01-11[media] media: new media controller API for device resource supportShuah Khan1-0/+33
2015-12-23[media] rc: sunxi-cir: Initialize the spinlock properlyChen-Yu Tsai1-0/+2
2015-12-23[media] rtl2832: do not filter out slave TS null packetsAntti Palosaari1-12/+0
2015-12-23[media] rtl2832: print reg number on error caseAntti Palosaari1-3/+6
2015-12-23[media] rtl28xxu: return demod reg page from driver cacheAntti Palosaari1-5/+11
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-21[media] au8522: Avoid memory leak for device config dataMauro Carvalho Chehab4-26/+16
2015-12-21[media] ir-lirc-codec.c: don't leak lirc->drv-rbufMauro Carvalho Chehab1-0/+1
2015-12-18[media] uvcvideo: small cleanup in uvc_video_clock_update()Dan Carpenter1-1/+1
2015-12-18[media] uvcvideo: Fix reading the current exposure value of UVCAnton V. Shokurov1-1/+2
2015-12-18[media] cx23885-dvb: move initialization of a8293_pdataMauro Carvalho Chehab1-3/+5
2015-12-18[media] cx23885-dvb: initialize a8293_pdataMauro Carvalho Chehab1-1/+1