summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-3119-52/+235
|\
| * media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil2018-09-112-0/+6
| * media: vivid: add request supportHans Verkuil2018-08-318-0/+88
| * media: vivid: add mcHans Verkuil2018-08-312-0/+69
| * media: vim2m: support requestsHans Verkuil2018-08-311-0/+24
| * media: vim2m: use workqueueHans Verkuil2018-08-311-15/+10
| * media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-315-9/+9
| * media: v4l2-ctrls: support g/s_ext_ctrls for requestsHans Verkuil2018-08-311-1/+1
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-315-27/+28
* | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-29122-1042/+5075
|\ \
| * | media: vivid: Support 480p for webcam captureKeiichi Watanabe2018-10-091-1/+4
| * | media: vivid: Add 16-bit bayer to format listBård Eirik Winther2018-10-091-0/+28
| * | media: venus: vdec: fix decoded data sizeVikash Garodia2018-10-091-2/+1
| * | media: isif: fix a NULL pointer dereference bugWenwen Wang2018-10-091-1/+2
| * | media: exynos4-is: make const array config_ids staticColin Ian King2018-10-091-1/+1
| * | media: renesas-ceu: Use default mbus settingsJacopo Mondi2018-10-041-9/+11
| * | media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-0412-12/+14
| * | media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus2018-10-0410-11/+11
| * | media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-0420-331/+415
| * | media: platform: video-mux: Register a subdev notifierSteve Longerbeam2018-10-042-1/+36
| * | media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-042-0/+5
| * | media: rcar-vin: fix redeclaration of symbolNiklas Söderlund2018-10-041-1/+0
| * | media: imx-pxp: include linux/interrupt.hArnd Bergmann2018-10-041-0/+1
| * | media: stm32-dcmi: only enable IT frame on JPEG captureHugues Fruchet2018-10-041-1/+4
| * | media: pxa_camera: Fix check for pdev->dev.of_nodeNathan Chancellor2018-10-041-1/+1
| * | media: qcom: remove duplicated include filezhong jiang2018-10-041-1/+0
| * | media: VPU: mediatek: don't pass an unused parameterDan Carpenter2018-10-041-4/+3
| * | media: v4l: Remove support for crop default target in subdev driversSakari Ailus2018-10-031-1/+1
| * | media: davinci: Fix implicit enum conversion warningNathan Chancellor2018-09-241-1/+1
| * | media: venus: helpers: use true and false for boolean valuesGustavo A. R. Silva2018-09-241-1/+1
| * | media: coda: don't overwrite h.264 profile_idc on decoder instanceLucas Stach2018-09-241-1/+2
| * | media: platform: remove redundant null pointer check before of_node_putzhong jiang2018-09-241-8/+4
| * | media: coda: remove redundant null pointer check before of_node_putzhong jiang2018-09-241-2/+1
| * | media: replace ADOBERGB by OPRGBHans Verkuil2018-09-243-5/+5
| * | media: imx-pxp: fix compilation on i386 or x86_64Philipp Zabel2018-09-241-0/+1
| * | media: vicodec: Drop unused job_abort()Ezequiel Garcia2018-09-241-11/+0
| * | media: vicodec: Drop unneeded symbol dependencyEzequiel Garcia2018-09-241-1/+1
| * | media: vicodec: set state->info before calling the encode/decode funcsHans Verkuil2018-09-241-3/+9
| * | media: vicodec: check for valid format in v4l2_fwht_en/decodeHans Verkuil2018-09-242-9/+13
| * | media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil2018-09-242-3/+3
| * | media: vsp1: Document max_width restriction on UDSKieran Bingham2018-09-171-0/+8
| * | media: vsp1: Document max_width restriction on SRUKieran Bingham2018-09-171-0/+5
| * | media: vsp1: use periods at the end of comment sentencesKieran Bingham2018-09-178-14/+14
| * | media: vsp1: Remove artificial minimum width/height limitationKieran Bingham2018-09-171-5/+2
| * | media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka2018-09-171-1/+10
| * | media: vsp1: Update LIF buffer thresholdsLaurent Pinchart2018-09-171-4/+25
| * | media: vsp1: Fix vsp1_regs.h license headerLaurent Pinchart2018-09-171-1/+1
| * | media: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-124-11/+10
| * | media: mtk_vcodec_util: Use dma_zalloc_coherent to replace dma_alloc_coherent...zhong jiang2018-09-121-4/+1
| * | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-1113-26/+32