summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann2018-06-061-1/+1
* media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita2018-06-051-12/+23
* media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann2018-06-051-0/+2
* media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann2018-06-052-6/+12
* media: pxa_camera: avoid duplicate s_power callsAkinobu Mita2018-05-281-5/+12
* media: m2m-deinterlace: Remove DMA_ENGINE dependencyEzequiel Garcia2018-05-281-1/+1
* media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-288-44/+20
* media: vivid: potential integer overflow in vidioc_g_edid()Dan Carpenter2018-05-281-1/+1
* media: rcar-csi2: set default format if a unsupported one is requestedNiklas Söderlund2018-05-281-1/+1
* media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driverNiklas Söderlund2018-05-283-0/+1097
* media: vsp1: Move video configuration to a cached dlbKieran Bingham2018-05-254-30/+56
* media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-2521-169/+194
* media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-2516-420/+422
* media: vsp1: Use reference counting for bodiesKieran Bingham2018-05-253-4/+26
* media: vsp1: Convert display lists to use new body poolKieran Bingham2018-05-256-180/+100
* media: vsp1: Provide a body poolKieran Bingham2018-05-252-0/+171
* media: vsp1: Protect bodies against overflowKieran Bingham2018-05-251-0/+7
* media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham2018-05-254-72/+70
* media: vsp1: Move video suspend resume handling to video objectKieran Bingham2018-05-255-75/+80
* media: vsp1: Release buffers for each video nodeKieran Bingham2018-05-251-8/+13
* media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1Geert Uytterhoeven2018-05-251-1/+1
* media: st-hva: don't use GFP_DMAFabien Dessenne2018-05-252-1/+5
* media: bdisp: don't use GFP_DMAFabien Dessenne2018-05-252-1/+5
* media: soc_camera: fix compiler warningHans Verkuil2018-05-251-1/+2
* media: renesas-ceu: fix compiler warningHans Verkuil2018-05-251-1/+1
* media: s5p-mfc: fix two sparse warningsHans Verkuil2018-05-252-4/+4
* media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart2018-05-172-3/+119
* media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart2018-05-178-1/+376
* media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-172-3/+5
* media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart2018-05-172-55/+20
* media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart2018-05-175-160/+116
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-1737-186/+39
* media: v4l: cadence: Add Cadence MIPI-CSI2 TX driverMaxime Ripard2018-05-173-0/+575
* media: cadence: csi2rx: Fix csi2rx_start error handlingSakari Ailus2018-05-171-2/+2
* media: v4l: cadence: Add Cadence MIPI-CSI2 RX driverMaxime Ripard2018-05-165-0/+526
* media: rcar-vin: fix crop and compose handling for Gen3Niklas Söderlund2018-05-111-0/+6
* media: Revert "media: rcar-vin: enable field toggle after a set number of lin...Niklas Söderlund2018-05-111-15/+5
* media: xilinx: regroup caps on querycapGustavo Padovan2018-05-111-4/+6
* media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()Wei Yongjun2018-05-111-1/+3
* media: dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740Jacopo Mondi2018-05-111-0/+1
* media: omap3isp: Don't use GFP_DMASakari Ailus2018-05-091-1/+1
* media: omap3isp: Remove useless NULL check in omap3isp_stat_configSakari Ailus2018-05-091-6/+0
* media: omap3isp: support 64-bit version of omap3isp_stat_dataArnd Bergmann2018-05-095-3/+30
* media: renesas-ceu: Set mbus_fmt on subdev operationsJacopo Mondi2018-05-091-5/+15
* media: coda: set colorimetry on coded queuePhilipp Zabel2018-05-091-1/+16
* media: coda: do not try to propagate format if capture queue busyPhilipp Zabel2018-05-091-0/+14
* media: coda: reuse coda_s_fmt_vid_cap to propagate format in coda_s_fmt_vid_outPhilipp Zabel2018-05-091-13/+1
* media: platform: Use gpio_is_valid()Arvind Yadav2018-05-091-1/+1
* media: vpbe_venc: potential uninitialized variable in ven_sub_dev_init()Dan Carpenter2018-05-091-1/+1
* media: cec-gpio: use GPIOD_OUT_HIGH_OPEN_DRAINHans Verkuil2018-05-091-1/+1