summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2018-06-28media: s5p-g2d: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: ti-vpe: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: vim2m: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: stm32-dcmi: add power saving supportHugues Fruchet1-16/+65
2018-06-28media: stm32-dcmi: simplify of_node_put usageNicholas Mc Guire1-4/+1
2018-06-28media: stm32-dcmi: add mandatory of_node_put() in success pathNicholas Mc Guire1-3/+2
2018-06-28media: stm32-dcmi: drop unnecessary while(1) loopNicholas Mc Guire1-15/+13
2018-06-28media: stm32-dcmi: revisit stop streaming opsHugues Fruchet1-28/+1
2018-06-28media: stm32-dcmi: revisit buffer list managementHugues Fruchet1-34/+31
2018-06-28media: stm32-dcmi: clarify state logic on buffer starvationHugues Fruchet1-3/+8
2018-06-28media: stm32-dcmi: return buffer in error state on dma errorHugues Fruchet1-0/+3
2018-06-28media: stm32-dcmi: do not fall into error on buffer starvationHugues Fruchet1-5/+2
2018-06-28media: stm32-dcmi: code cleanupHugues Fruchet1-10/+8
2018-06-28media: stm32-dcmi: increase max width/height to 2592Hugues Fruchet1-15/+4
2018-06-28media: rcar-vin: enable support for r8a77965Niklas Söderlund1-0/+48
2018-06-28media: rcar-vin: sync which hardware buffer to start capture fromNiklas Söderlund2-1/+17
2018-06-28media: renesas-ceu: Add support for YUYV permutationsJacopo Mondi1-13/+78
2018-06-28media: atmel-isi: move of_node_put() to cover success branch as wellNicholas Mc Guire1-3/+2
2018-06-28media: atmel-isi: drop unnecessary while loopNicholas Mc Guire1-15/+13
2018-06-28media: v4l: omap: add VIDEO_V4L2 dependencyArnd Bergmann1-0/+1
2018-06-28media: mtk-vpu: fix spelling mistake: "Prosessor" -> "Processor"Colin Ian King1-1/+1
2018-06-27media: v4l: rcar_fdp1: Change platform dependency to ARCH_RENESASGeert Uytterhoeven1-1/+1
2018-06-27media: v4l: cadence: add VIDEO_V4L2 dependencyArnd Bergmann1-0/+2
2018-06-27media: v4l: cadence: include linux/slab.hArnd Bergmann2-0/+2
2018-06-16Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2-3/+3
2018-06-16Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+5
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab2-3/+3
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook9-22/+38
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-06media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann1-1/+1
2018-06-05media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita1-12/+23
2018-06-05media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann1-0/+2
2018-06-05media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann2-6/+12
2018-05-28media: pxa_camera: avoid duplicate s_power callsAkinobu Mita1-5/+12
2018-05-28media: m2m-deinterlace: Remove DMA_ENGINE dependencyEzequiel Garcia1-1/+1
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven8-44/+20
2018-05-28media: vivid: potential integer overflow in vidioc_g_edid()Dan Carpenter1-1/+1
2018-05-28media: rcar-csi2: set default format if a unsupported one is requestedNiklas Söderlund1-1/+1
2018-05-28media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driverNiklas Söderlund3-0/+1097
2018-05-26media: vsp1: Move video configuration to a cached dlbKieran Bingham4-30/+56
2018-05-26media: vsp1: Adapt entities to configure into a bodyKieran Bingham21-169/+194
2018-05-26media: vsp1: Refactor display list configure operationsKieran Bingham16-420/+422
2018-05-26media: vsp1: Use reference counting for bodiesKieran Bingham3-4/+26
2018-05-26media: vsp1: Convert display lists to use new body poolKieran Bingham6-180/+100
2018-05-26media: vsp1: Provide a body poolKieran Bingham2-0/+171
2018-05-26media: vsp1: Protect bodies against overflowKieran Bingham1-0/+7
2018-05-26media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham4-72/+70