[git:media_tree/master] media: rkisp1: Add support for the companding block

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Add support for the companding block Author: Paul Elder Date:Thu Aug 8 22:41:05 2024 +0200 Add support to the rkisp1 driver for the companding block that exists on the i.MX8MP

[git:media_tree/master] media: rkisp1: Add feature flags for BLS and compand

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Add feature flags for BLS and compand Author: Paul Elder Date:Thu Aug 8 22:41:04 2024 +0200 Add feature flags for the dedicated black level subtraction hardware block and for

[git:media_tree/master] media: rkisp1: Add register definitions for the companding block

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Add register definitions for the companding block Author: Paul Elder Date:Thu Aug 8 22:41:03 2024 +0200 To prepare for adding support for the companding block to the rkisp1 dr

[git:media_tree/master] media: rkisp1: Add features mask to extensible block handlers

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Add features mask to extensible block handlers Author: Laurent Pinchart Date:Thu Aug 8 22:41:02 2024 +0200 Future ISP parameter blocks for i.MX8MP-specific features will not s

[git:media_tree/master] media: rkisp1: Add helper function to swap colour channels

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Add helper function to swap colour channels Author: Laurent Pinchart Date:Thu Aug 8 22:41:01 2024 +0200 The BLS parameters passed by userspace are specified for named colour c

[git:media_tree/master] media: rkisp1: Implement s_fmt/try_fmt

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Implement s_fmt/try_fmt Author: Jacopo Mondi Date:Thu Aug 8 22:41:00 2024 +0200 Implement in the rkisp1 driver support for the s_fmt and try_fmt operation to allow userspace t

[git:media_tree/master] media: rkisp1: Implement extensible params support

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Implement extensible params support Author: Jacopo Mondi Date:Thu Aug 8 22:40:59 2024 +0200 Implement support in rkisp1-params for the extensible configuration parameters form

[git:media_tree/master] media: rkisp1: Cache the currently active format

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Cache the currently active format Author: Jacopo Mondi Date:Thu Aug 8 22:40:58 2024 +0200 The rkisp1-params driver assumes the data buffer format is the only currently support

[git:media_tree/master] media: rkisp1: Copy the parameters buffer

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Copy the parameters buffer Author: Jacopo Mondi Date:Thu Aug 8 22:40:57 2024 +0200 The ISP parameters buffers are queued by userspace to the params video device and appended b

[git:media_tree/master] media: rkisp1: Add struct rkisp1_params_buffer

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Add struct rkisp1_params_buffer Author: Jacopo Mondi Date:Thu Aug 8 22:40:56 2024 +0200 Create the 'struct rkisp1_params_buffer' type that wraps a vb2_v4l2_buffer to prepare t

[git:media_tree/master] media: ti: cal: use 'time_left' variable with wait_event_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ti: cal: use 'time_left' variable with wait_event_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:21 2024 +0200 There is a confusing pattern in the kernel to use a variable named

[git:media_tree/master] media: uapi: videodev2: Add V4L2_META_FMT_RK_ISP1_EXT_PARAMS

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uapi: videodev2: Add V4L2_META_FMT_RK_ISP1_EXT_PARAMS Author: Jacopo Mondi Date:Thu Aug 8 22:40:55 2024 +0200 The rkisp1 driver stores ISP configuration parameters in the fixed rkisp1

[git:media_tree/master] media: allegro: use 'time_left' variable with wait_for_completion_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: allegro: use 'time_left' variable with wait_for_completion_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:14 2024 +0200 There is a confusing pattern in the kernel to use a varia

[git:media_tree/master] media: uapi: rkisp1-config: Add extensible params format

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uapi: rkisp1-config: Add extensible params format Author: Jacopo Mondi Date:Thu Aug 8 22:40:54 2024 +0200 Add to the rkisp1-config.h header data types and documentation of the extensi

[git:media_tree/master] media: rkisp1: Adapt to different SoCs having different size limits

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Adapt to different SoCs having different size limits Author: Ondrej Jirman Date:Sat Mar 16 00:02:41 2024 +0100 - RK3399 has input/output limit of main path 4416 x 3312 - PX30

[git:media_tree/master] media: tegra-vde: use 'time_left' variable with wait_for_completion_interruptible_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tegra-vde: use 'time_left' variable with wait_for_completion_interruptible_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:20 2024 +0200 There is a confusing pattern in the kerne

[git:media_tree/master] media: solo6x10: use 'time_left' variable with wait_for_completion_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: solo6x10: use 'time_left' variable with wait_for_completion_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:19 2024 +0200 There is a confusing pattern in the kernel to use a vari

[git:media_tree/master] media: platform: exynos-gsc: use 'time_left' variable with wait_event_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: exynos-gsc: use 'time_left' variable with wait_event_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:18 2024 +0200 There is a confusing pattern in the kernel to use a v

[git:media_tree/master] media: platform: microchip: use for_each_endpoint_of_node()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: microchip: use for_each_endpoint_of_node() Author: Kuninori Morimoto Date:Tue Jul 30 00:34:51 2024 + We already have for_each_endpoint_of_node(), don't use of_graph_get_

[git:media_tree/master] media: bdisp: use 'time_left' variable with wait_event_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bdisp: use 'time_left' variable with wait_event_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:16 2024 +0200 There is a confusing pattern in the kernel to use a variable named 't

[git:media_tree/master] media: fimc-is: use 'time_left' variable with wait_event_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: fimc-is: use 'time_left' variable with wait_event_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:17 2024 +0200 There is a confusing pattern in the kernel to use a variable named

[git:media_tree/master] media: atmel-isi: use 'time_left' variable with wait_for_completion_timeout()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atmel-isi: use 'time_left' variable with wait_for_completion_timeout() Author: Wolfram Sang Date:Mon Aug 5 23:51:15 2024 +0200 There is a confusing pattern in the kernel to use a var

[git:media_tree/master] media: qcom: camss: Fix ordering of pm_runtime_enable

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Fix ordering of pm_runtime_enable Author: Bryan O'Donoghue Date:Mon Jul 29 13:42:03 2024 +0100 pm_runtime_enable() should happen prior to vfe_get() since vfe_get() calls

[git:media_tree/master] staging: media: atmel: use for_each_endpoint_of_node()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: staging: media: atmel: use for_each_endpoint_of_node() Author: Kuninori Morimoto Date:Tue Jul 30 00:35:21 2024 + We already have for_each_endpoint_of_node(), don't use of_graph_get_next_

[git:media_tree/master] media: qcom: camss: Remove use_count guard in stop_streaming

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Remove use_count guard in stop_streaming Author: Bryan O'Donoghue Date:Mon Jul 29 13:42:02 2024 +0100 The use_count check was introduced so that multiple concurrent Raw D

[git:media_tree/master] media: dt-bindings: media: renesas,vsp1: Document RZ/G2UL VSPD bindings

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: renesas,vsp1: Document RZ/G2UL VSPD bindings Author: Biju Das Date:Mon Aug 5 11:35:43 2024 +0100 Document VSPD found in RZ/G2UL SoC. The VSPD block is identical to

[git:media_tree/master] media: dt-bindings: media: renesas,fcp: Document RZ/G2UL FCPVD bindings

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: renesas,fcp: Document RZ/G2UL FCPVD bindings Author: Biju Das Date:Mon Aug 5 11:35:44 2024 +0100 Document FCPVD found in RZ/G2UL SoC. FCPVD block is similar to FCP

[git:media_tree/master] media: platform: xilinx: use for_each_endpoint_of_node()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: xilinx: use for_each_endpoint_of_node() Author: Kuninori Morimoto Date:Tue Jul 30 00:35:10 2024 + We already have for_each_endpoint_of_node(), don't use of_graph_get_nex

[git:media_tree/master] media: platform: ti: use for_each_endpoint_of_node()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: ti: use for_each_endpoint_of_node() Author: Kuninori Morimoto Date:Tue Jul 30 00:35:00 2024 + We already have for_each_endpoint_of_node(), don't use of_graph_get_next_en

[git:media_tree/master] media: docs: Fix newline typos in capture.c

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: docs: Fix newline typos in capture.c Author: Javier Carrasco Date:Mon Jul 29 21:37:13 2024 +0200 Commit d7894721f73b ("media: docs: Fix newline typo") aimed to fix the newline typos i

[git:media_tree/master] media: i2c: tda1997x: constify snd_soc_component_driver struct

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: tda1997x: constify snd_soc_component_driver struct Author: Javier Carrasco Date:Mon Jul 29 11:37:37 2024 +0200 `tda1997x_codec_driver` is not modified after its declaration, and

[git:media_tree/master] media: raspberrypi: VIDEO_RASPBERRYPI_PISP_BE should depend on ARCH_BCM2835

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: raspberrypi: VIDEO_RASPBERRYPI_PISP_BE should depend on ARCH_BCM2835 Author: Geert Uytterhoeven Date:Mon Jul 22 17:28:28 2024 +0200 Currently, the Raspberry Pi PiSP Backend (BE) ISP

[git:media_tree/master] Documentation: media: move Memory Consistency Flags

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: move Memory Consistency Flags Author: Hans Verkuil Date:Sat Jul 20 12:46:51 2024 +0200 The documentation of the Memory Consistency Flags was part of the struct v4l2_buf

[git:media_tree/master] media: v4l2-core: v4l2-ioctl: missing ', ' in create_bufs logging

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-core: v4l2-ioctl: missing ', ' in create_bufs logging Author: Hans Verkuil Date:Wed Jul 17 11:58:45 2024 +0200 The v4l_print_create_buffers() function was missing a ', ' in the p

[git:media_tree/master] Documentation: media: add missing V4L2_BUF_CAP_ flags

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: add missing V4L2_BUF_CAP_ flags Author: Hans Verkuil Date:Tue Jul 16 14:28:17 2024 +0200 The documentation for V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS and V4L2_BUF_CAP_SU

[git:media_tree/master] media: i2c: GC05A2: Fix spelling mistake "Horizental" -> "Horizontal"

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: GC05A2: Fix spelling mistake "Horizental" -> "Horizontal" Author: Colin Ian King Date:Tue Jul 9 11:48:07 2024 +0100 There is a spelling mistake in a string in the gc05a2_test_pat

[git:media_tree/master] drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error Author: Junlin Li Date:Wed Jul 3 01:50:23 2024 +0800 Ensure index in rtl2830_pid_filter does not exceed 31 to prevent

[git:media_tree/master] Documentation: media: vivid.rst: update TODO list

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: vivid.rst: update TODO list Author: Hans Verkuil Date:Tue Jul 2 08:51:39 2024 +0200 The vivid driver supports media controller support for quite a long time now, so dro

[git:media_tree/master] media: i2c: thp7312: Convert comma to semicolon

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: thp7312: Convert comma to semicolon Author: Chen Ni Date:Tue Jul 2 10:57:11 2024 +0800 Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni Revi

[git:media_tree/master] media: meson: vdec: add GXLX SoC platform

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: meson: vdec: add GXLX SoC platform Author: Christian Hewitt Date:Tue Jun 4 05:15:33 2024 + Add the GXLX SoC platform which is based on GXL but omits the VP9 codec. Signed-off-by:

[git:media_tree/master] media: ti: cal: Constify struct media_entity_operations

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ti: cal: Constify struct media_entity_operations Author: Christophe JAILLET Date:Mon Jun 24 06:40:38 2024 +0200 'struct media_entity_operations' is not modified in this driver. Const

[git:media_tree/master] media: i2c: GC08A3: Fix spelling mistake "STRAEMING_REG" -> "STREAMING_REG"

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: GC08A3: Fix spelling mistake "STRAEMING_REG" -> "STREAMING_REG" Author: Colin Ian King Date:Tue Jul 9 11:50:03 2024 +0100 There is a spelling mistake in a dev_err message. Fix i

[git:media_tree/master] Documentation: media: Fix v4l2_av1_segmentation table formatting

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: Fix v4l2_av1_segmentation table formatting Author: Fritz Koenig Date:Thu May 30 11:51:57 2024 -0700 Fix incorrect formatting. Signed-off-by: Fritz Koenig Signed-off-b

[git:media_tree/master] media: Drop explicit initialization of struct i2c_device_id::driver_data to 0

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Drop explicit initialization of struct i2c_device_id::driver_data to 0 Author: Uwe Kleine-König Date:Wed May 8 15:20:42 2024 +0200 These drivers don't use the driver_data member of s

[git:media_tree/master] media: verisilicon: Use fourcc format string

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: Use fourcc format string Author: Michael Tretter Date:Tue May 28 15:03:14 2024 +0200 There is a fourcc format string for printing formats. Use it instead of open coding t

[git:media_tree/master] drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error Author: Junlin Li Date:Tue Jul 2 21:24:13 2024 +0800 Ensure index in rtl2832_pid_filter does not exceed 31 to prevent

[git:media_tree/master] media: platform: allegro-dvt: Constify struct regmap_config

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: allegro-dvt: Constify struct regmap_config Author: Christophe JAILLET Date:Sun May 5 09:28:25 2024 +0200 'allegro_regmap_config' and 'allegro_sram_config' are not modified i

[git:media_tree/master] media: imx-pxp: Rewrite coeff expression

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx-pxp: Rewrite coeff expression Author: Ricardo Ribalda Date:Fri Jun 28 15:11:15 2024 + GCC5 cannot figure out that the expressions are constant, and that triggers a build failu

[git:media_tree/master] Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Revert "media: tuners: fix error return code of hybrid_tuner_request_state()" Author: Roman Smirnov Date:Tue Jul 16 12:10:40 2024 +0300 This reverts commit b9302fa7ed979e84b454e4ca92192cf48

[git:media_tree/master] dt-bindings: media: amlogic,gx-vdec: add the GXLX SoC family and update GXL

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: dt-bindings: media: amlogic,gx-vdec: add the GXLX SoC family and update GXL Author: Christian Hewitt Date:Tue Jun 4 05:15:32 2024 + The GXLX SoC is a GXL variant that omits VP9 codec su

[git:media_tree/master] media: i2c: tvp5150: Constify some structures

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: tvp5150: Constify some structures Author: Christophe JAILLET Date:Sun May 5 09:24:02 2024 +0200 'vbi_ram_default' and 'tvp5150_config' are not modified in this diver and are only

[git:media_tree/master] media: Documentation: Fix spelling of "blanking"

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: Fix spelling of "blanking" Author: Sakari Ailus Date:Mon Apr 29 22:10:09 2024 +0300 "Blanking" should be spelled as such, not "balanking". Fix it. Reported-by: Hans Ve

[git:media_tree/master] media: imx335: Fix reset-gpio handling

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx335: Fix reset-gpio handling Author: Umang Jain Date:Fri Aug 30 11:41:52 2024 +0530 Rectify the logical value of reset-gpio so that it is set to 0 (disabled) during power-on and to

[git:media_tree/master] media: MAINTAINERS: Add "qcom," substring for Qualcomm Camera Subsystem

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: Add "qcom," substring for Qualcomm Camera Subsystem Author: Changhuang Liang Date:Tue Aug 20 04:20:53 2024 -0700 Commit f5502cd25ac0 ("media: dt-bindings: Add JH7110 Came

[git:media_tree/master] media: i2c: og01a1b: Add management of optional reset GPIO

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Add management of optional reset GPIO Author: Vladimir Zapolskiy Date:Fri Aug 30 09:34:58 2024 +0300 Omnivision OG01A1B camera sensor may have a connected active low GPI

[git:media_tree/master] media: i2c: og01a1b: Add stubs of runtime power management functions

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Add stubs of runtime power management functions Author: Vladimir Zapolskiy Date:Fri Aug 30 09:34:56 2024 +0300 Rearrange initializations and checks in probe before popul

[git:media_tree/master] media: i2c: og01a1b: Add OF support to the image sensor driver

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Add OF support to the image sensor driver Author: Vladimir Zapolskiy Date:Fri Aug 30 09:34:55 2024 +0300 The OmniVision OG01A1B image sensor driver currently supports p

[git:media_tree/master] dt-bindings: media: imx335: Add reset-gpios to the DT example

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: dt-bindings: media: imx335: Add reset-gpios to the DT example Author: Umang Jain Date:Fri Aug 30 11:41:51 2024 +0530 It's easy to get the polarity of GPIOs in the device tree wrong, as shown

[git:media_tree/master] media: i2c: og01a1b: Add management of optional sensor supply lines

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Add management of optional sensor supply lines Author: Vladimir Zapolskiy Date:Fri Aug 30 09:34:59 2024 +0300 Omnivision OG01A1B camera sensor is supplied by three power

[git:media_tree/master] media: i2c: og01a1b: Add support of xvclk supply clock in power management

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Add support of xvclk supply clock in power management Author: Vladimir Zapolskiy Date:Fri Aug 30 09:34:57 2024 +0300 The OmniVision OG01A1B camera sensor has an xvclk s

[git:media_tree/master] media: siano: Remove unused declarations

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: siano: Remove unused declarations Author: Yue Haibing Date:Fri Aug 23 17:48:39 2024 +0800 There is no caller and implementation in tree, so can remove them. Signed-off-by: Yue Haibin

[git:media_tree/master] media: i2c: mt9v111: Enable module autoloading

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9v111: Enable module autoloading Author: Liao Chen Date:Thu Aug 29 12:52:02 2024 + Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based on the alias fro

[git:media_tree/master] media: ccs: Remove unused declarations

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Remove unused declarations Author: Yue Haibing Date:Fri Aug 23 17:49:35 2024 +0800 Commit 2989a457171d ("media: ccs: Refactor register reading a little") removed ccs_read_addr_no

[git:media_tree/master] media: i2c: mt9v111: Drop redundant comma

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9v111: Drop redundant comma Author: Liao Chen Date:Thu Aug 29 12:52:03 2024 + Drop the redundant comma from mt9v111_of_match array to make the code clean. Signed-off-by: L

[git:media_tree/master] media: dt-bindings: Add OmniVision OG01A1B image sensor

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: Add OmniVision OG01A1B image sensor Author: Vladimir Zapolskiy Date:Fri Aug 30 09:34:54 2024 +0300 Add device tree bindings documentation for OmniVision OG01A1B image sen

[git:media_tree/master] Merge tag 'next-media-20240826' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'next-media-20240826' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git Author: Hans Verkuil Date:Wed Aug 28 13:10:55 2024 +0200 Improvements to link validation

[git:media_tree/master] Merge tag 'tags/next-media-renesas-20240825' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'tags/next-media-renesas-20240825' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git Author: Hans Verkuil Date:Wed Aug 28 13:10:10 2024 +0200 Improvements to Re

[git:media_tree/master] Merge tag 'tags/next-media-imx-20240825' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'tags/next-media-imx-20240825' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git Author: Hans Verkuil Date:Wed Aug 28 13:09:24 2024 +0200 Improvements to i.MX m

[git:media_tree/master] Merge tag 'tags/next-media-misc-20240825' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'tags/next-media-misc-20240825' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git Author: Hans Verkuil Date:Wed Aug 28 13:08:12 2024 +0200 Miscellaneous changes

[git:media_tree/master] Merge tag 'tags/next-media-videobuf-20240827' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'tags/next-media-videobuf-20240827' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git Author: Hans Verkuil Date:Wed Aug 28 13:11:49 2024 +0200 - videobuf2 regre

[git:media_tree/master] media: hantro: Add RK3588 VEPU121

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: Add RK3588 VEPU121 Author: Sebastian Reichel Date:Tue Jun 18 20:18:35 2024 +0200 RK3588 handling is exactly the same as RK3568. This is not handled using fallback compatibles

[git:media_tree/master] media: imagination: VIDEO_E5010_JPEG_ENC should depend on ARCH_K3

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imagination: VIDEO_E5010_JPEG_ENC should depend on ARCH_K3 Author: Geert Uytterhoeven Date:Mon Jul 22 17:25:53 2024 +0200 Currently, the Imagination E5010 JPEG Encoder is only present

[git:media_tree/master] dt-bindings: media: rockchip,vpu: Document RK3128 compatible

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: dt-bindings: media: rockchip,vpu: Document RK3128 compatible Author: Alex Bee Date:Thu May 23 20:56:31 2024 +0200 The integration for this SoC is similar to RK3066/RK3188. Document it's com

[git:media_tree/master] media: mediatek: vcodec: Constify struct vb2_ops

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Constify struct vb2_ops Author: Christophe JAILLET Date:Sun Jun 16 08:29:53 2024 +0200 "struct vb2_ops" are not modified in this driver. Constifying this structure

[git:media_tree/master] media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning Author: Yunfei Dong Date:Thu Jun 13 17:33:56 2024 +0800 Fix a smatch static checker warning on vdec_vp8_req_if.c. Which lead

[git:media_tree/master] media: dt-bindings: qcom,sc7280-venus: Allow one IOMMU entry

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: qcom,sc7280-venus: Allow one IOMMU entry Author: Luca Weiss Date:Fri Apr 12 16:19:50 2024 +0200 Some SC7280-based boards crash when providing the "secure_non_pixel" conte

[git:media_tree/master] media: dt-bindings: rk3568-vepu: Add RK3588 VEPU121

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: rk3568-vepu: Add RK3588 VEPU121 Author: Emmanuel Gil Peyrot Date:Tue Jun 18 20:18:32 2024 +0200 This encoder-only device is present four times on this SoC, and should sup

[git:media_tree/master] media: venus: Convert one-element-arrays to flex-arrays

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Convert one-element-arrays to flex-arrays Author: Ricardo Ribalda Date:Wed Aug 14 11:39:30 2024 + This structures are not used, and have a single element array at the end o

[git:media_tree/master] media: venus: firmware: Use iommu_paging_domain_alloc()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: firmware: Use iommu_paging_domain_alloc() Author: Lu Baolu Date:Mon Aug 12 15:21:05 2024 +0800 An iommu domain is allocated in venus_firmware_init() and is attached to core->fw

[git:media_tree/master] media: verisilicon: Add reference buffer compression feature

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: Add reference buffer compression feature Author: Benjamin Gaignard Date:Thu May 16 10:41:07 2024 +0200 Reference frame compression is a feature added in the G2 decoder to

[git:media_tree/master] media: venus: Refactor hfi_buffer_alloc_mode_supported

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor hfi_buffer_alloc_mode_supported Author: Ricardo Ribalda Date:Wed Aug 14 11:39:29 2024 + Replace the old style single element array at the end of the struct with a

[git:media_tree/master] media: mediatek: vcodec: Fix H264 stateless decoder smatch warning

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Fix H264 stateless decoder smatch warning Author: Yunfei Dong Date:Thu Jun 13 17:33:57 2024 +0800 Fix a smatch static checker warning on vdec_h264_req_if.c. Which le

[git:media_tree/master] media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning Author: Yunfei Dong Date:Thu Jun 13 17:33:55 2024 +0800 Fix a smatch static checker warning on vdec_h264_req_multi_i

[git:media_tree/master] media: venus: Refactor hfi_session_fill_buffer_pkt

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor hfi_session_fill_buffer_pkt Author: Ricardo Ribalda Date:Wed Aug 14 11:39:28 2024 + The single data array data[1] is only used to save the extradata_size. Replace

[git:media_tree/master] media: videobuf2: Drop minimum allocation requirement of 2 buffers

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2: Drop minimum allocation requirement of 2 buffers Author: Laurent Pinchart Date:Mon Aug 26 02:24:49 2024 +0300 When introducing the ability for drivers to indicate the minim

[git:media_tree/master] media: venus: Refactor hfi_sys_get_property_pkt

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor hfi_sys_get_property_pkt Author: Ricardo Ribalda Date:Wed Aug 14 11:39:27 2024 + Replace a single length element array with an element. This fixes the following c

[git:media_tree/master] media: venus: Refactor hfi_session_empty_buffer_compressed_pkt

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor hfi_session_empty_buffer_compressed_pkt Author: Ricardo Ribalda Date:Wed Aug 14 11:39:26 2024 + The single element array data[1] is never used. Replace it with a p

[git:media_tree/master] media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt Author: Ricardo Ribalda Date:Wed Aug 14 11:39:25 2024 + The single element array data[1] is never used. Replace it

[git:media_tree/master] media: venus: Refactor struct hfi_session_get_property_pkt

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor struct hfi_session_get_property_pkt Author: Ricardo Ribalda Date:Wed Aug 14 11:39:23 2024 + The struct hfi_session_get_property_pkt is always used to fetch a singl

[git:media_tree/master] media: venus: Refactor struct hfi_uncompressed_plane_info

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor struct hfi_uncompressed_plane_info Author: Ricardo Ribalda Date:Wed Aug 14 11:39:22 2024 + This field is never used, but if we remove it we would change the size o

[git:media_tree/master] media: venus: Constify struct dec_bufsize_ops and enc_bufsize_ops

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Constify struct dec_bufsize_ops and enc_bufsize_ops Author: Christophe JAILLET Date:Sun Jun 2 16:27:34 2024 +0200 "struct dec_bufsize_ops and "struct enc_bufsize_ops" are not m

[git:media_tree/master] media: venus: Refactor struct hfi_uncompressed_format_supported

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Refactor struct hfi_uncompressed_format_supported Author: Ricardo Ribalda Date:Wed Aug 14 11:39:24 2024 + plane_info is not a typical array, the data is not contiguous: pin

[git:media_tree/master] Merge tag 'next-media-rkisp1-20240814' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'next-media-rkisp1-20240814' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git Author: Hans Verkuil Date:Wed Aug 14 17:18:47 2024 +0200 Extensible parameters su

[git:media_tree/master] media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put Author: Yunke Cao Date:Wed Aug 14 11:06:42 2024 +0900 This patch prepares for allowing multiple planes to share th

[git:media_tree/master] media: staging: media: starfive: camss: Drop obsolete return value documentation

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: starfive: camss: Drop obsolete return value documentation Author: Uwe Kleine-König Date:Wed Apr 24 16:02:48 2024 +0200 Recently the function stfcamss_remove() was cha

[git:media_tree/master] media: imx8mq-mipi-csi2: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()

2024-09-05 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx8mq-mipi-csi2: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() Author: Fabio Estevam Date:Wed Aug 7 15:26:10 2024 -0300 Replace SET_RUNTIME_PM_OPS()/SET SYSTEM_SLEEP_PM_OPS() with their mo

[git:media_tree/master] media: verisilicon: Fix auxiliary buffer allocation size

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: Fix auxiliary buffer allocation size Author: Benjamin Gaignard Date:Thu Mar 28 10:34:39 2024 +0100 Use v4l2_av1_tile_info->tile_cols to get the number of columns in the f

[git:media_tree/master] media: meson: vdec_1: Refactor vdec_1_stop()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: meson: vdec_1: Refactor vdec_1_stop() Author: Ricardo Ribalda Date:Fri Aug 16 12:32:03 2024 + Factor out all the power off logic, except the clk_disable_unprepare(), to a new func

[git:media_tree/master] media: i2c: ar0521: Use cansleep version of gpiod_set_value()

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ar0521: Use cansleep version of gpiod_set_value() Author: Alexander Shiyan Date:Thu Aug 29 08:48:49 2024 +0300 If we use GPIO reset from I2C port expander, we must use *_cansleep

[git:media_tree/master] media: imx283: Add 3/3 binning mode

2024-09-05 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx283: Add 3/3 binning mode Author: Umang Jain Date:Tue Aug 13 11:22:00 2024 +0530 IMX283 supports 12-bit 3/3 binning mode with 1824x1216 resolution. Introduce the mode config for th

  1   2   >