[git:media_stage/master] media: cx25821: drop duplicated i2c_slave_did_ack()

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx25821: drop duplicated i2c_slave_did_ack() Author: Mauro Carvalho Chehab Date:Mon Nov 22 08:24:03 2021 + This function is defined twice, one at cx25821-i2c and the other inside

[git:media_stage/master] media: cx18: drop an unused macro

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx18: drop an unused macro Author: Mauro Carvalho Chehab Date:Mon Nov 22 08:32:02 2021 + The macro p_to_snd_cx18_card() is just a variant for container_of(), not actually used ins

[git:media_stage/master] media: ivtv: drop an unused macro

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ivtv: drop an unused macro Author: Mauro Carvalho Chehab Date:Mon Nov 22 08:29:50 2021 + The macro p_to_snd_ivtv_card() is just a variant for container_of(), not actually used ins

[git:media_stage/master] media: stb6100: mark a currently unused function as such

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stb6100: mark a currently unused function as such Author: Mauro Carvalho Chehab Date:Mon Nov 22 08:34:26 2021 + The stb6100_normalise_regs() function is not used with current boar

[git:media_stage/master] media: marvell-ccic: drop to_cam() unused function

2021-11-24 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 to_cam() unused function Author: Mauro Carvalho Chehab Date:Mon Nov 22 09:07:24 2021 + This function is an alias for container_of() that it is currently not use

[git:media_stage/master] media: si21xx: report eventual errors at set_frontend

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: si21xx: report eventual errors at set_frontend Author: Mauro Carvalho Chehab Date:Mon Nov 22 12:30:55 2021 + If an error occurs while setting the registers at set_frontend, it is

[git:media_stage/master] media: dvb-core: dvb_frontend: address some clang warnings

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-core: dvb_frontend: address some clang warnings Author: Mauro Carvalho Chehab Date:Mon Nov 22 08:59:53 2021 + The typecasts at the dvb-core generate clang warnings when W=1 is

[git:media_stage/master] media: mc: mark a debug function with __maybe_unused

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mc: mark a debug function with __maybe_unused Author: Mauro Carvalho Chehab Date:Mon Nov 22 08:42:08 2021 + The gobj_type() function translates the media object type into a name,

[git:media_stage/master] media: cx25840: drop some unused inline functions

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx25840: drop some unused inline functions Author: Mauro Carvalho Chehab Date:Mon Nov 22 09:05:51 2021 + Solve some clang warnings about unused functions by dropping some time-con

[git:media_stage/master] media: lmedm04: don't ignore errors when setting a filter

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: lmedm04: don't ignore errors when setting a filter Author: Mauro Carvalho Chehab Date:Mon Nov 22 12:01:48 2021 + Solves a clang warning Signed-off-by: Mauro Carvalho Chehab dr

[git:media_stage/master] media: mtk-mdp: address a clang warning

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-mdp: address a clang warning Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:56:50 2021 + The typecasts at the dvb-core generate clang warnings when W=1 is enabled. Such war

[git:media_stage/master] media: omap3isp: avoid warnings at IS_OUT_OF_BOUNDS()

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: omap3isp: avoid warnings at IS_OUT_OF_BOUNDS() Author: Mauro Carvalho Chehab Date:Mon Nov 22 09:20:50 2021 + Clang with W=1 produces the following warnings: drivers/media/platfor

[git:media_stage/master] media: omap3isp: mark isp_isr_dbg as __maybe_unused

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: omap3isp: mark isp_isr_dbg as __maybe_unused Author: Mauro Carvalho Chehab Date:Mon Nov 22 09:08:47 2021 + This function is only used for debugging purposes. When DEBUG is disable

[git:media_stage/master] media: davinci: vpbe_osd: mark read reg function as __maybe_unused

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: davinci: vpbe_osd: mark read reg function as __maybe_unused Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:54:15 2021 + Such function is currently unused, but could be needed in

[git:media_stage/master] media: saa7134-go7007: get rid of to_state() function

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa7134-go7007: get rid of to_state() function Author: Mauro Carvalho Chehab Date:Mon Nov 22 09:53:02 2021 + This is just an alias for container_of() and it is used only on a comm

[git:media_stage/master] media: cobalt: drop an unused variable

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cobalt: drop an unused variable Author: Mauro Carvalho Chehab Date:Wed Nov 24 12:07:01 2021 + The clock_control value is read but never actually used. Based on a comment at the co

[git:media_stage/master] media: adv7604 add _maybe_unused to currently unused functions

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: adv7604 add _maybe_unused to currently unused functions Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:42:49 2021 + There are several unused helper macros there, meant to parse

[git:media_stage/master] media: davinci: get rid of an unused function

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: davinci: get rid of an unused function Author: Mauro Carvalho Chehab Date:Mon Nov 22 12:14:23 2021 + vpif_get_default_field() seems to be some left-over from a past code that sets

[git:media_stage/master] media: imx290: mark read reg function as __maybe_unused

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx290: mark read reg function as __maybe_unused Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:48:45 2021 + Such function is currently unused, but could be needed in the future

[git:media_stage/master] media: si470x: fix printk warnings with clang

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: si470x: fix printk warnings with clang Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:24:38 2021 + Clang doesn't like "%hu" on macros: drivers/media/radio/si470x/radio-

[git:media_stage/master] media: radio-si476x: drop a container_of() abstraction macro

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: radio-si476x: drop a container_of() abstraction macro Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:27:22 2021 + This isn't used anywhere. So, drop it. Signed-off-by: Mauro Ca

[git:media_stage/master] media: adv7511: drop unused functions

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: adv7511: drop unused functions Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:45:26 2021 + Those are aliases for another function and not used at the current implementation. So,

[git:media_stage/master] media: drxd: drop offset var from DownloadMicrocode()

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: drxd: drop offset var from DownloadMicrocode() Author: Mauro Carvalho Chehab Date:Mon Nov 22 12:26:19 2021 + The offset is not needed, and it is never used, as the pointer itself

[git:media_stage/master] media: solo6x10: add _maybe_unused to currently unused functions

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: solo6x10: add _maybe_unused to currently unused functions Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:21:47 2021 + There are several unused helper macros there, meant to pars

[git:media_stage/master] media: adv7842: get rid of two unused functions

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: adv7842: get rid of two unused functions Author: Mauro Carvalho Chehab Date:Mon Nov 22 09:49:19 2021 + Those functions just call a V4L2 core macro, and aren't used anywhere. Get r

[git:media_stage/master] media: qcom: camss: mark read reg function as __maybe_unused

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: mark read reg function as __maybe_unused Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:55:37 2021 + Such function is currently unused, but could be needed in the

[git:media_stage/master] media: drxk: drop operation_mode from set_dvbt()

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: drxk: drop operation_mode from set_dvbt() Author: Mauro Carvalho Chehab Date:Mon Nov 22 12:27:48 2021 + This var is set, but never used. So, drop it. Signed-off-by: Mauro Carvalh

[git:media_stage/master] media: au0828-i2c: drop a duplicated function

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: au0828-i2c: drop a duplicated function Author: Mauro Carvalho Chehab Date:Wed Nov 24 11:37:36 2021 + This function is not used and it is identical to i2c_slave_did_read_ack(). So,

[git:media_stage/master] media: m88ds3103: drop reg11 calculus from m88ds3103b_select_mclk()

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: m88ds3103: drop reg11 calculus from m88ds3103b_select_mclk() Author: Mauro Carvalho Chehab Date:Mon Nov 22 12:29:13 2021 + This vaklue is never used at the code. So, drop it. Sol

[git:media_stage/master] media: mxl5005s: drop some dead code

2021-11-24 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mxl5005s: drop some dead code Author: Mauro Carvalho Chehab Date:Wed Nov 24 20:06:42 2021 +0100 As reported by clang (with W=1), the ctrlVal var is never used. Yet, there are even so

[git:v4l-utils/master] v4l-utils: update to latest media_stage kernel

2021-11-24 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: update to latest media_stage kernel Author: Hans Verkuil Date:Wed Nov 24 09:09:05 2021 +0100 The main addition is VP9 st

[git:v4l-utils/master] v4l2-ctl/compliance: add stateless VP9 support

2021-11-24 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/compliance: add stateless VP9 support Author: Hans Verkuil Date:Wed Nov 24 09:11:37 2021 +0100 Understand V4L2_CTRL_TYPE_V

[git:v4l-utils/master] v4l2-compliance: relax time32-64 test

2021-11-24 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: relax time32-64 test Author: Hans Verkuil Date:Wed Nov 24 09:03:12 2021 +0100 The delta between the 64 bit DQEVENT