[git:media_stage/master] media: cec: extron-da-hd-4k-plus: add the Extron DA HD 4K Plus CEC driver

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: extron-da-hd-4k-plus: add the Extron DA HD 4K Plus CEC driver Author: Hans Verkuil Date:Wed Oct 6 13:29:30 2021 +0200 Add support for the Extron DA HD 4K Plus series of 4K HDMI

[git:media_stage/master] media: cec: move cec_get/put_device to header

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: move cec_get/put_device to header Author: Hans Verkuil Date:Fri Aug 2 12:19:48 2024 +0200 Move cec_get/put_device to the media/cec.h header. This allows CEC drivers to use this.

[git:media_stage/master] media: input: serio.h: add SERIO_EXTRON_DA_HD_PLUS

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: input: serio.h: add SERIO_EXTRON_DA_HD_PLUS Author: Hans Verkuil Date:Wed Aug 12 14:20:10 2020 +0200 Add a new serio ID for the Extron DA HD 4K Plus series of 4K HDMI Distribution Amp

[git:media_stage/master] media: v4l2-dev: handle V4L2_CAP_EDID

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-dev: handle V4L2_CAP_EDID Author: Erling Ljunggren Date:Wed Sep 28 13:21:47 2022 +0200 When the V4L2_CAP_EDID capability flag is set, ioctls for enum inputs/outputs and get/set e

[git:media_stage/master] media: docs: Add V4L2_CAP_EDID

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: docs: Add V4L2_CAP_EDID Author: Erling Ljunggren Date:Fri Nov 11 14:29:03 2022 +0100 Add documentation for the new edid capability. Signed-off-by: Erling Ljunggren Signed-off-by: Ha

[git:media_stage/master] media: videodev2.h: add V4L2_CAP_EDID

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videodev2.h: add V4L2_CAP_EDID Author: Erling Ljunggren Date:Wed Sep 28 13:21:43 2022 +0200 Add capability flag to indicate that the device is an EDID-only device. Signed-off-by: Erl

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

2024-09-06 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:Fri Sep 6 09:15:33 2024 +0200 Sync up with the latest media_stage mast

[git:v4l-utils/master] utils/common: add V4L2_CAP_EDID support

2024-09-06 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: utils/common: add V4L2_CAP_EDID support Author: Hans Verkuil Date:Mon Aug 19 09:44:06 2024 +0200 Understand V4L2_CAP_EDID and log i

[git:v4l-utils/master] v4l2-compliance: add support for V4L2_CAP_EDID

2024-09-06 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: add support for V4L2_CAP_EDID Author: Hans Verkuil Date:Mon Aug 19 09:47:42 2024 +0200 Add tests for devices that

[git:media_stage/master] media: atomisp: Improve binary finding debug logging

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Improve binary finding debug logging Author: Hans de Goede Date:Mon Sep 2 11:52:29 2024 +0200 The atomisp firmware contains a number of different pipeline binaries inside its

[git:media_stage/master] media: atomisp: Drop dev_dbg() calls from hmm_[alloc|free]()

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop dev_dbg() calls from hmm_[alloc|free]() Author: Hans de Goede Date:Mon Sep 2 11:52:28 2024 +0200 Debug logging every alloc + free just polutes the debug logs without add

[git:media_stage/master] media: atomisp: csi2-bridge: Add DMI quirk for t4ka3 on Xiaomi Mipad2

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: csi2-bridge: Add DMI quirk for t4ka3 on Xiaomi Mipad2 Author: Hans de Goede Date:Mon Sep 2 11:52:27 2024 +0200 The t4ka3 sensor on the Xiaomi Mipad2 is used as a back facing

[git:media_stage/master] media: atomisp: set lock before calling vb2_queue_init()

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: set lock before calling vb2_queue_init() Author: Hans Verkuil Date:Mon Sep 2 16:04:47 2024 +0200 The vb2_queue_init() will expect the vb2_queue lock pointer to be set in the

[git:media_stage/master] media: atomisp: bnr: fix trailing statement

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: bnr: fix trailing statement Author: Kartik Kulkarni Date:Wed Jul 31 12:33:53 2024 +0200 Fix checkpatch error trailing statements should be on next line in ia_css_bnr.host.c:4

[git:media_stage/master] media: atomisp: use clamp() in compute_coring()

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: use clamp() in compute_coring() Author: Li Zetao Date:Fri Aug 30 03:17:52 2024 +0200 When it needs to get a value within a certain interval, using clamp() makes the code easi

[git:media_stage/master] media: atomisp: Replace rarely used macro from math_support.h

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Replace rarely used macro from math_support.h Author: Andy Shevchenko Date:Tue Aug 13 15:12:25 2024 +0200 Replace rarely used macro by generic ones from Linux kernel headers.

[git:media_stage/master] media: atomisp: Simplify ia_css_pipe_create_cas_scaler_desc_single_output()

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Simplify ia_css_pipe_create_cas_scaler_desc_single_output() Author: Andy Shevchenko Date:Tue Aug 13 10:56:15 2024 +0200 Make ia_css_pipe_create_cas_scaler_desc_single_output

[git:media_stage/master] media: atomisp: Remove duplicated leftover, i.e. sh_css_dvs_info.h

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove duplicated leftover, i.e. sh_css_dvs_info.h Author: Andy Shevchenko Date:Tue Aug 13 10:54:58 2024 +0200 The contents of sh_css_dvs_info.h are already included in the s

[git:media_stage/master] media: atomisp: add missing wait_prepare/finish ops

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: add missing wait_prepare/finish ops Author: Hans Verkuil Date:Mon Sep 2 10:31:21 2024 +0200 Without these ops the v4l2-compliance blocking wait test will fail. These ops are

[git:media_stage/master] media: atomisp: move trailing */ to separate lines

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: move trailing */ to separate lines Author: Sergio de Almeida Cipriano Junior Date:Tue Jul 30 09:19:04 2024 +0200 Fix checkpatch diagnostic "WARNING: Block comments use a trai

[git:media_stage/master] media: atomisp: move trailing statement to next line.

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: move trailing statement to next line. Author: Sakirnth Nagarasa Date:Tue Jul 30 10:42:20 2024 +0200 Fix checkpath error "ERROR: trailing statements should be on next line" in

[git:media_stage/master] media: atomisp: Fix trailing statement in ia_css_de.host.c

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Fix trailing statement in ia_css_de.host.c Author: Kathara Sasikumar Date:Tue Jul 30 10:27:25 2024 +0200 Fix checkpatch diagostic of Error : Trailing statements should be on

[git:media_stage/master] media: atomisp: use clamp() in ia_css_eed1_8_encode()

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: use clamp() in ia_css_eed1_8_encode() Author: Li Zetao Date:Fri Aug 30 03:17:51 2024 +0200 When it needs to get a value within a certain interval, using clamp() makes the cod

[git:media_stage/master] media: atomisp: Fix spelling mistakes in atomisp.h

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Fix spelling mistakes in atomisp.h Author: Roshan Khatri Date:Wed May 22 18:18:30 2024 +0200 codespell reported misspelled coefficients and vector in atomisp.h. This patch co

[git:media_stage/master] media: atomisp: Fix spelling mistakes in atomisp_platform.h

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Fix spelling mistakes in atomisp_platform.h Author: Roshan Khatri Date:Fri May 10 15:40:00 2024 +0200 Codespell reported misspelled "streams" and "corresponding" in atomisp_p

[git:media_stage/master] media: atomisp: Remove unused declaration

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove unused declaration Author: Zhang Zekun Date:Fri Aug 30 05:00:35 2024 +0200 v4l2_get_acpi_sensor_info() has been removed since commit d80be6a10cd3 ("media: atomisp: Dro

[git:media_stage/master] media: atomisp: Fix spelling mistake in csi_rx_public.h

2024-09-06 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Fix spelling mistake in csi_rx_public.h Author: Roshan Khatri Date:Thu May 2 06:34:15 2024 +0200 codespell reported misspelled "register" in csi_rx_public.h, fix misspellings