[git:media_tree/master] media: rc-main: clean-up two warnings

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc-main: clean-up two warnings Author: Mauro Carvalho Chehab Date:Thu May 23 05:27:30 2019 -0400 While correct, the code is too complex for smatch to undersdand that protocol will alw

[git:media_tree/master] media: media_device_enum_links32: clean a reserved field

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media_device_enum_links32: clean a reserved field Author: Jungo Lin Date:Tue Apr 2 21:44:27 2019 -0400 In v4l2-compliance utility, test MEDIA_IOC_ENUM_ENTITIES will check whether rese

[git:media_tree/master] media: Kconfig: allow to select drivers if EMBEDDED

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Kconfig: allow to select drivers if EMBEDDED Author: Stefan Agner Date:Fri Jan 11 10:49:51 2019 -0500 Embedded systems often connect to sensors or other multimedia subdevices directly

[git:media_tree/master] media: vpss: fix a potential NULL pointer dereference

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vpss: fix a potential NULL pointer dereference Author: Kangjie Lu Date:Fri Mar 22 22:51:06 2019 -0400 In case ioremap fails, the fix returns -ENOMEM to avoid NULL pointer dereference.

[git:media_tree/master] media: coda: remove -I$(src) header search path

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: coda: remove -I$(src) header search path Author: Masahiro Yamada Date:Fri Jan 25 01:54:17 2019 -0500 Remove the header search path to the current directory. The compiler will search

[git:media_tree/master] media: staging/imx: Allow driver to build if COMPILE_TEST is enabled

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: Allow driver to build if COMPILE_TEST is enabled Author: Javier Martinez Canillas Date:Tue Feb 19 04:01:04 2019 -0500 The driver has runtime but no build time dependency

[git:media_tree/master] media: vpss: fix the order of resource clean up

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vpss: fix the order of resource clean up Author: Mukesh Ojha Date:Tue Mar 26 08:17:54 2019 -0400 Clean up of resources should be in reverse order of vpss_init(). Fix this inside vpss_

[git:v4l-utils/master] cec-ctl: add --raw-msg option

2019-05-23 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 --raw-msg option Author: Hans Verkuil Date:Wed May 15 10:53:05 2019 +0200 This option sets the CEC_MSG_FL_RAW flag. S

[git:media_tree/master] media: marvell-ccic: fix DMA s/g desc number calculation

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: fix DMA s/g desc number calculation Author: Lubomir Rintel Date:Sun May 5 10:00:23 2019 -0400 The commit d790b7eda953 ("[media] vb2-dma-sg: move dma_(un)map_sg here") le

[git:media_tree/master] media: staging/intel-ipu3: update minimal GDC envelope size to 4

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/intel-ipu3: update minimal GDC envelope size to 4 Author: Bingbu Cao Date:Thu May 16 23:33:34 2019 -0400 The ipu3 GDC function need some envelope to do filtering and the minim

[git:media_tree/master] media: videobuf2-dma-sg: Prevent size from overflowing

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-dma-sg: Prevent size from overflowing Author: Sakari Ailus Date:Wed Dec 12 07:44:14 2018 -0500 buf->size is an unsigned long; casting that to int will lead to an overflow if

[git:media_tree/master] media: v4l: fwnode: C-PHY has no clock lane

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: fwnode: C-PHY has no clock lane Author: Sakari Ailus Date:Fri May 3 06:39:41 2019 -0400 C-PHY doesn't use a clock lane, hence the test for the clock lane when there isn't one is

[git:media_tree/master] media: smiapp: core: add small range to usleep_range

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: smiapp: core: add small range to usleep_range Author: Nicholas Mc Guire Date:Wed May 8 11:11:53 2019 -0400 No need for a high-accuracy delay here as long as it is more than 2 millisec

[git:media_tree/master] media: videobuf2-core: Prevent size alignment wrapping buffer size to 0

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-core: Prevent size alignment wrapping buffer size to 0 Author: Sakari Ailus Date:Wed Dec 12 07:27:10 2018 -0500 PAGE_ALIGN() may wrap the buffer size around to 0. Prevent th

[git:media_tree/master] media: dt-bindings: marvell, mmp2-ccic: Add Marvell MMP2 camera

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: marvell,mmp2-ccic: Add Marvell MMP2 camera Author: Lubomir Rintel Date:Sun May 5 10:00:22 2019 -0400 Add Marvell MMP2 camera host interface. Signed-off-by: Lubomir Rinte

[git:media_tree/master] media: videobuf2-core.h: Document the alloc memop size argument as page aligned

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-core.h: Document the alloc memop size argument as page aligned Author: Sakari Ailus Date:Wed Dec 12 07:40:48 2018 -0500 The size argument of the alloc memop, which allocate

[git:media_tree/master] media: marvell-ccic: don't generate EOF on parallel bus

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: don't generate EOF on parallel bus Author: Lubomir Rintel Date:Sun May 5 10:00:24 2019 -0400 The commit 05fed81625bf ("[media] marvell-ccic: add MIPI support for marvell

[git:v4l-utils/master] v4l-utils: sync with latest kernel

2019-05-23 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 latest kernel Author: Hans Verkuil Date:Thu May 23 16:07:42 2019 +0200 This pulls in the new CEC_MSG_FL_RAW fl

[git:media_tree/master] media: videobuf2-core.h: Document the alloc memop size argument as page aligned

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-core.h: Document the alloc memop size argument as page aligned Author: Sakari Ailus Date:Wed Dec 12 07:40:48 2018 -0500 The size argument of the alloc memop, which allocate

[git:media_tree/master] media: videobuf2-core: Prevent size alignment wrapping buffer size to 0

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-core: Prevent size alignment wrapping buffer size to 0 Author: Sakari Ailus Date:Wed Dec 12 07:27:10 2018 -0500 PAGE_ALIGN() may wrap the buffer size around to 0. Prevent th

[git:media_tree/master] media: videobuf2-dma-sg: Prevent size from overflowing

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-dma-sg: Prevent size from overflowing Author: Sakari Ailus Date:Wed Dec 12 07:44:14 2018 -0500 buf->size is an unsigned long; casting that to int will lead to an overflow if

[git:media_tree/master] media: marvell-ccic/mmp: add devicetree support

2019-05-23 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: add devicetree support Author: Lubomir Rintel Date:Sun May 5 10:00:29 2019 -0400 The platform data is actually not used anywhere (along with the CSI support) and sho

[git:media_tree/master] media: marvell-ccic: provide a clock for the sensor

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: provide a clock for the sensor Author: Lubomir Rintel Date:Sun May 5 10:00:31 2019 -0400 The sensor needs the MCLK clock running when it's being probed. On platforms whe

[git:media_tree/master] media: marvell-ccic: fix DMA s/g desc number calculation

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: fix DMA s/g desc number calculation Author: Lubomir Rintel Date:Sun May 5 10:00:23 2019 -0400 The commit d790b7eda953 ("[media] vb2-dma-sg: move dma_(un)map_sg here") le

[git:media_tree/master] media: marvell-ccic: drop unused stuff

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: drop unused stuff Author: Lubomir Rintel Date:Sun May 5 10:00:26 2019 -0400 Remove structure members and headers that are not actually used. Saves us from some noise in

[git:media_tree/master] media: marvell-ccic/mmp: enable clock before accessing registers

2019-05-23 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: enable clock before accessing registers Author: Lubomir Rintel Date:Sun May 5 10:00:27 2019 -0400 The access to REG_CLKCTRL or REG_CTRL1 without the clock enabled ha

[git:media_tree/master] media: ov7740: avoid invalid framesize setting

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov7740: avoid invalid framesize setting Author: Akinobu Mita Date:Wed Apr 17 10:06:39 2019 -0400 If the requested framesize by VIDIOC_SUBDEV_S_FMT is larger than supported framesizes,

[git:media_tree/master] media: smiapp: core: add small range to usleep_range

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: smiapp: core: add small range to usleep_range Author: Nicholas Mc Guire Date:Wed May 8 11:11:53 2019 -0400 No need for a high-accuracy delay here as long as it is more than 2 millisec

[git:media_tree/master] media: marvell-ccic: use async notifier to get the sensor

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: use async notifier to get the sensor Author: Lubomir Rintel Date:Sun May 5 10:00:30 2019 -0400 An instance of a sensor on DT-based MMP2 platform is always going to be cr

[git:media_tree/master] media: ov7740: fix vertical flip control

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov7740: fix vertical flip control Author: Akinobu Mita Date:Wed Apr 17 10:06:40 2019 -0400 Setting the value of the V4L2_CID_VFLIP control is currently ignored. Because V4L2_CID_HFLI

[git:media_tree/master] media: ov7740: remove redundant V4L2_CTRL_FLAG_VOLATILE set

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov7740: remove redundant V4L2_CTRL_FLAG_VOLATILE set Author: Akinobu Mita Date:Wed Apr 17 10:06:41 2019 -0400 If the v4l2 controls are set up for autofoo/foo-type handling by calling

[git:media_tree/master] media: staging/intel-ipu3: update minimal GDC envelope size to 4

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/intel-ipu3: update minimal GDC envelope size to 4 Author: Bingbu Cao Date:Thu May 16 23:33:34 2019 -0400 The ipu3 GDC function need some envelope to do filtering and the minim

[git:media_tree/master] media: ov8856: modify register to fix test pattern

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov8856: modify register to fix test pattern Author: Shawnx Tu Date:Mon Apr 22 03:29:18 2019 -0400 modify registers to fix bayer order in test pattern mode Signed-off-by: Sakari Ailus

[git:media_tree/master] media: marvell-ccic: rename the clocks

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: rename the clocks Author: Lubomir Rintel Date:Sun May 5 10:00:28 2019 -0400 Use the names more suitable for devicetree bindings. There are no board files utilizing this

[git:media_tree/master] media: ov7740: fix unbalanced pm_runtime_get/put

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov7740: fix unbalanced pm_runtime_get/put Author: Akinobu Mita Date:Wed Apr 17 10:06:38 2019 -0400 Avoid returning without decrement the usage count in s_ctrl(). Cc: Wenyou Yang Cc:

[git:media_tree/master] media: dt-bindings: marvell, mmp2-ccic: Add Marvell MMP2 camera

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: marvell,mmp2-ccic: Add Marvell MMP2 camera Author: Lubomir Rintel Date:Sun May 5 10:00:22 2019 -0400 Add Marvell MMP2 camera host interface. Signed-off-by: Lubomir Rinte

[git:media_tree/master] media: v4l: fwnode: C-PHY has no clock lane

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: fwnode: C-PHY has no clock lane Author: Sakari Ailus Date:Fri May 3 06:39:41 2019 -0400 C-PHY doesn't use a clock lane, hence the test for the clock lane when there isn't one is

[git:media_tree/master] media: marvell-ccic: don't generate EOF on parallel bus

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: marvell-ccic: don't generate EOF on parallel bus Author: Lubomir Rintel Date:Sun May 5 10:00:24 2019 -0400 The commit 05fed81625bf ("[media] marvell-ccic: add MIPI support for marvell

[git:media_tree/master] media: Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability"

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability" Author: Lubomir Rintel Date:Sun May 5 10:00:25 2019 -0400 This accesses the clock registers directly a

[git:media_tree/master] media: cec-gpio: use disable/enable_irq

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-gpio: use disable/enable_irq Author: Hans Verkuil Date:Mon May 20 10:38:40 2019 -0400 Due to limitations in gpiolib it was impossible to disable the interrupt of an input gpio and

[git:media_tree/master] media: cec-ioc-g-mode.rst: be more specific when EPERM is returned

2019-05-23 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: be more specific when EPERM is returned Author: Hans Verkuil Date:Wed May 22 05:22:20 2019 -0400 Document which capability is required, rather than just saying tha

[git:media_tree/master] media: cec: support CEC_MSG_FL_RAW

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: support CEC_MSG_FL_RAW Author: Hans Verkuil Date:Tue Apr 23 08:48:22 2019 -0400 If this flag is set, then check for root permissions and skip all message checks expect for the co

[git:media_tree/master] media: cec: add CEC_MSG_FL_RAW flag and msg_is_raw helper function

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: add CEC_MSG_FL_RAW flag and msg_is_raw helper function Author: Hans Verkuil Date:Tue Apr 23 08:44:59 2019 -0400 This adds the userspace API to send raw unchecked CEC messages. Th

[git:media_tree/master] media: cec-ioc-receive.rst: document CEC_MSG_FL_RAW

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-ioc-receive.rst: document CEC_MSG_FL_RAW Author: Hans Verkuil Date:Wed May 15 03:50:41 2019 -0400 Document this new cec_msg flag. Signed-off-by: Hans Verkuil Signed-off-by: Maur

[git:media_tree/master] media: cec: move check from cec_transmit to cec_transmit_msg_fh

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: move check from cec_transmit to cec_transmit_msg_fh Author: Hans Verkuil Date:Tue Apr 23 08:43:30 2019 -0400 This ensures all the cec_msg checks are done in the same place. Sign

[git:media_tree/master] media: cec: allow any initiator for Ping and Image/Text View On

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: allow any initiator for Ping and Image/Text View On Author: Hans Verkuil Date:Tue Apr 23 08:14:01 2019 -0400 Some displays pull down the HPD when in standby, but CEC is still act

[git:media_tree/master] media: cec: mark devnode as registered before actually registering it

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: mark devnode as registered before actually registering it Author: Hans Verkuil Date:Fri May 10 11:15:04 2019 -0400 The cec device node can be used right after it was created, but

[git:media_tree/master] media: cec: cec_transmit_msg_fh: do sanity checks first

2019-05-23 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: cec_transmit_msg_fh: do sanity checks first Author: Hans Verkuil Date:Tue Apr 23 08:37:39 2019 -0400 The code that fills in the CEC_MSG_CDC_MESSAGE physical address is now done a