aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart1-3/+1
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2-3/+3
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+5
2018-06-15docs: 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/wsa/linuxLinus Torvalds1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook9-22/+38
2018-06-12treewide: 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-25media: vsp1: Move video configuration to a cached dlbKieran Bingham4-30/+56
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham21-169/+194
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham16-420/+422
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham3-4/+26
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham6-180/+100
2018-05-25media: vsp1: Provide a body poolKieran Bingham2-0/+171
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham1-0/+7
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham4-72/+70
2018-05-25media: vsp1: Move video suspend resume handling to video objectKieran Bingham5-75/+80
2018-05-25media: vsp1: Release buffers for each video nodeKieran Bingham1-8/+13
2018-05-25media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1Geert Uytterhoeven1-1/+1
2018-05-25media: st-hva: don't use GFP_DMAFabien Dessenne2-1/+5
2018-05-25media: bdisp: don't use GFP_DMAFabien Dessenne2-1/+5
2018-05-25media: soc_camera: fix compiler warningHans Verkuil1-1/+2
2018-05-25media: renesas-ceu: fix compiler warningHans Verkuil1-1/+1
2018-05-25media: s5p-mfc: fix two sparse warningsHans Verkuil2-4/+4
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang1-1/+1
2018-05-17media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart2-3/+119
2018-05-17media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart8-1/+376
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2-3/+5
2018-05-17media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart2-55/+20
2018-05-17media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart5-160/+116
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart37-186/+39
2018-05-17media: v4l: cadence: Add Cadence MIPI-CSI2 TX driverMaxime Ripard3-0/+575
2018-05-17media: cadence: csi2rx: Fix csi2rx_start error handlingSakari Ailus1-2/+2
2018-05-16media: v4l: cadence: Add Cadence MIPI-CSI2 RX driverMaxime Ripard5-0/+526
2018-05-15video: fbdev: via: allow COMPILE_TEST buildBartlomiej Zolnierkiewicz1-0/+5
2018-05-11media: rcar-vin: fix crop and compose handling for Gen3Niklas Söderlund1-0/+6
2018-05-11media: Revert "media: rcar-vin: enable field toggle after a set number of lines for Gen3"Niklas Söderlund1-15/+5
2018-05-11media: xilinx: regroup caps on querycapGustavo Padovan1-4/+6
2018-05-11media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()Wei Yongjun1-1/+3