[git:v4l-utils/master] v4l2-compliance: the DV_RX/TX control checks are not for vbi

2019-05-28 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: v4l2-compliance: the DV_RX/TX control checks are not for vbi Author: Hans Verkuil Date:Tue May 28 21:57:30 2019 +0200 The checks fo

[git:media_tree/master] media: imx7-media-csi: Change imx7_csi_enable() to void

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Change imx7_csi_enable() to void Author: Fabio Estevam Date:Sat May 4 10:40:27 2019 -0400 imx7_csi_enable() always return 0 and its return value is never checked, so c

[git:media_tree/master] media: imx7-media-csi: Acquire a single clock

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Acquire a single clock Author: Fabio Estevam Date:Sat May 4 10:40:20 2019 -0400 As per the i.MX7D Reference Manual only the MCLK is used for the CSI block, so only han

[git:media_tree/master] media: Revert "media: staging/imx: add media device to capture register"

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Revert "media: staging/imx: add media device to capture register" Author: Steve Longerbeam Date:Fri May 10 17:50:04 2019 -0400 The imx6-specific subdevs that register a capture devic

[git:media_tree/master] media: imx7-media-csi: Remove unneeded break

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Remove unneeded break Author: Fabio Estevam Date:Sat May 4 10:40:24 2019 -0400 Remove unneeded 'break' right after the 'return' statement as pointed out by checkpatch.

[git:media_tree/master] media: staging/imx: Improve pipeline searching

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Improve pipeline searching Author: Steve Longerbeam Date:Fri May 10 17:50:11 2019 -0400 Export find_pipeline_pad(), renaming to imx_media_pipeline_pad(), and extend its f

[git:media_tree/master] media: staging/imx: Don't set driver data for v4l2_dev

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Don't set driver data for v4l2_dev Author: Steve Longerbeam Date:Fri May 10 17:50:12 2019 -0400 The media device is already available via multiple methods, there is no ne

[git:media_tree/master] media: imx7-media-csi: Propagate the correct error for platform_get_irq()

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Propagate the correct error for platform_get_irq() Author: Fabio Estevam Date:Sat May 4 10:40:22 2019 -0400 In the case of platform_get_irq() failure, let's propagate

[git:media_tree/master] media: staging/imx: Re-organize modules

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Re-organize modules Author: Steve Longerbeam Date:Fri May 10 17:50:10 2019 -0400 Re-organize modules, and which objects are linked into those modules, so that: - imx6-me

[git:media_tree/master] media: imx7-media-csi: Check the return value from clk_prepare_enable()

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Check the return value from clk_prepare_enable() Author: Fabio Estevam Date:Sat May 4 10:40:26 2019 -0400 clk_prepare_enable() may fail, so we should better check its

[git:media_tree/master] media: Revert "media: imx: Set capture compose rectangle in capture_device_set_format"

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Revert "media: imx: Set capture compose rectangle in capture_device_set_format" Author: Steve Longerbeam Date:Fri May 10 17:50:08 2019 -0400 Revert this commit, as imx_media_capture_

[git:media_tree/master] media: staging/imx: Pass device to alloc/free_dma_buf

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Pass device to alloc/free_dma_buf Author: Steve Longerbeam Date:Fri May 10 17:50:06 2019 -0400 Allocate and free a DMA coherent buffer in imx_media_alloc/free_dma_buf() f

[git:media_tree/master] media: staging/imx: Move add_video_device into capture_device_register

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Move add_video_device into capture_device_register Author: Steve Longerbeam Date:Fri May 10 17:50:07 2019 -0400 Move imx_media_add_video_device() into imx_media_capture_d

[git:media_tree/master] media: staging/imx: Switch to sync registration for IPU subdevs

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Switch to sync registration for IPU subdevs Author: Steve Longerbeam Date:Fri May 10 17:50:05 2019 -0400 Because the IPU sub-devices VDIC and IC are not present in the de

[git:media_tree/master] media: staging/imx: Remove capture_device_set_format

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Remove capture_device_set_format Author: Steve Longerbeam Date:Fri May 10 17:50:09 2019 -0400 Don't propagate the source pad format to the connected capture device. It's

[git:media_tree/master] media: imx7-media-csi: Propagate the correct error for devm_request_irq()

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Propagate the correct error for devm_request_irq() Author: Fabio Estevam Date:Sat May 4 10:40:23 2019 -0400 In the case of devm_request_irq() failure, let's propagate

[git:media_tree/master] media: imx7-media-csi: Use devm_platform_ioremap_resource()

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7-media-csi: Use devm_platform_ioremap_resource() Author: Fabio Estevam Date:Sat May 4 10:40:21 2019 -0400 Use devm_platform_ioremap_resource() to simplify the code a bit. While a

[git:media_tree/master] media: pvrusb2: use a different format for warnings

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pvrusb2: use a different format for warnings Author: Andrey Konovalov Date:Thu May 2 12:09:26 2019 -0400 When the pvrusb2 driver detects that there's something wrong with the device,

[git:media_tree/master] media: coda: Remove unbalanced and unneeded mutex unlock

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: coda: Remove unbalanced and unneeded mutex unlock Author: Ezequiel Garcia Date:Thu May 2 18:00:43 2019 -0400 The mutex unlock in the threaded interrupt handler is not paired with any

[git:media_tree/master] media: docs-rst: Clarify older field vs. first transmitted field

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: docs-rst: Clarify older field vs. first transmitted field Author: Steve Longerbeam Date:Fri May 3 19:45:07 2019 -0400 Add a paragraph to make it more clear that video equipment will t

[git:media_tree/master] media: rockchip/vpu: Cleanup macroblock alignment

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rockchip/vpu: Cleanup macroblock alignment Author: Ezequiel Garcia Date:Thu Apr 25 03:12:24 2019 -0400 We need to make the macrobock alignment generic, in order to support multiple co

[git:media_tree/master] media: coda/venus/s5p_mfc: fix control typo

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: coda/venus/s5p_mfc: fix control typo Author: Hans Verkuil Date:Wed Apr 24 05:37:49 2019 -0400 These two slice modes used by the V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MODE control had a sill

[git:media_tree/master] media: rockchip/vpu: Remove a useless test

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rockchip/vpu: Remove a useless test Author: Boris Brezillon Date:Thu Apr 25 03:12:26 2019 -0400 vdev is guaranteed to be equal to vpu->vfd_enc thanks a test done a few lines above. Re

[git:media_tree/master] media: rockchip/vpu: Use pixel format helpers

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rockchip/vpu: Use pixel format helpers Author: Ezequiel Garcia Date:Thu Apr 25 03:12:22 2019 -0400 Now that we've introduced the pixel format helpers, use them in vpu driver, and get

[git:media_tree/master] media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycap

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycap Author: Vandana BN Date:Wed May 22 04:34:15 2019 -0400 SyzKaller hit the null pointer deref while reading from un

[git:media_tree/master] media: pwc: convert to BIT macro

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pwc: convert to BIT macro Author: Oliver Neukum Date:Thu May 9 04:59:30 2019 -0400 This converts the driver to using the BIT macro to increase readability Signed-off-by: Oliver Neuku

[git:media_tree/master] media: rockchip/vpu: Use v4l2_m2m_buf_copy_metadata

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rockchip/vpu: Use v4l2_m2m_buf_copy_metadata Author: Ezequiel Garcia Date:Thu Apr 25 03:12:23 2019 -0400 Use the recently introduced v4l2_m2m_buf_copy_metadata helper and get rid of s

[git:media_tree/master] media: coda: Print a nicer device registered message

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: coda: Print a nicer device registered message Author: Ezequiel Garcia Date:Thu May 2 18:00:42 2019 -0400 This is just a cosmetic change to print a more descriptive message, to disting

[git:media_tree/master] media: coda: Clear the interrupt reason

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: coda: Clear the interrupt reason Author: Ezequiel Garcia Date:Thu May 2 18:00:45 2019 -0400 This commit clears the interrupt reason (INT_REASON) register on the interrupt handler. Wit

[git:media_tree/master] media: v4l2-core: fix use-after-free error

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-core: fix use-after-free error Author: sumitg Date:Fri May 17 09:53:42 2019 -0400 Fixing use-after-free within __v4l2_ctrl_handler_setup(). Memory is being freed with kfree(new_r

[git:media_tree/master] media: v4l2-pci-skeleton.c: fix doc warning

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-pci-skeleton.c: fix doc warning Author: Hans Verkuil Date:Mon May 27 04:43:29 2019 -0400 Document the 'field' field to fix this warning: samples/v4l/v4l2-pci-skeleton.c:80: warn

[git:media_tree/master] media: move drivers/media/media-* to drivers/media/mc/mc-*

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: move drivers/media/media-* to drivers/media/mc/mc-* Author: Hans Verkuil Date:Thu May 2 09:42:31 2019 -0400 It is really weird that the media controller sources are all top-level in d

[git:media_tree/master] media: cpia2_usb: first wake up, then free in disconnect

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cpia2_usb: first wake up, then free in disconnect Author: Oliver Neukum Date:Thu May 9 04:57:09 2019 -0400 Kasan reported a use after free in cpia2_usb_disconnect() It first freed eve

[git:media_tree/master] media: rcar-csi2: Fix coccinelle warning for PTR_ERR_OR_ZERO()

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-csi2: Fix coccinelle warning for PTR_ERR_OR_ZERO() Author: Niklas Söderlund Date:Wed May 15 20:35:38 2019 -0400 Use the PTR_ERR_OR_ZERO() macro instead of construct: if (IS_

[git:media_tree/master] media: imx7_mipi_csis: fix racy entity pads init

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx7_mipi_csis: fix racy entity pads init Author: Rui Miguel Silva Date:Tue Apr 30 18:25:23 2019 -0400 Setting the media entity pads after the async register subdev can be racy with p

[git:media_tree/master] media: v4l2: Initialize mpeg slice controls

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2: Initialize mpeg slice controls Author: Boris Brezillon Date:Fri May 3 07:42:21 2019 -0400 Make sure the default value at least passes the std_validate() tests. Signed-off-by: B

[git:media_tree/master] media: coda: Replace the threaded interrupt with a hard interrupt

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: coda: Replace the threaded interrupt with a hard interrupt Author: Ezequiel Garcia Date:Thu May 2 18:00:44 2019 -0400 The current interrupt handler is doing very little, and not doing

[git:media_tree/master] media: staging: media: imx: fix Unneeded variable: "ret". Return "0"

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: imx: fix Unneeded variable: "ret". Return "0" Author: Hariprasad Kelam Date:Sat May 18 13:38:52 2019 -0400 fix below warning reported by coccichec drivers/staging/med

[git:media_tree/master] media: vicodec: correctly support unbinding of the driver

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vicodec: correctly support unbinding of the driver Author: Hans Verkuil Date:Fri May 3 10:22:49 2019 -0400 Unbinding the driver while streaming caused the driver to hang. The cause o

[git:media_tree/master] media: vim2m: fix two double-free issues

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vim2m: fix two double-free issues Author: Kefeng Wang Date:Mon May 13 03:18:29 2019 -0400 vim2m_device_release() will be called by video_unregister_device() to release various objects

[git:media_tree/master] media: rockchip/vpu: Cleanup JPEG bounce buffer management

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rockchip/vpu: Cleanup JPEG bounce buffer management Author: Ezequiel Garcia Date:Thu Apr 25 03:12:25 2019 -0400 In order to make the code more generic, introduce a pair of start/stop

[git:media_tree/master] media: vimc: Remove unneeded return statement in vimc_sen_s_stream()

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: Remove unneeded return statement in vimc_sen_s_stream() Author: Niklas Söderlund Date:Fri May 17 20:46:54 2019 -0400 The other subdevice implementations in vimc (debayer and sca

[git:media_tree/master] media: vimc: fix component match compare

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: fix component match compare Author: Helen Koike Date:Fri May 17 13:20:11 2019 -0400 If the system has other devices being registered in the component framework, the compare func

[git:media_tree/master] Merge tag 'v5.2-rc2' into patchwork

2019-05-28 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'v5.2-rc2' into patchwork Author: Mauro Carvalho Chehab Date:Tue May 28 11:21:51 2019 -0400 Merge back from upstream into media tree, as there are some patches merged upstream that

[git:v4l-utils/master] qv4l2: Prevent high CPU usage on device disconnect

2019-05-28 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: qv4l2: Prevent high CPU usage on device disconnect Author: Tasos Sahanidis Date:Thu May 9 16:32:22 2019 +0300 On device disconnect,