[git:media_tree/master] media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONE

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONE Author: Alexandre Courbot Date:Fri Aug 21 12:36:04 2020 +0200 A default value of 0 means V4L2_FIELD_ANY, which is not cor

[git:media_tree/master] media: Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding"

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding" Author: Alexandre Courbot Date:Fri Aug 21 12:36:02 2020 +0200 This reverts commit 81735ecb62f8

[git:media_tree/master] media: dt-bindings: media: document mediatek, mt8183-vcodec-enc

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: document mediatek,mt8183-vcodec-enc Author: Alexandre Courbot Date:Fri Aug 21 12:35:59 2020 +0200 MT8183's encoder is similar to MT8173's. Signed-off-by: Alexandr

[git:media_tree/master] media: mtk-vcodec: venc: handle firmware version field

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: handle firmware version field Author: Alexandre Courbot Date:Fri Aug 21 12:35:56 2020 +0200 Firmwares for encoders newer than MT8173 will include an ABI version numb

[git:media_tree/master] media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formats

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formats Author: Alexandre Courbot Date:Fri Aug 21 12:36:06 2020 +0200 v4l2-compliance requires ENUM_FRAMESIZES to support OUTPUT fo

[git:media_tree/master] media: mtk-vcodec: add SCP firmware ops

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: add SCP firmware ops Author: Yunfei Dong Date:Fri Aug 21 12:35:54 2020 +0200 Add support for communicating with the SCP firmware, which will be used by MT8183. [acourbot:

[git:media_tree/master] media: mtk-vcodec: venc: specify supported formats per-chip

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: specify supported formats per-chip Author: Alexandre Courbot Date:Fri Aug 21 12:35:58 2020 +0200 Different chips have different supported formats. Move the list of s

[git:media_tree/master] media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZES

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZES Author: Alexandre Courbot Date:Fri Aug 21 12:36:05 2020 +0200 vidioc_enum_framesizes() assumes that all encoders support H.264

[git:media_tree/master] media: dt-bindings: media: mtk-vcodec: document SCP node

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: mtk-vcodec: document SCP node Author: Alexandre Courbot Date:Fri Aug 21 12:35:53 2020 +0200 The mediatek codecs can use either the VPU or the SCP as their interfac

[git:media_tree/master] media: mtk-vcodec: venc: set default time per frame

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: set default time per frame Author: Alexandre Courbot Date:Fri Aug 21 12:36:07 2020 +0200 The time per frame was left initialized to 0/0, which make the driver fail v

[git:media_tree/master] media: mtk-vcodec: abstract firmware interface

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: abstract firmware interface Author: Yunfei Dong Date:Fri Aug 21 12:35:52 2020 +0200 MT8183's codec firmware is run by a different remote processor from MT8173. While the f

[git:media_tree/master] media: mtk-vcodec: add support for MT8183 encoder

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: add support for MT8183 encoder Author: Yunfei Dong Date:Fri Aug 21 12:36:01 2020 +0200 Now that all the supporting blocks are present, enable encoder for MT8183. [acourbo

[git:media_tree/master] remoteproc: scp: add COMPILE_TEST dependency

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: remoteproc: scp: add COMPILE_TEST dependency Author: Alexandre Courbot Date:Fri Aug 21 20:58:32 2020 +0900 This will improve this driver's build coverage. Reported-by: Ezequiel Garcia Sign

[git:media_tree/master] media: mtk-vcodec: venc: specify bitrate range per-chip

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: specify bitrate range per-chip Author: Alexandre Courbot Date:Fri Aug 21 12:35:57 2020 +0200 Different chips have different supported bitrate ranges. Move the min an

[git:media_tree/master] media: mtk-vcodec: venc: fix invalid time per frame in S_PARM

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: fix invalid time per frame in S_PARM Author: Alexandre Courbot Date:Fri Aug 21 12:36:08 2020 +0200 v4l2-compliance expects the driver to adjust the time per frame if

[git:media_tree/master] media: mtk-vcodec: venc: support SCP firmware

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: support SCP firmware Author: Yunfei Dong Date:Fri Aug 21 12:35:55 2020 +0200 Support the new extended firmware used by MT8183's encoder. [acourbot: refactor, cleanu

[git:media_tree/master] media: mtk-vcodec: make IRQs disabled upon request

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: make IRQs disabled upon request Author: Alexandre Courbot Date:Fri Aug 21 13:19:23 2020 +0200 The driver requests IRQs to disable them immediately. This is potentially rac

[git:media_tree/master] media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS control

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS control Author: Alexandre Courbot Date:Fri Aug 21 12:36:03 2020 +0200 This control is required by v4l2-compliance for encoders. A value of

[git:media_tree/master] media: v4l2-mem2mem: simplify poll logic

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-mem2mem: simplify poll logic Author: Alexandre Courbot Date:Thu Aug 27 14:49:46 2020 +0200 Factorize redundant checks into a single code block, remove unneeded checks (a buffer i

[git:media_tree/master] media: cec-adap.c: add 'unregistered' checks

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-adap.c: add 'unregistered' checks Author: Hans Verkuil Date:Tue Sep 8 12:26:11 2020 +0200 Make the code a bit more robust by checking if the adapter has been unregistered at the s

[git:media_tree/master] media: tc358743: cleanup tc358743_cec_isr

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tc358743: cleanup tc358743_cec_isr Author: Tom Rix Date:Wed Sep 2 20:32:12 2020 +0200 tc358743_cec_isr is misnammed, it is not the main isr. So rename it to be consistent with its sib

[git:media_tree/master] media: vivid: Add support to the CSC API

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: Add support to the CSC API Author: Dafna Hirschfeld Date:Thu Aug 27 21:46:09 2020 +0200 The CSC API (Colorspace conversion) allows userspace to try to configure the colorspace,

[git:media_tree/master] media: marvell-ccic: mmp: mark PM functions as __maybe_unused

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: mmp: mark PM functions as __maybe_unused Author: Wei Yongjun Date:Wed Sep 9 13:29:21 2020 +0200 The suspend/resume functions have no callers depending on configuration,

[git:media_tree/master] media: tc358743: initialize variable

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tc358743: initialize variable Author: Tom Rix Date:Sun Aug 30 18:30:43 2020 +0200 clang static analysis flags this error tc358743.c:1468:9: warning: Branch condition evaluates to a

[git:media_tree/master] media: staging: rkisp1: allow quantization setting by userspace on the isp source pad

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: rkisp1: allow quantization setting by userspace on the isp source pad Author: Dafna Hirschfeld Date:Thu Aug 27 21:46:11 2020 +0200 The isp entity has hardware support to for

[git:media_tree/master] media: v4l2: extend the CSC API to subdevice.

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2: extend the CSC API to subdevice. Author: Dafna Hirschfeld Date:Thu Aug 27 21:46:10 2020 +0200 This patch extends the CSC API in video devices to be supported also on sub-devices

[git:media_tree/master] media: v4l2-mem2mem: always consider OUTPUT queue during poll

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-mem2mem: always consider OUTPUT queue during poll Author: Alexandre Courbot Date:Thu Aug 27 14:49:45 2020 +0200 If poll() is called on a m2m device with the EPOLLOUT event after

[git:media_tree/master] media: pci: fix common ALSA DMA-mapping related codes

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pci: fix common ALSA DMA-mapping related codes Author: Marek Szyprowski Date:Fri Sep 4 15:17:10 2020 +0200 The Documentation/DMA-API-HOWTO.txt states that dma_map_sg returns the numer

[git:media_tree/master] media: mtk-mdp: Fix Null pointer dereference when calling list_add

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-mdp: Fix Null pointer dereference when calling list_add Author: Dafna Hirschfeld Date:Fri Aug 28 15:55:41 2020 +0200 In list_add, the first variable is the new node and the second

[git:media_tree/master] media: mx2_emmaprp: Fix memleak in emmaprp_probe

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mx2_emmaprp: Fix memleak in emmaprp_probe Author: Dinghao Liu Date:Wed Aug 26 11:26:04 2020 +0200 When platform_get_irq() fails, we should release vfd and unregister pcdev->v4l2_dev j

[git:media_tree/master] media: usb: uvc: no need to check return value of debugfs_create functions

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: usb: uvc: no need to check return value of debugfs_create functions Author: Greg Kroah-Hartman Date:Tue Aug 18 15:36:08 2020 +0200 When calling debugfs functions, there is no need to

[git:media_tree/master] media: cec-core.c: stop kthread_config before kthread

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-core.c: stop kthread_config before kthread Author: Hans Verkuil Date:Tue Sep 8 12:26:10 2020 +0200 The kthread_config relies on the main kthread (message processing loop) to be pr

[git:media_tree/master] media: MAINTAINERS: media: cec: fix files location

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: media: cec: fix files location Author: Corentin Labbe Date:Fri Sep 4 13:27:54 2020 +0200 Files have moved, fixes their paths. Fixes: 4be5e8648b0c ("media: move CEC platf

[git:media_tree/master] media: videobuf2: use sgtable-based scatterlist wrappers

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2: use sgtable-based scatterlist wrappers Author: Marek Szyprowski Date:Fri Sep 4 15:17:11 2020 +0200 Use recently introduced common wrappers operating directly on the struct

[git:media_tree/master] media: tegra-video: Fix compilation warning of unused variable

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tegra-video: Fix compilation warning of unused variable Author: Sowjanya Komatineni Date:Mon Aug 31 17:37:38 2020 +0200 vi_pattern_strings is used only when CONFIG_VIDEO_TEGRA_TPG is

[git:media_tree/master] media: v4l2: add support for colorspace conversion API (CSC) for video capture

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2: add support for colorspace conversion API (CSC) for video capture Author: Dafna Hirschfeld Date:Thu Aug 27 21:46:08 2020 +0200 For video capture it is the driver that reports t

[git:media_tree/master] media: staging: rkisp1: rsz: set flags to 0 in enum_mbus_code cb

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: rkisp1: rsz: set flags to 0 in enum_mbus_code cb Author: Dafna Hirschfeld Date:Thu Aug 27 21:46:12 2020 +0200 The resizer calls the enum_mbus_code cb on the source pad of the

[git:media_tree/master] media: rcar-vin: Enable support for R8A774E1

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Enable support for R8A774E1 Author: Lad Prabhakar Date:Thu Jul 16 19:18:34 2020 +0200 Add the SoC specific information for RZ/G2H (R8A774E1) SoC. Also add the routing inform

[git:media_tree/master] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config Author: Lad Prabhakar Date:Tue Sep 15 20:20:27 2020 +0200 The rcar-vin driver also supports RZ/G{1,2} SoC's, upda

[git:media_tree/master] media: dt-bindings: media: renesas, vin: Add device tree support for r8a7742

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: renesas,vin: Add device tree support for r8a7742 Author: Lad Prabhakar Date:Mon Sep 7 16:45:08 2020 +0200 Add compatible string for r8a7742. No driver change is n

[git:media_tree/master] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config Author: Lad Prabhakar Date:Tue Sep 15 20:20:26 2020 +0200 The rcar-csi2 driver also supports RZ/G2 SoC's, update

[git:media_tree/master] media: rcar-vin: Enable YDS bit depending on bus_width and data_shift

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Enable YDS bit depending on bus_width and data_shift Author: Lad Prabhakar Date:Sun Sep 13 20:16:08 2020 +0200 Enable YDS bit if bus_width and data_shift is set to 8 in para

[git:media_tree/master] media: saa7134: use generic power management

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa7134: use generic power management Author: Vaibhav Gupta Date:Mon Jun 22 14:02:30 2020 +0200 With the support of generic PM callbacks, drivers no longer need to use legacy .suspend

[git:media_tree/master] media: rcar-fcp: Update description for VIDEO_RENESAS_FCP Kconfig entry

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-fcp: Update description for VIDEO_RENESAS_FCP Kconfig entry Author: Lad Prabhakar Date:Fri Sep 11 12:10:46 2020 +0200 The rcar-fcp driver is also used on Renesas RZ/G2 SoCs. Upda

[git:media_tree/master] media: media/pci: prevent memory leak in bttv_probe

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media/pci: prevent memory leak in bttv_probe Author: Xiaolong Huang Date:Fri Apr 17 11:52:30 2020 +0200 In bttv_probe if some functions such as pci_enable_device, pci_set_dma_mask and

[git:media_tree/master] media: dt-bindings: media: renesas, vin: Add R8A774E1 support

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: renesas,vin: Add R8A774E1 support Author: Lad Prabhakar Date:Thu Jul 16 19:18:32 2020 +0200 Document support for the VIN module in the Renesas RZ/G2H (R8A774E1) So

[git:media_tree/master] media: dt-bindings: media: renesas, csi2: Add R8A774E1 support

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: renesas,csi2: Add R8A774E1 support Author: Lad Prabhakar Date:Thu Jul 16 19:18:31 2020 +0200 Add the compatible string for RZ/G2H (R8A774E1) to the list of support

[git:media_tree/master] media: rcar-csi2: Enable support for R8A774E1

2020-09-26 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-csi2: Enable support for R8A774E1 Author: Lad Prabhakar Date:Thu Jul 16 19:18:33 2020 +0200 Add the MIPI CSI-2 driver support for RZ/G2H (R8A774E1) SoC. The CSI-2 module of RZ/G2

[git:v4l-utils/master] v4l2-ctl: vidcap: Add support for the CSC API

2020-09-26 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-ctl: vidcap: Add support for the CSC API Author: Dafna Hirschfeld Date:Fri Jul 3 20:02:36 2020 +0200 With the CSC API, capture

[git:v4l-utils/master] v4l2: common: add the flags V4L2_FMT_FLAG_CSC* to the list that maps flags to str

2020-09-26 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: common: add the flags V4L2_FMT_FLAG_CSC* to the list that maps flags to str Author: Dafna Hirschfeld Date:Fri Jul 3 20:02:37

[git:v4l-utils/master] v4l2-ctl: subdev: Add support for the CSC API in the subdevices

2020-09-26 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-ctl: subdev: Add support for the CSC API in the subdevices Author: Dafna Hirschfeld Date:Fri Jul 3 20:02:38 2020 +0200 The CSC

[git:v4l-utils/master] v4l-utils: sync with media_tree master

2020-09-26 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: v4l-utils: sync with media_tree master Author: Hans Verkuil Date:Sat Sep 26 12:08:05 2020 +0200 Signed-off-by: Hans Verkuil cont

[git:v4l-utils/master] v4l2-ctl: subdev: Add the flags to the list of supported mbus formats

2020-09-26 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-ctl: subdev: Add the flags to the list of supported mbus formats Author: Dafna Hirschfeld Date:Fri Jul 3 20:02:39 2020 +0200 A