[git:v4l-utils/master] cec-ctl: add --list-devices

2017-08-09 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: cec-ctl: add --list-devices Author: Hans Verkuil Date:Wed Aug 9 09:20:30 2017 +0200 Just like v4l2-ctl add a simple --list-devices

[git:v4l-utils/master] cec-common.cpp: add missing stdio.h

2017-08-09 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: cec-common.cpp: add missing stdio.h Author: Hans Verkuil Date:Wed Aug 9 09:22:39 2017 +0200 This failed the ubuntu build of v4l-uti

[git:media_tree/master] media: media/cec.h: add CEC_CAP_DEFAULTS

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media/cec.h: add CEC_CAP_DEFAULTS Author: Hans Verkuil Date:Fri Aug 4 06:41:51 2017 -0400 The CEC_CAP_LOG_ADDRS, CEC_CAP_TRANSMIT, CEC_CAP_PASSTHROUGH and CEC_CAP_RC capabilities are

[git:media_tree/master] media: cec-api: log the reason for the -EINVAL in cec_s_mode

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-api: log the reason for the -EINVAL in cec_s_mode Author: Hans Verkuil Date:Sun Aug 6 07:04:05 2017 -0400 If cec_debug >= 1 then log why the requested mode returned -EINVAL. It c

[git:media_tree/master] media: cec-funcs.h: cec_ops_report_features: set *dev_features to NULL

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-funcs.h: cec_ops_report_features: set *dev_features to NULL Author: Hans Verkuil Date:Tue Aug 1 07:53:30 2017 -0400 gcc can get confused by this code and it thinks dev_features ca

[git:media_tree/master] media: adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTS

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTS Author: Hans Verkuil Date:Fri Aug 4 06:41:52 2017 -0400 Use the new CEC_CAP_DEFAULTS define in the adv, vivid, pulse8 and rains

[git:media_tree/master] media: cec-ioc-g-mode.rst: improve description of message, processing

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-ioc-g-mode.rst: improve description of message, processing Author: Hans Verkuil Date:Sat Aug 5 06:28:50 2017 -0400 The description of how messages are processed by the core was no

[git:media_tree/master] media: cec-ioc-adap-g-log-addrs.rst: fix wrong quotes

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-ioc-adap-g-log-addrs.rst: fix wrong quotes Author: Hans Verkuil Date:Sat Aug 5 06:28:25 2017 -0400 `CEC_LOG_ADDRS_FL_CDC_ONLY` should be ``CEC_LOG_ADDRS_FL_CDC_ONLY``. Signed-off

[git:media_tree/master] media: v4l2-compat-ioctl32: Fix timespec conversion

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-compat-ioctl32: Fix timespec conversion Author: Daniel Mentz Date:Wed Aug 2 23:42:17 2017 -0400 Certain syscalls like recvmmsg support 64 bit timespec values for the X32 ABI. The

[git:media_tree/master] media: cx231xx: fail probe if i2c_add_adapter fails

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx231xx: fail probe if i2c_add_adapter fails Author: Peter Rosin Date:Mon Jul 31 09:38:50 2017 -0400 While at it, change the type of the previously always-zero i2c_rc member to int, m

[git:media_tree/master] media: MAINTAINERS: add entry for meson ao cec driver

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: add entry for meson ao cec driver Author: Hans Verkuil Date:Tue Aug 8 10:18:30 2017 -0400 Add entry to the MAINTAINERS file for the meson ao cec driver. Signed-off-by: H

[git:media_tree/master] media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha Author: Daniel Mentz Date:Thu Aug 3 18:03:10 2017 -0400 Commit b2787845fb91 ("V4L/DVB (5289): Add support for video output overlays

[git:media_tree/master] media: cx231xx: drop return value of cx231xx_i2c_unregister

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx231xx: drop return value of cx231xx_i2c_unregister Author: Peter Rosin Date:Mon Jul 31 09:38:51 2017 -0400 No one cares anyway. Signed-off-by: Peter Rosin Signed-off-by: Hans Verk

[git:media_tree/master] media: mantis: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mantis: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:31 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pr

[git:media_tree/master] media: ttpci: av7110: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ttpci: av7110: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:54 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_devic

[git:media_tree/master] media: saa7146: hexium_gemini: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa7146: hexium_gemini: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:57 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with

[git:media_tree/master] media: cx18: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx18: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:33 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id prov

[git:media_tree/master] media: dm1105: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dm1105: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:22 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pr

[git:media_tree/master] media: dt-bindings: media: Add Amlogic Meson AO-CEC bindings

2017-08-09 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: Add Amlogic Meson AO-CEC bindings Author: Neil Armstrong Date:Thu Jul 27 11:20:30 2017 -0400 The Amlogic SoCs embeds a standalone CEC Controller, this patch adds t

[git:media_tree/master] media: ttpci: budget-ci: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ttpci: budget-ci: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:52 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_de

[git:media_tree/master] media: mantis: hopper_cards: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mantis: hopper_cards: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:32 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pc

[git:media_tree/master] media: cobalt: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cobalt: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:27 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pr

[git:media_tree/master] media: saa7146: mxb: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa7146: mxb: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:55 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device

[git:media_tree/master] media: bt8xx: bttv: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bt8xx: bttv: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:25 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_

[git:media_tree/master] media: adv7604: Prevent out of bounds access

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: adv7604: Prevent out of bounds access Author: Dan Carpenter Date:Fri Aug 4 04:07:51 2017 -0400 These can only be accessed with CAP_SYS_ADMIN so it's not a critical security issue. Th

[git:media_tree/master] media: saa7164: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa7164: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:29 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id p

[git:media_tree/master] media: ttpci: budget-patch: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ttpci: budget-patch: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:51 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci

[git:media_tree/master] media: ivtv: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ivtv: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:26 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id prov

[git:media_tree/master] media: ttpci: budget-av: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ttpci: budget-av: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:53 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_de

[git:media_tree/master] media: platform: Add Amlogic Meson AO CEC Controller driver

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: Add Amlogic Meson AO CEC Controller driver Author: Neil Armstrong Date:Thu Jul 27 11:20:29 2017 -0400 The Amlogic SoC embeds a standalone CEC controller, this patch adds a d

[git:media_tree/master] media: drv-intf: saa7146: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: drv-intf: saa7146: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:49 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_d

[git:media_tree/master] media: radio: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: radio: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:34 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pro

[git:media_tree/master] media: DaVinci-VPBE: constify vpbe_dev_ops

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: DaVinci-VPBE: constify vpbe_dev_ops Author: Julia Lawall Date:Wed Aug 2 10:54:13 2017 -0400 vpbe_dev_ops is only copied into the ops field at the end of a vpbe_device structure, so it

[git:media_tree/master] media: zoran: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: zoran: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:23 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pro

[git:media_tree/master] media: netup_unidvb: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: netup_unidvb: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:18 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device

[git:media_tree/master] media: pluto2: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pluto2: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:21 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pr

[git:media_tree/master] media: saa7146: hexium_orion: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa7146: hexium_orion: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:56 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with p

[git:media_tree/master] media: ttpci: budget: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ttpci: budget: constify pci_device_id Author: Arvind Yadav Date:Wed Aug 2 13:14:50 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_devic

[git:media_tree/master] media: cx23885: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx23885: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:19 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id p

[git:media_tree/master] media: pt1: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pt1: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:30 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provi

[git:media_tree/master] media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interface

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interface Author: Anton Sviridenko Date:Wed Aug 2 10:17:02 2017 -0400 24 GPIO pins from 32 available on solo6x10 chips are exported

[git:media_tree/master] media: meye: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: meye: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:20 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id prov

[git:media_tree/master] media: bt8xx: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bt8xx: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:24 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id pro

[git:media_tree/master] media: marvell-ccic: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:17 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device

[git:media_tree/master] media: b2c2: constify pci_device_id

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: b2c2: constify pci_device_id Author: Arvind Yadav Date:Tue Aug 1 13:56:28 2017 -0400 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id prov

[git:media_tree/fixes] media: staging: atomisp: sh_css_calloc shall return a pointer to the allocated space

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: sh_css_calloc shall return a pointer to the allocated space Author: Sergei A. Trusov Date:Wed Aug 2 04:00:01 2017 -0400 The calloc function returns either a null po

[git:media_tree/master] media: cx231xx: only unregister successfully registered i2c adapters

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx231xx: only unregister successfully registered i2c adapters Author: Peter Rosin Date:Mon Jul 31 09:38:52 2017 -0400 This prevents potentially scary debug messages from the i2c core.

[git:media_tree/master] media: staging: media: atomisp: constify videobuf_queue_ops structures

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: constify videobuf_queue_ops structures Author: Julia Lawall Date:Fri Aug 4 08:09:45 2017 -0400 These videobuf_queue_ops structures are only passed as the seco

[git:media_tree/master] media: staging: media: atomisp: remove trailing whitespace

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: remove trailing whitespace Author: Stephen Brennan Date:Tue Jul 25 02:04:10 2017 -0400 Signed-off-by: Stephen Brennan Signed-off-by: Sakari Ailus Signed-off

[git:media_tree/master] media: staging: media: atomisp: i2c: gc0310: fixed brace coding style issue

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: i2c: gc0310: fixed brace coding style issue Author: Rene Hickersberger Date:Mon Jul 31 07:43:15 2017 -0400 Fixed a brace coding style issue. Signed-off-by:

[git:media_tree/master] media: staging: media: atomisp: constify video_subdev structures

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: constify video_subdev structures Author: Julia Lawall Date:Tue Aug 8 06:58:29 2017 -0400 These structures are both stored in fields of v4l2_subdev_ops structu

[git:media_tree/master] media: staging: media: atomisp: use kvmalloc/kvzalloc

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: use kvmalloc/kvzalloc Author: Geliang Tang Date:Mon Aug 7 09:44:27 2017 -0400 Use kvmalloc()/kvzalloc() instead of atomisp_kernel_malloc() /atomisp_kernel_zal

[git:media_tree/master] media: ov13858: Set default fps as current fps

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov13858: Set default fps as current fps Author: Chiranjeevi Rapolu Date:Thu Jul 27 03:28:05 2017 -0400 On format change, sometimes, sensor was streaming at a much higher FPS than the

[git:media_tree/master] media: vs6624: constify vs6624_default_fmt

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vs6624: constify vs6624_default_fmt Author: Julia Lawall Date:Mon Aug 7 15:02:32 2017 -0400 The structure vs6624_default_fmt is only copied into another structure field, so it can be

[git:media_tree/master] media: ov13858: Fix initial expsoure max

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov13858: Fix initial expsoure max Author: Chiranjeevi Rapolu Date:Thu Jul 27 03:44:19 2017 -0400 Previously, initial exposure max was set incorrectly to (0x7fff - 8). Now, limit expos

[git:media_tree/master] media: ov13858: Increase digital gain granularity, range

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov13858: Increase digital gain granularity, range Author: Chiranjeevi Rapolu Date:Fri Jul 28 19:21:03 2017 -0400 Previously, possible digital gains were just 1x, 2x and 4x. These coar

[git:media_tree/master] media: ov13858: Correct link-frequency and pixel-rate

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov13858: Correct link-frequency and pixel-rate Author: Chiranjeevi Rapolu Date:Sat Jul 29 03:00:39 2017 -0400 Previously both link-frequency and pixel-rate reported by the sensor was

[git:media_tree/master] media: ddbridge: split code into multiple files

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ddbridge: split code into multiple files Author: Daniel Scheller Date:Sat Jul 29 07:28:36 2017 -0400 As of 0.9.9b, the ddbridge code has been split from one single file (ddbridge-core

[git:media_tree/master] media: ddbridge: move/reorder functions

2017-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ddbridge: move/reorder functions Author: Daniel Scheller Date:Sat Jul 29 07:28:35 2017 -0400 The functions in ddbridge-core.c have been moved to different positions in newer versions