summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-08-042-11/+14
|\
| * [media] vivid: don't handle CEC_MSG_SET_STREAM_PATHHans Verkuil2016-07-281-10/+0
| * [media] vim2m: copy the other colorspace-related fields as wellHans Verkuil2016-07-281-1/+14
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-18/+8
* | media: mtk-vcodec: remove unused dma_attrsKrzysztof Kozlowski2016-08-041-4/+0
* | Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-013-3/+3
|\ \ | |/ |/|
| * [media] omap_vout: Switch to use the video/omapfb_dss.h header filePeter Ujfalusi2016-06-033-3/+3
* | [media] vivid: support monitor all modeHans Verkuil2016-07-191-29/+15
* | [media] vivid: fix typo causing incorrect CEC physical addressesHans Verkuil2016-07-151-1/+1
* | [media] mtk-vcodec: fix default OUTPUT buffer sizeTiffany Lin2016-07-151-4/+9
* | [media] mtk-vcodec: fix more type mismatchesArnd Bergmann2016-07-152-4/+4
* | [media] vsp1: clarify FCP dependencyArnd Bergmann2016-07-131-1/+1
* | [media] vsp1: use __maybe_unused for PM handlersArnd Bergmann2016-07-131-6/+4
* | Merge branch 'topic/vsp1' into patchworkMauro Carvalho Chehab2016-07-1329-314/+1190
|\ \
| * | [media] v4l: vsp1: wpf: Add flipping supportLaurent Pinchart2016-06-287-17/+170
| * | [media] v4l: vsp1: rwpf: Support runtime modification of controlsLaurent Pinchart2016-06-284-14/+22
| * | [media] v4l: vsp1: Simplify alpha propagationLaurent Pinchart2016-06-285-37/+15
| * | [media] v4l: vsp1: clu: Support runtime modification of controlsLaurent Pinchart2016-06-282-15/+30
| * | [media] v4l: vsp1: lut: Support runtime modification of controlsLaurent Pinchart2016-06-282-10/+18
| * | [media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart2016-06-2812-13/+48
| * | [media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart2016-06-288-5/+355
| * | [media] v4l: vsp1: lut: Expose configuration through a controlLaurent Pinchart2016-06-282-28/+54
| * | [media] v4l: vsp1: lut: Initialize the mutexLaurent Pinchart2016-06-281-0/+2
| * | [media] v4l: vsp1: dl: Don't free fragments with interrupts disabledLaurent Pinchart2016-06-281-14/+58
| * | [media] v4l: vsp1: Set entities functionsLaurent Pinchart2016-06-2810-11/+24
| * | [media] v4l: vsp1: Don't create LIF entity when the userspace API is enabledLaurent Pinchart2016-06-281-8/+8
| * | [media] v4l: vsp1: Don't register media device when userspace API is disabledLaurent Pinchart2016-06-281-7/+9
| * | [media] v4l: vsp1: Base link creation on availability of entitiesLaurent Pinchart2016-06-281-1/+1
| * | [media] v4l: vsp1: sru: Fix intensity control IDLaurent Pinchart2016-06-281-1/+1
| * | [media] v4l: vsp1: Stop the pipeline upon the first STREAMOFFLaurent Pinchart2016-06-281-1/+1
| * | [media] v4l: vsp1: Constify operation structuresLaurent Pinchart2016-06-289-18/+18
| * | [media] v4l: vsp1: pipe: Fix typo in commentLaurent Pinchart2016-06-281-1/+1
| * | [media] v4l: vsp1: Fix crash when resetting pipelineLaurent Pinchart2016-06-281-5/+9
| * | [media] v4l: vsp1: Fix descriptions of Gen2 VSP instancesLaurent Pinchart2016-06-281-3/+3
| * | [media] v4l: vsp1: Fix typo in register field namesLaurent Pinchart2016-06-281-4/+4
| * | [media] v4l: vsp1: Remove deprecated DRM APILaurent Pinchart2016-06-201-3/+3
| * | [media] v4l: vsp1: Group DRM RPF parameters in a structureLaurent Pinchart2016-06-171-38/+30
| * | [media] v4l: vsp1: Move frame sequence number from video node to pipelineLaurent Pinchart2016-06-174-4/+5
| * | [media] v4l: vsp1: Make vsp1_entity_get_pad_compose() more genericLaurent Pinchart2016-06-173-10/+29
| * | [media] v4l: vsp1: Replace container_of() with dedicated macroLaurent Pinchart2016-06-171-2/+8
| * | [media] v4l: vsp1: Add output node value to routing tableLaurent Pinchart2016-06-172-19/+39
| * | [media] v4l: vsp1: Add FCP supportLaurent Pinchart2016-06-173-1/+23
| * | [media] v4l: vsp1: Don't handle clocks manuallyLaurent Pinchart2016-06-172-19/+2
| * | [media] v4l: vsp1: Implement runtime PM supportLaurent Pinchart2016-06-173-53/+53
| * | [media] v4l: Add Renesas R-Car FCP driverLaurent Pinchart2016-06-173-0/+195
* | | [media] mtk-vcodec: remove redundant dev_err call in mtk_vcodec_probe()Wei Yongjun2016-07-131-2/+0
* | | [media] vcodec: mediatek: Fix return value check in mtk_vcodec_init_enc_pm()Wei Yongjun2016-07-131-8/+8
* | | [media] VPU: mediatek: remove redundant dev_err call in mtk_vpu_probe()Wei Yongjun2016-07-131-6/+2
* | | [media] VPU: mediatek: fix return value check in mtk_vpu_probe()Wei Yongjun2016-07-131-2/+2
* | | [media] c8sectpfe: fix memory leakSudip Mukherjee2016-07-121-0/+1
OpenPOWER on IntegriCloud