[git:media_stage/master] media: qcom: venus: fix incorrect return value

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: venus: fix incorrect return value Author: Hans Verkuil Date:Fri Oct 6 12:08:47 2023 +0200 'pd' can be NULL, and in that case it shouldn't be passed to PTR_ERR. Fixes a smatch

[git:media_stage/master] media: i2c: adp1653: don't reuse the same node pointer

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: adp1653: don't reuse the same node pointer Author: Hans Verkuil Date:Fri Oct 6 12:08:43 2023 +0200 The child device_node pointer was used for two different children. This

[git:media_stage/master] media: rkisp1: resizer: Use V4L2 subdev active state

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Use V4L2 subdev active state Author: Laurent Pinchart Date:Thu Jan 26 03:10:01 2023 +0200 Use the V4L2 subdev active state API to store the active format and crop

[git:media_stage/master] media: rkisp1: Convert hex constants to lowercase

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Convert hex constants to lowercase Author: Laurent Pinchart Date:Sat Sep 23 23:36:03 2023 +0300 Hex constants in the media subsystem are typically in lowercase. The rkisp1

[git:media_stage/master] media: MAINTAINERS: Add co-maintainer for the rkisp1 driver

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: Add co-maintainer for the rkisp1 driver Author: Laurent Pinchart Date:Wed Feb 8 12:00:02 2023 +0200 As I'm actively working on the rkisp1 driver, I would like to

[git:media_stage/master] media: rkisp1: resizer: Fix resizer disable check when starting stream

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Fix resizer disable check when starting stream Author: Laurent Pinchart Date:Sat Sep 23 22:49:06 2023 +0300 The resizer is used to scale the image, but also to

[git:media_stage/master] media: rkisp1: resizer: Constify argument and local variables

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Constify argument and local variables Author: Laurent Pinchart Date:Sat Sep 23 22:49:06 2023 +0300 Pointers to v4l2_mbus_framefmt and v4l2_rect instances don't need

[git:media_stage/master] media: rkisp1: Program RKISP1_CIF_MI_SP_Y_PIC_SIZE register

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Program RKISP1_CIF_MI_SP_Y_PIC_SIZE register Author: Laurent Pinchart Date:Thu Apr 27 11:43:17 2023 +0300 The self path has a Y_PIC_SIZE register that needs to be programmed

[git:media_stage/master] media: rkisp1: Remove dual crop control register from config structure

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Remove dual crop control register from config structure Author: Laurent Pinchart Date:Sat Sep 23 20:23:43 2023 +0300 The dual crop register is the same for both the MP and SP

[git:media_stage/master] media: rkisp1: isp: Use V4L2 subdev active state

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: isp: Use V4L2 subdev active state Author: Laurent Pinchart Date:Thu Jan 26 03:10:01 2023 +0200 Use the V4L2 subdev active state API to store the active format and crop

[git:media_stage/master] media: rkisp1: Fix line stride calculation

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Fix line stride calculation Author: Laurent Pinchart Date:Thu Apr 27 11:43:17 2023 +0300 The line stride is expressed in the hardware as a number of pixels for the first

[git:media_stage/master] media: rkisp1: Constify rkisp1_v12_params_ops

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Constify rkisp1_v12_params_ops Author: Laurent Pinchart Date:Mon Mar 13 20:51:51 2023 +0200 The rkisp1_v12_params_ops global variable doesn't need to be modified. Make it

[git:media_stage/master] media: rkisp1: csi: Use V4L2 subdev active state

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: csi: Use V4L2 subdev active state Author: Laurent Pinchart Date:Thu Jan 26 03:10:01 2023 +0200 Use the V4L2 subdev active state API to store the active format and crop

[git:media_stage/master] media: rkisp1: resizer: Drop unneeded local variable

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Drop unneeded local variable Author: Laurent Pinchart Date:Sat Sep 23 22:49:06 2023 +0300 The sink_y local variable in rkisp1_rsz_config() stores a copy of the

[git:media_stage/master] media: rkisp1: resizer: Use v4l2_area instead of v4l2_rect to store size

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Use v4l2_area instead of v4l2_rect to store size Author: Laurent Pinchart Date:Sat Sep 23 22:49:06 2023 +0300 The rkisp1_rsz_config() and rkisp1_rsz_config_regs()

[git:media_stage/master] media: rkisp1: resizer: Improve debug message when configuring resizer

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Improve debug message when configuring resizer Author: Laurent Pinchart Date:Mon Sep 25 03:20:08 2023 +0300 The debug messages that show the resizer configuration

[git:media_stage/master] media: Documentation: ccs: Fix spelling mistake

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: ccs: Fix spelling mistake Author: Umang Jain Date:Mon Oct 9 19:56:48 2023 +0530 Correct the wrong spelling of 'exposes' in the binner section. Signed-off-by: Umang

[git:media_stage/master] media: dt-bindings: Make sure items in data-lanes are unique

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: Make sure items in data-lanes are unique Author: Pratyush Yadav Date:Mon Oct 9 18:39:27 2023 +0530 The data-lanes property maps the logical lane numbers to the physical

[git:media_stage/master] media: cadence: csi2rx: Configure DPHY using link freq

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Configure DPHY using link freq Author: Pratyush Yadav Date:Mon Oct 9 18:39:32 2023 +0530 Some platforms like TI's J721E can have the CSI2RX paired with an external

[git:media_stage/master] staging: media: ipu3: remove ftrace-like logging

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: staging: media: ipu3: remove ftrace-like logging Author: Ricardo B. Marliere Date:Sat Oct 7 17:05:42 2023 -0300 This patch fixes the following checkpatch.pl warnings in ipu3.c: WARNING:

[git:media_stage/master] media: cadence: csi2rx: Add get_fmt and set_fmt pad ops

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Add get_fmt and set_fmt pad ops Author: Pratyush Yadav Date:Mon Oct 9 18:39:31 2023 +0530 The format is needed to calculate the link speed for the external DPHY

[git:media_stage/master] media: dt-bindings: ovti, ov4689: Allow props from video-interface-devices

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: ovti,ov4689: Allow props from video-interface-devices Author: Jacopo Mondi Date:Fri Oct 6 14:40:58 2023 +0200 All the properties described by

[git:media_stage/master] media: cadence: csi2rx: Cleanup media entity properly

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Cleanup media entity properly Author: Pratyush Yadav Date:Mon Oct 9 18:39:30 2023 +0530 Call media_entity_cleanup() in probe error path and remove to make sure the

[git:media_stage/master] media: dt-bindings: cadence-csi2rx: Add TI compatible string

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: cadence-csi2rx: Add TI compatible string Author: Jai Luthra Date:Mon Oct 9 18:39:28 2023 +0530 Add a SoC-specific compatible string for TI's integration of this IP in J7

[git:media_stage/master] media: cadence: csi2rx: Unregister v4l2 async notifier

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Unregister v4l2 async notifier Author: Pratyush Yadav Date:Mon Oct 9 18:39:29 2023 +0530 The notifier is added to the global notifier list when registered. When the

[git:media_stage/master] media: ti: Add CSI2RX support for J721E

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ti: Add CSI2RX support for J721E Author: Jai Luthra Date:Mon Oct 9 18:39:39 2023 +0530 TI's J721E uses the Cadence CSI2RX and DPHY peripherals to facilitate capture over a CSI-2 bus.

[git:media_stage/master] media: ccs: Fix a (harmless) lockdep warning

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Fix a (harmless) lockdep warning Author: Sakari Ailus Date:Mon Oct 9 14:54:57 2023 +0300 The v4l2_subdev_init_finalize() is a macro that creates an unique lockdep key and name.

[git:media_stage/master] media: cadence: csi2rx: Set the STOP bit when stopping a stream

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Set the STOP bit when stopping a stream Author: Pratyush Yadav Date:Mon Oct 9 18:39:34 2023 +0530 The stream stop procedure says that the STOP bit should be set when

[git:media_stage/master] media: cadence: csi2rx: Soft reset the streams before starting capture

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Soft reset the streams before starting capture Author: Pratyush Yadav Date:Mon Oct 9 18:39:33 2023 +0530 This resets the stream state machines and FIFOs, giving them

[git:media_stage/master] media: cadence: csi2rx: Fix stream data configuration

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Fix stream data configuration Author: Pratyush Yadav Date:Mon Oct 9 18:39:35 2023 +0530 Firstly, there is no VC_EN bit present in the STREAM_DATA_CFG register. Bit

[git:media_stage/master] media: cadence: csi2rx: Add link validation

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Add link validation Author: Pratyush Yadav Date:Mon Oct 9 18:39:37 2023 +0530 Add media link validation to make sure incorrectly configured pipelines are caught.

[git:media_stage/master] media: cadence: csi2rx: Populate subdev devnode

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: csi2rx: Populate subdev devnode Author: Pratyush Yadav Date:Mon Oct 9 18:39:36 2023 +0530 The devnode can be used by media-ctl and other userspace tools to perform

[git:media_stage/master] media: dt-bindings: hynix, hi846: Add video-interface-devices properties

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: hynix,hi846: Add video-interface-devices properties Author: Jacopo Mondi Date:Fri Oct 6 14:40:56 2023 +0200 Allow properties from video-interface-devices.yaml for the SK

[git:media_stage/master] media: i2c: mt9m114: Fix missing error unwind in probe()

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9m114: Fix missing error unwind in probe() Author: Laurent Pinchart Date:Tue Oct 3 22:20:43 2023 +0300 Two paths in the probe function return directly instead of jumping to

[git:media_stage/master] media: dt-bindings: sony, imx415: Allow props from video-interface-devices

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: sony,imx415: Allow props from video-interface-devices Author: Jacopo Mondi Date:Fri Oct 6 14:41:01 2023 +0200 All the properties described by

[git:media_stage/master] media: dt-bindings: sony, imx214: Allow props from video-interface-devices

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: sony,imx214: Allow props from video-interface-devices Author: Jacopo Mondi Date:Fri Oct 6 14:41:00 2023 +0200 All the properties described by

[git:media_stage/master] media: ccs: Rework initialising sub-device state

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Rework initialising sub-device state Author: Sakari Ailus Date:Mon Oct 9 09:40:11 2023 +0300 Initialise sub-device state in init_cfg callback using ccs_propagate() to the extent

[git:media_stage/master] media: dt-bindings: Add TI J721E CSI2RX

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: Add TI J721E CSI2RX Author: Pratyush Yadav Date:Mon Oct 9 18:39:38 2023 +0530 TI's J721E uses the Cadence CSI2RX and DPHY peripherals to facilitate capture over a CSI-2

[git:media_stage/master] media: dt-bindings: ovti, ov5640: Allow props from video-interface-devices

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: ovti,ov5640: Allow props from video-interface-devices Author: Jacopo Mondi Date:Fri Oct 6 14:40:59 2023 +0200 There is no reason to restrict the allowed rotation

[git:media_stage/master] media: dt-bindings: ovti, ov02a10: Allow props from video-interface-devices

2023-10-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: ovti,ov02a10: Allow props from video-interface-devices Author: Jacopo Mondi Date:Fri Oct 6 14:40:57 2023 +0200 There is no reason to restrict the allowed rotation