summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19[media] v4l: xilinx-tpg: add missing of_node_putJulia Lawall1-0/+2
2015-11-19[media] rcar_vin: Remove obsolete platform data supportGeert Uytterhoeven1-46/+29
2015-11-19[media] move media platform data to linux/platform_data/mediaMauro Carvalho Chehab5-5/+5
2015-11-19[media] V4L2: platform: rcar_jpu: switch off clock on release laterMikhail Ulyanov1-5/+5
2015-11-19[media] V4L2: platform: rcar_jpu: remove redundant codeMikhail Ulyanov1-3/+0
2015-11-18[media] c8sectpfe: Update binding to reset-gpiosPeter Griffin1-1/+1
2015-11-17[media] atmel-isi: support RGB565 output when sensor output YUV formatsJosh Wu1-6/+19
2015-11-17[media] atmel-isi: setup YCC_SWAP correctly when using preview pathJosh Wu1-0/+14
2015-11-17[media] atmel-isi: add code to setup correct resolution for preview pathJosh Wu2-1/+21
2015-11-17[media] atmel-isi: prepare for the support of preview pathJosh Wu1-23/+49
2015-11-17[media] atmel-isi: correct yuv swap according to different sensor outputsJosh Wu1-10/+29
2015-11-17[media] v4l2-clk: add new definition: V4L2_CLK_NAME_SIZEJosh Wu1-3/+3
2015-11-17[media] v4l2-clk: add new macro for v4l2_clk_name_of()Josh Wu1-2/+2
2015-11-17[media] soc_camera: get the clock name by using macro: v4l2_clk_name_i2c()Josh Wu1-6/+7
2015-11-17[media] vivid: add support for reduced frame rate in video capturePrashant Laddha1-1/+9
2015-11-17[media] vivid-capture: add control for reduced frame ratePrashant Laddha2-0/+16
2015-11-17[media] vivid: add support for reduced fps in video outPrashant Laddha1-1/+8
2015-11-17[media] sh-vou: clarify videobuf2 dependencyArnd Bergmann1-1/+1
2015-11-17[media] media/core: Replace ctrl_class with whichRicardo Ribalda2-2/+2
2015-11-17[media] vivid: fix compliance errorHans Verkuil1-2/+4
2015-11-17[media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab6-6/+6
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab24-28/+28
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2-2/+2
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds92-1107/+2298
2015-10-22[media] c8sectpfe: fix return of garbageSudip Mukherjee1-2/+2
2015-10-22[media] c8sectpfe: fix ininitialized error return on firmware load failureColin Ian King1-2/+1
2015-10-20[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACKTakashi Iwai1-1/+0
2015-10-20[media] media/vivid-osd: fix info leak in ioctlSalva Peiró1-0/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung39-44/+66
2015-10-20[media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...Andrzej Hajda2-8/+14