summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] s5p-tv: remove obsolete driverHans Verkuil2016-08-2418-5899/+0
* [media] soc-camera/sh_mobile_csi2: remove unused driverHans Verkuil2016-08-244-627/+10
* [media] rcar-vin: move media bus information to struct rvin_graph_entityNiklas Söderlund2016-08-234-16/+17
* [media] rcar-vin: rework how subdevice is found and boundNiklas Söderlund2016-08-232-129/+111
* [media] rcar-vin: move chip check for pixelformat supportNiklas Söderlund2016-08-232-5/+8
* [media] rcar-vin: add dependency on MEDIA_CONTROLLERNiklas Söderlund2016-08-232-7/+2
* [media] rcar-vin: do not use v4l2_device_call_until_err()Niklas Söderlund2016-08-231-6/+5
* [media] rcar-vin: return correct error from platform_get_irq()Niklas Söderlund2016-08-231-2/+2
* [media] rcar-vin: rename entity to digitalNiklas Söderlund2016-08-232-26/+26
* [media] rcar-vin: arrange enum chip_id in chronological orderNiklas Söderlund2016-08-231-1/+1
* [media] rcar-vin: reduce indentation in rvin_s_dv_timings()Niklas Söderlund2016-08-231-10/+12
* [media] rcar-vin: fix indentation errors in rcar-v4l2.cNiklas Söderlund2016-08-231-25/+21
* [media] atmel-isc: add the Image Sensor Controller codeSongjun Wu2016-08-226-0/+1692
* 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-291-10/+0
| * [media] vim2m: copy the other colorspace-related fields as wellHans Verkuil2016-07-291-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-023-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-211-3/+3
| * | [media] v4l: vsp1: Group DRM RPF parameters in a structureLaurent Pinchart2016-06-171-38/+30