summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart2018-07-301-3/+1Star
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-162-3/+3
|\
| * docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-3/+3
* | Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2018-06-161-0/+5
|\ \ | |/ |/|
| * video: fbdev: via: allow COMPILE_TEST buildBartlomiej Zolnierkiewicz2018-05-151-0/+5
* | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-1/+1
|\ \
| * | i2c: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
| |/
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-139-22/+38
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* | 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/+20Star
* | 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-264-30/+56
* | media: vsp1: Adapt entities to configure into a bodyKieran Bingham2018-05-2621-169/+194
* | media: vsp1: Refactor display list configure operationsKieran Bingham2018-05-2616-420/+422
* | media: vsp1: Use reference counting for bodiesKieran Bingham2018-05-263-4/+26
* | media: vsp1: Convert display lists to use new body poolKieran Bingham2018-05-266-180/+100Star
* | media: vsp1: Provide a body poolKieran Bingham2018-05-262-0/+171
* | media: vsp1: Protect bodies against overflowKieran Bingham2018-05-261-0/+7
* | media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham2018-05-264-72/+70Star
* | media: vsp1: Move video suspend resume handling to video objectKieran Bingham2018-05-265-75/+80
* | media: vsp1: Release buffers for each video nodeKieran Bingham2018-05-261-8/+13
* | media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1Geert Uytterhoeven2018-05-261-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/+20Star
* | media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart2018-05-175-160/+116Star
* | media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-1737-186/+39Star
* | 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/+5Star
* | 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