[git:media_stage/master] media: remove the old videobuf framework

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: remove the old videobuf framework Author: Hans Verkuil Date:Sun Aug 13 10:22:54 2023 +0200 The last driver that still used this old framework has been converted to the videobuf2

[git:media_stage/master] media: atomisp: remove left-over videobuf include

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: remove left-over videobuf include Author: Hans Verkuil Date:Sun Aug 13 10:20:49 2023 +0200 This source still included the media/videobuf-vmalloc.h header, even though it is

[git:media_stage/master] media: i2c: video-i2c: Convert enum->pointer for data in the match tables

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: video-i2c: Convert enum->pointer for data in the match tables Author: Biju Das Date:Sun Aug 20 08:58:46 2023 +0100 Convert enum->pointer for data in the match tables, so that

[git:media_stage/master] media: i2c: imx319: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx319: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:15 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov7670: Extend match support for OF tables

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov7670: Extend match support for OF tables Author: Biju Das Date:Sun Sep 10 16:00:32 2023 +0100 The driver has an OF match table, still, it uses an ID lookup table for

[git:media_stage/master] media: i2c: imx412: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx412: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:19 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: Use pm_runtime_resume_and_get()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Use pm_runtime_resume_and_get() Author: Laurent Pinchart Date:Thu Sep 14 20:20:54 2023 +0300 Simplify error handling by using pm_runtime_resume_and_get() instead of

[git:media_stage/master] MAINTAINERS: fix file path for Omnvision OV4689

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: MAINTAINERS: fix file path for Omnvision OV4689 Author: Mikhail Rudenko Date:Thu Aug 3 15:37:42 2023 +0300 Correct the driver source path specified in the MAINTAINERS file, which was

[git:media_stage/master] media: ov5640: Fix a memory leak when ov5640_probe fails

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov5640: Fix a memory leak when ov5640_probe fails Author: Xiaolei Wang Date:Mon Aug 7 17:05:35 2023 +0800 sensor->ctrls.handler is initialized in ov5640_init_controls(), so when the

[git:media_stage/master] media: i2c: Drop ifdeffery from sensor drivers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Drop ifdeffery from sensor drivers Author: Jacopo Mondi Date:Mon Sep 11 16:56:36 2023 +0200 Since commit 7d3c7d2a2914 ("media: i2c: Add a camera sensor top level menu") the

[git:media_stage/master] media: i2c: mt9v032: Extend match support for OF tables

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9v032: Extend match support for OF tables Author: Biju Das Date:Sun Sep 10 17:54:31 2023 +0100 The driver has an OF match table, still, it uses an ID lookup table for

[git:media_stage/master] media: ivsc: csi: remove name identifier

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ivsc: csi: remove name identifier Author: Wentong Wu Date:Tue Aug 29 13:24:26 2023 +0800 Remove name identifier to match the device with the defined UUID when load driver module.

[git:media_stage/master] media: v4l2-subdev: Document that routing support depends on streams

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-subdev: Document that routing support depends on streams Author: Laurent Pinchart Date:Fri Aug 18 18:55:18 2023 +0300 Routing support, through the subdev .set_routing()

[git:media_stage/master] media: bttv: Add MODULE_FIRMWARE macro

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bttv: Add MODULE_FIRMWARE macro Author: Juerg Haefliger Date:Fri Jun 16 14:04:06 2023 +0200 The module loads firmware so add a MODULE_FIRMWARE macro to provide that information via

[git:media_stage/master] media: use struct_size() helper

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: use struct_size() helper Author: Yu Liao Date:Wed Aug 16 14:31:43 2023 +0800 Prefer struct_size() over open-coded versions of idiom: sizeof(struct-with-flex-array) +

[git:media_stage/master] media: bttv: fix use after free error due to btv->timeout timer

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bttv: fix use after free error due to btv->timeout timer Author: Zheng Wang Date:Thu Apr 13 11:49:42 2023 +0800 There may be some a race condition between timer function

[git:media_stage/master] media: platform: Use dev_err_probe instead of dev_err

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: Use dev_err_probe instead of dev_err Author: Wang Ming Date:Wed Jul 26 19:51:58 2023 +0800 It is possible that dma_request_chan will return EPROBE_DEFER, which means that

[git:media_stage/master] media: nxp: Use devm_kmemdup to replace devm_kmalloc + memcpy

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: nxp: Use devm_kmemdup to replace devm_kmalloc + memcpy Author: Li Zetao Date:Thu Aug 10 19:52:20 2023 +0800 Use the helper function devm_kmemdup() rather than duplicating its

[git:media_stage/master] media: dt-bindings: samsung, exynos4212-fimc-is: replace duplicate pmu node with phandle

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: samsung,exynos4212-fimc-is: replace duplicate pmu node with phandle Author: Krzysztof Kozlowski Date:Tue Aug 15 08:07:37 2023 +0200 The FIMC IS camera must access the

[git:media_stage/master] media: mediatek: vcodec: fix spelling mistake "resonable" -> "reasonable"

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: fix spelling mistake "resonable" -> "reasonable" Author: Colin Ian King Date:Tue Aug 15 13:14:46 2023 +0100 There are a couple of spelling mistakes in pr_err error

[git:media_stage/master] media: exynos4-is: fimc-is: replace duplicate pmu node with phandle

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: exynos4-is: fimc-is: replace duplicate pmu node with phandle Author: Krzysztof Kozlowski Date:Tue Aug 15 08:07:39 2023 +0200 Devicetree for the FIMC IS camera included duplicated PMU

[git:media_stage/master] media: staging: media: sunxi: cedrus: Remove redundant of_match_ptr()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: sunxi: cedrus: Remove redundant of_match_ptr() Author: Ruan Jinjie Date:Fri Aug 11 10:49:45 2023 +0800 The driver depends on CONFIG_OF, it is not necessary to use

[git:media_stage/master] media: cx25840: simplify cx23885_dif_setup()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx25840: simplify cx23885_dif_setup() Author: Hans Verkuil Date:Thu Aug 3 09:42:10 2023 +0200 Instead of creating a huge switch statement (that thoroughly confuses smatch), create a

[git:media_stage/master] media: bt8xx: make read-only arrays static

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bt8xx: make read-only arrays static Author: Colin Ian King Date:Tue Jun 27 16:37:38 2023 +0100 Don't populate the arrays on the stack, instead make them static const. Also add spaces

[git:media_stage/master] media: imx-jpeg: Remove unused declarations

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx-jpeg: Remove unused declarations Author: Yue Haibing Date:Thu Aug 17 21:43:54 2023 +0800 These are never implemented, remove them. Signed-off-by: Yue Haibing Signed-off-by:

[git:media_stage/master] media: ov2640: Use the devm_clk_get_enabled() helper function

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2640: Use the devm_clk_get_enabled() helper function Author: Ruan Jinjie Date:Fri Aug 18 18:16:24 2023 +0800 With devm_clk_get_enabled() the call to clk_disable_unprepare() can be

[git:media_stage/master] media: i2c: ov01a10: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov01a10: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:22 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: ivsc: ace: remove name identifier

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ivsc: ace: remove name identifier Author: Wentong Wu Date:Tue Aug 29 13:24:27 2023 +0800 Remove name identifier to match the device with the defined UUID when load driver module.

[git:media_stage/master] media: i2c: ov7670: Drop CONFIG_OF ifdeffery

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov7670: Drop CONFIG_OF ifdeffery Author: Biju Das Date:Sun Sep 10 16:00:33 2023 +0100 Drop of_match_ptr() from ov7670_driver and get rid of ugly CONFIG_OF if check. This

[git:media_stage/master] media: dt-bindings: Add OV5642

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: Add OV5642 Author: Fabio Estevam Date:Wed Sep 13 16:28:11 2023 -0300 As explained in the description text from trivial-devices.yaml: "This is a list of trivial I2C and

[git:media_stage/master] media: i2c: imx214: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx214: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:12 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov5693: Drop the unused streaming flag

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5693: Drop the unused streaming flag Author: Laurent Pinchart Date:Thu Sep 14 20:45:08 2023 +0300 The streaming flag in the driver's private structure is set but never used.

[git:media_stage/master] media: ov5640: fix vblank unchange issue when work at dvp mode

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov5640: fix vblank unchange issue when work at dvp mode Author: Guoniu.zhou Date:Wed Jul 19 15:30:12 2023 +0800 The value of V4L2_CID_VBLANK control is initialized to default vblank

[git:media_stage/master] media: platform: use capital "OR" for multiple licenses in SPDX

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: use capital "OR" for multiple licenses in SPDX Author: Krzysztof Kozlowski Date:Wed Aug 23 10:56:10 2023 +0200 Documentation/process/license-rules.rst and checkpatch expect

[git:media_stage/master] media: i2c: imx415: Replace streaming flag with runtime PM check

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx415: Replace streaming flag with runtime PM check Author: Laurent Pinchart Date:Thu Sep 14 20:46:00 2023 +0300 The streaming flag in the driver private structure is used for

[git:media_stage/master] media: dt-bindings: ov5693: fix maintainer email address

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: ov5693: fix maintainer email address Author: Tommaso Merciai Date:Mon Jul 31 23:52:15 2023 +0200 Switch my mail address from a company mail to a personal one.

[git:media_stage/master] media: ov13b10: Fix some error checking in probe

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov13b10: Fix some error checking in probe Author: Dan Carpenter Date:Wed Jul 19 13:16:10 2023 +0300 The "ret = " assignment was missing, so ov13b10_power_on() is not checked for

[git:media_stage/master] media: v4l: Fix documentation for 12-bit packed Bayer

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: Fix documentation for 12-bit packed Bayer Author: Suhrid Subramaniam Date:Mon Jul 10 18:31:40 2023 -0700 Fix documentation for R13 and R33 low bits. Signed-off-by: Suhrid

[git:media_stage/master] media: i2c: mt9m001: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9m001: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:20 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: i2c: imx208: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx208: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:11 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: imx258: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx258: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:14 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: imx296: Replace streaming flag with runtime PM check

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx296: Replace streaming flag with runtime PM check Author: Laurent Pinchart Date:Thu Sep 14 20:46:47 2023 +0300 The streaming flag in the driver private structure is used for

[git:media_stage/master] media: i2c: imx415: Use v4l2_subdev_get_fmt()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx415: Use v4l2_subdev_get_fmt() Author: Umang Jain Date:Wed Aug 30 10:23:23 2023 +0530 The imx415 driver uses the subdev active state, there's no need to implement the

[git:media_stage/master] media: i2c: imx355: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx355: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:18 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: max9286: Fix some redundant of_node_put() calls

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: max9286: Fix some redundant of_node_put() calls Author: Christophe JAILLET Date:Sat Aug 26 00:13:40 2023 +0200 This is odd to have a of_node_put() just after a

[git:media_stage/master] media: i2c: og01a1b: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:21 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: i2c: hi846: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: hi846: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:10 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: ivsc: ace: probe ace device after IPU bridge is initialized.

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ivsc: ace: probe ace device after IPU bridge is initialized. Author: Wentong Wu Date:Tue Aug 29 13:24:28 2023 +0800 During probe ivsc ace device, acpi_dev_clear_dependencies() will

[git:media_stage/master] media: i2c: imx334: add support for test pattern generator

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx334: add support for test pattern generator Author: Shravan Chippa Date:Fri Aug 4 20:45:41 2023 +0530 Add support for the imx334's test pattern generator. By default the test

[git:media_stage/master] media: v4l2-mc: Make v4l2_pipeline_pm_{get, put} deprecated

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-mc: Make v4l2_pipeline_pm_{get,put} deprecated Author: Sakari Ailus Date:Wed Aug 23 12:03:42 2023 +0300 The v4l2_pipeline_pm_get() and v4l2_pipeline_pm_put() functions were

[git:media_stage/master] media: i2c: imx334: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx334: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:16 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: ivsc: Improve Kconfig help text

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ivsc: Improve Kconfig help text Author: Sakari Ailus Date:Fri Aug 4 09:23:22 2023 +0300 Improve the Kconfig help text to convey the ACE is for changing camera sensor ownership and

[git:media_stage/master] media: Documentation: Mention CCS tools

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: Mention CCS tools Author: Sakari Ailus Date:Fri Sep 15 01:01:24 2023 +0300 CCS tools is a useful set of programs and libraries for working with CCS static data. Do

[git:media_stage/master] media: i2c: imx219: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:13 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: imx335: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx335: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:17 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: ov13b10: Add 1364x768 register settings

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov13b10: Add 1364x768 register settings Author: Hao Yao Date:Fri Sep 15 16:45:27 2023 +0800 This commit adds support for: - 1364x768 at 120 FPS Signed-off-by: Hao Yao

[git:media_stage/master] media: v4l2-subdev: Document and enforce .s_stream() requirements

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-subdev: Document and enforce .s_stream() requirements Author: Laurent Pinchart Date:Mon Sep 18 15:48:38 2023 +0300 The subdev .s_stream() operation must not be called to start

[git:media_stage/master] media: i2c: hi556: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: hi556: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:09 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: ipu3-imgu: Initialise height_per_slice in the stripes Author: Jean-Michel Hautbois Date:Thu Sep 16 19:25:04 2021 +0200 While playing with low resolutions for the grid, it

[git:media_stage/master] media: i2c: mt9v032: Drop CONFIG_OF ifdeffery

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9v032: Drop CONFIG_OF ifdeffery Author: Biju Das Date:Sun Sep 10 17:54:32 2023 +0100 Drop of_match_ptr() from mt9v032_driver and get rid of ugly CONFIG_OF if check. This

[git:media_stage/master] media: i2c: ov08d10: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov08d10: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:23 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: i2c: ov13b10: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov13b10: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:26 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: i2c: ov8856: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov8856: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:35 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov5670: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5670: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:31 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov5675: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5675: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:32 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov4689: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:29 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov08x40: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov08x40: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:57 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov08x40: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov08x40: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:24 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: i2c: ov7740: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov7740: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:34 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: imx214: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx214: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:48 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov13858: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov13858: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:25 2023 +0300 The subdev .s_stream() operation shall not be called to start

[git:media_stage/master] media: i2c: ov9734: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov9734: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:37 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] Documentation: media: camera-sensor: Fix typo and vocabulary selection

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: camera-sensor: Fix typo and vocabulary selection Author: Laurent Pinchart Date:Thu Sep 14 21:16:38 2023 +0300 Drop an unneeded double colon, and use 'shall' instead of

[git:media_stage/master] media: i2c: hi847: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: hi847: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:46 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov5647: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5647: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:30 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] Documentation: media: camera-sensor: Move power management section

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: camera-sensor: Move power management section Author: Laurent Pinchart Date:Thu Sep 14 21:16:40 2023 +0300 Move the power management section up, just after clocks, as

[git:media_stage/master] media: i2c: imx219: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:49 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov2740: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2740: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:59 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: hi846: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: hi846: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:45 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov2740: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2740: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:28 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov9282: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov9282: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:36 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ov2685: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2685: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:27 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: ccs: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ccs: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:43 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: imx319: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx319: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:51 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: imx208: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx208: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:47 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov5695: Drop check for reentrant .s_stream()

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5695: Drop check for reentrant .s_stream() Author: Laurent Pinchart Date:Thu Sep 14 21:16:33 2023 +0300 The subdev .s_stream() operation shall not be called to start streaming

[git:media_stage/master] media: i2c: hi556: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: hi556: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:44 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov5670: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5670: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:17:01 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: imx355: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx355: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:52 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ar0521: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ar0521: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:42 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov08d10: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov08d10: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:56 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] Documentation: media: camera-sensor: Use link to upstream DT bindings

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Documentation: media: camera-sensor: Use link to upstream DT bindings Author: Laurent Pinchart Date:Thu Sep 14 21:16:39 2023 +0300 The

[git:media_stage/master] media: i2c: ov9734: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov9734: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:17:04 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov5675: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5675: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:17:02 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: og01a1b: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: og01a1b: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:53 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov02a10: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov02a10: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:55 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov01a10: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov01a10: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:54 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov13858: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov13858: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:16:58 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

[git:media_stage/master] media: i2c: ov13b10: Drop stream handling in runtime PM handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov13b10: Drop stream handling in runtime PM handlers Author: Laurent Pinchart Date:Thu Sep 14 21:17:00 2023 +0300 The sensor is guaranteed not to be streaming when the runtime

[git:media_stage/master] media: i2c: ov8856: Drop system suspend and resume handlers

2023-09-21 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov8856: Drop system suspend and resume handlers Author: Laurent Pinchart Date:Thu Sep 14 21:17:03 2023 +0300 Stopping streaming on a camera pipeline at system suspend time, and

  1   2   >