summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorLines
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-22/+38
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-06-06media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann-1/+1
2018-06-05media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita-12/+23
2018-06-05media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann-0/+2
2018-06-05media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann-6/+12
2018-05-28media: pxa_camera: avoid duplicate s_power callsAkinobu Mita-5/+12
2018-05-28media: m2m-deinterlace: Remove DMA_ENGINE dependencyEzequiel Garcia-1/+1
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven-44/+20
2018-05-28media: vivid: potential integer overflow in vidioc_g_edid()Dan Carpenter-1/+1
2018-05-28media: rcar-csi2: set default format if a unsupported one is requestedNiklas Söderlund-1/+1
2018-05-28media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driverNiklas Söderlund-0/+1097
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham-30/+56
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham-169/+194
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham-420/+422
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham-4/+26
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham-180/+100
2018-05-25media: vsp1: Provide a body poolKieran Bingham-0/+171
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham-0/+7
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham-72/+70
2018-05-25media: vsp1: Move video suspend resume handling to video objectKieran Bingham-75/+80
2018-05-25media: vsp1: Release buffers for each video nodeKieran Bingham-8/+13
2018-05-25media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1Geert Uytterhoeven-1/+1
2018-05-25media: st-hva: don't use GFP_DMAFabien Dessenne-1/+5
2018-05-25media: bdisp: don't use GFP_DMAFabien Dessenne-1/+5
2018-05-25media: soc_camera: fix compiler warningHans Verkuil-1/+2
2018-05-25media: renesas-ceu: fix compiler warningHans Verkuil-1/+1
2018-05-25media: s5p-mfc: fix two sparse warningsHans Verkuil-4/+4
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang-1/+1
2018-05-17media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart-3/+119
2018-05-17media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart-1/+376
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart-3/+5
2018-05-17media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart-55/+20
2018-05-17media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart-160/+116
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart-186/+39
2018-05-17media: v4l: cadence: Add Cadence MIPI-CSI2 TX driverMaxime Ripard-0/+575
2018-05-17media: cadence: csi2rx: Fix csi2rx_start error handlingSakari Ailus-2/+2
2018-05-16media: v4l: cadence: Add Cadence MIPI-CSI2 RX driverMaxime Ripard-0/+526
2018-05-11media: rcar-vin: fix crop and compose handling for Gen3Niklas Söderlund-0/+6
2018-05-11media: Revert "media: rcar-vin: enable field toggle after a set number of lin...Niklas Söderlund-15/+5
2018-05-11media: xilinx: regroup caps on querycapGustavo Padovan-4/+6
2018-05-11media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()Wei Yongjun-1/+3
2018-05-11media: dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740Jacopo Mondi-0/+1
2018-05-09media: omap3isp: Don't use GFP_DMASakari Ailus-1/+1
2018-05-09media: omap3isp: Remove useless NULL check in omap3isp_stat_configSakari Ailus-6/+0
2018-05-09media: omap3isp: support 64-bit version of omap3isp_stat_dataArnd Bergmann-3/+30
2018-05-09media: renesas-ceu: Set mbus_fmt on subdev operationsJacopo Mondi-5/+15