[git:media_tree/master] media: mtk-vpu: fix two smatch warnings

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vpu: fix two smatch warnings Author: Hans Verkuil Date:Sun Nov 3 12:23:33 2019 +0100 Drop the "id >= 0" test in two conditions to fix these warnings: drivers/media/platform/mtk-v

[git:media_tree/master] media: v4l2_core: Add p_area to struct v4l2_ext_control

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2_core: Add p_area to struct v4l2_ext_control Author: Ricardo Ribalda Delgado Date:Mon Nov 4 14:09:21 2019 +0100 Allow accessing V4L2_CTRL_TYPE_AREA controls without any casting.

[git:media_tree/master] media: mantis: fix two smatch errors

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mantis: fix two smatch errors Author: Hans Verkuil Date:Sun Nov 3 12:23:38 2019 +0100 Drop two dprintk's that relied on a non-NULL mantis pointer when it was in fact a NULL pointer.

[git:media_tree/master] media: Documentation: v42l_core: v4l2_ext_control

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: v42l_core: v4l2_ext_control Author: Ricardo Ribalda Delgado Date:Mon Nov 4 14:09:22 2019 +0100 Describe p_area field from v4l2_ext_ctrl Signed-off-by: Ricardo Ribalda

[git:media_tree/master] media: vivid: add vivid_create_queue() helper

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: add vivid_create_queue() helper Author: Hans Verkuil Date:Sun Nov 3 15:01:42 2019 +0100 Refactor some of the vivid_create_instance code by using a new vivid_create_queue() help

[git:media_tree/master] media: rc/ite-cir: fix smatch warning

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc/ite-cir: fix smatch warning Author: Hans Verkuil Date:Sun Nov 3 12:23:34 2019 +0100 Use sizeof instead of ARRAY_SIZE to fix this smatch warning: drivers/media/rc/ite-cir.c:385 ite

[git:media_tree/master] media: v4l2-device.h: fix typo: putss -> puts

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-device.h: fix typo: putss -> puts Author: Hans Verkuil Date:Tue Nov 5 09:17:28 2019 +0100 Fix typo: putss -> puts Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Cheh

[git:media_tree/master] media: vivid: Fix wrong locking that causes race conditions on streaming stop

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: Fix wrong locking that causes race conditions on streaming stop Author: Alexander Popov Date:Sun Nov 3 23:17:19 2019 +0100 There is the same incorrect approach to locking impl

[git:media_tree/master] media: ov6650: fix smatch warning

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: fix smatch warning Author: Hans Verkuil Date:Sun Nov 3 12:23:37 2019 +0100 Initialize ret to 0 to fix this smatch error: drivers/media/i2c/ov6650.c:853 ov6650_video_probe() e

[git:media_tree/master] media: siano: fix spelling mistake "ENBALE" -> "ENABLE"

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: siano: fix spelling mistake "ENBALE" -> "ENABLE" Author: Colin Ian King Date:Sun Nov 3 14:07:20 2019 +0100 Macros MSG_SMS_ENBALE_TS_INTERFACE_REQ and MSG_SMS_ENBALE_TS_INTERFACE_RES c

[git:media_tree/master] media: vivid: Add an area control

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: Add an area control Author: Ricardo Ribalda Delgado Date:Mon Nov 4 14:09:20 2019 +0100 This control represents a generic read/write area. Suggested-by: Hans Verkuil Signed-of

[git:media_tree/master] media: ti-vpe: fix smatch error

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ti-vpe: fix smatch error Author: Hans Verkuil Date:Sun Nov 3 12:23:36 2019 +0100 This patch fixes this error: drivers/media/platform/ti-vpe/vpdma.c:767 dump_dtd() error: '%pad' expec

[git:media_tree/master] media: v4l2_ctrl: Add const pointer to ctrl_ptr

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2_ctrl: Add const pointer to ctrl_ptr Author: Ricardo Ribalda Delgado Date:Mon Nov 4 14:09:19 2019 +0100 This pointer is used to point to data that is constant. Thanks to this we c

[git:media_tree/master] media: vimc: Make capture devices and subdevices use different link_validates

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: Make capture devices and subdevices use different link_validates Author: NĂ­colas F. R. A. Prado Date:Wed Oct 30 09:30:40 2019 -0300 Instead of validating the links to capture d

[git:media_tree/master] media: em28xx: fix two smatch warnings

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: em28xx: fix two smatch warnings Author: Hans Verkuil Date:Sun Nov 3 12:23:35 2019 +0100 Use sizeof instead of ARRAY_SIZE to fix this smatch warning: drivers/media/usb/em28xx/em28xx-i

[git:media_tree/master] media: vivid: media_device_cleanup was called too early

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: media_device_cleanup was called too early Author: Hans Verkuil Date:Sat Nov 2 14:35:41 2019 -0300 Running the contrib/test/test-media script in v4l-utils with the vivid argumen

[git:media_tree/master] media: am437x: fix smatch warning

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x: fix smatch warning Author: Hans Verkuil Date:Sun Nov 3 08:23:31 2019 -0300 Fixes this warning: drivers/media/platform/am437x/am437x-vpfe.c:288 vpfe_ccdc_validate_param() war

[git:media_tree/master] media: v4l2_ctrl: Add p_def to v4l2_ctrl_config

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2_ctrl: Add p_def to v4l2_ctrl_config Author: Ricardo Ribalda Delgado Date:Mon Nov 4 14:09:18 2019 +0100 This allows setting the default value on compound controls created via v4l2

[git:media_tree/master] media: v4l2-ctrl: Use p_const when possible

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-ctrl: Use p_const when possible Author: Ricardo Ribalda Delgado Date:Mon Nov 4 14:09:23 2019 +0100 After adding a const pointer to ctrl_ptr, lets use it where it make sense. Sug

[git:media_tree/master] media: exynos4-is: fix wrong mdev and v4l2 dev order in error path

2019-11-07 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: exynos4-is: fix wrong mdev and v4l2 dev order in error path Author: Seung-Woo Kim Date:Mon Nov 4 10:46:32 2019 +0100 When driver is built as module and probe during insmod is deferred

[git:v4l-utils/master] cec-compliance: improve the Inactive Source test

2019-11-07 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-compliance: improve the Inactive Source test Author: Hans Verkuil Date:Thu Nov 7 12:31:32 2019 +0100 Give a better fail message