summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-301-11/+11
|\
| * drivers: staging: cedrus: find ctx before dereferencing it ctxColin Ian King2018-11-071-11/+11
* | media: dm365_ipipeif: better annotate a fall thoughMauro Carvalho Chehab2018-11-061-0/+1
* | media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-061-1/+1
|/
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-3121-8/+2154
|\
| * media: platform: Add Cedrus VPU decoder driverPaul Kocialkowski2018-09-2417-0/+2148
| * media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-312-2/+4
| * media: davinci_vpfe: remove bogus vb2->state checkHans Verkuil2018-08-311-4/+0
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-312-2/+2
* | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-2937-369/+205
|\ \
| * | media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-4/+4
| * | media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus2018-10-043-3/+3
| * | media: staging/imx: TODO: Remove one assumption about OF graph parsingSteve Longerbeam2018-10-041-22/+7
| * | media: staging/imx: Switch to v4l2_async_notifier_add_*_subdevSteve Longerbeam2018-10-043-94/+36
| * | media: staging/imx: Rename root notifierSteve Longerbeam2018-10-042-8/+8
| * | media: staging/imx: Loop through all registered subdevs for media linksSteve Longerbeam2018-10-041-10/+6
| * | media: staging/imx: of: Remove recursive graph walkSteve Longerbeam2018-10-041-98/+8
| * | media: imx: mipi csi-2: Register a subdev notifierSteve Longerbeam2018-10-041-17/+14
| * | media: imx: csi: Register a subdev notifierSteve Longerbeam2018-10-041-1/+56
| * | media: zoran: fix spelling mistake "queing" -> "queuing"Colin Ian King2018-10-041-1/+1
| * | media: imx: use well defined 32-bit RGB pixel formatPhilipp Zabel2018-10-041-2/+2
| * | media: v4l: Remove support for crop default target in subdev driversSakari Ailus2018-10-032-2/+0
| * | media: imx: work around false-positive warning, againArnd Bergmann2018-09-241-1/+4
| * | media: staging: media: omap4iss: Added SPDX license identifiersDaniel Graefe2018-09-1217-75/+20
| * | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-113-3/+4
| * | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-1115-28/+28
| * | media: staging/media/mt9t031/Kconfig: remove bogus entryHans Verkuil2018-09-101-6/+0
| |/
* | Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-295-12/+17
|\ \
| * | staging: media: davinci_vpfe: Fix spelling mistake in enumKimberly Brown2018-10-192-2/+2
| * | staging: media: davinci_vpfe: Use __func__ instead of function nameMamta Shukla2018-10-091-3/+3
| * | staging: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-102-7/+12
| |/
* / media: staging/media/mt9t031/Kconfig: remove bogus entryHans Verkuil2018-09-121-6/+0
|/
* Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-158-58/+110
|\
| * media: cleanup fall-through commentsMauro Carvalho Chehab2018-08-081-2/+1
| * media: imx: shut up a false positive warningMauro Carvalho Chehab2018-08-071-1/+2
| * media: imx: add support for RGB565_2X8 on parallel busJan Luebbe2018-07-043-33/+71
| * media: imx: capture: refactor enum_/try_fmtJan Luebbe2018-07-041-20/+18
| * media: staging/imx: fill vb2_v4l2_buffer sequence entryPeter Seiderer2018-07-042-0/+8
| * media: staging/imx: fill vb2_v4l2_buffer field entryPeter Seiderer2018-07-042-0/+2
| * media: davinci_vpfe: Add video_device and vb2_queue locksEzequiel Garcia2018-07-042-2/+6
| * media: staging: media: bcm2048: match alignment with open parenthesisGabriel Fanelli2018-06-281-1/+1
| * media: Staging:media:imx Fix multiple assignments in a lineJanani Sankara Babu2018-06-281-2/+4
* | media: staging: omap4iss: Include asm/cacheflush.h after generic includesGuenter Roeck2018-07-241-1/+2
|/
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-151-1/+1
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-07802-168311/+10878
|\
| * media: staging: tegra-vde: Reset VDE regardless of memory client resetting fa...Dmitry Osipenko2018-06-051-8/+5