[git:media_stage/master] media: davinci: vpif_capture: fix error return code in vpif_probe()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: davinci: vpif_capture: fix error return code in vpif_probe() Author: Yang Yingliang Date:Thu Aug 3 04:18:35 2023 +0200 Set error return code, when get platform data failed. Fixes:

[git:media_stage/master] media: atomisp: csi2-bridge: Add dev_name() to acpi_handle_info() logging

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: csi2-bridge: Add dev_name() to acpi_handle_info() logging Author: Hans de Goede Date:Wed Jul 5 23:30:09 2023 +0200 acpi_handle_info() uses the ACPI path to the handle as

[git:media_stage/master] media: camif-core: Do not check for 0 return after calling platform_get_irq()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: camif-core: Do not check for 0 return after calling platform_get_irq() Author: Ruan Jinjie Date:Thu Aug 3 04:46:44 2023 +0200 It is not possible for platform_get_irq() to return 0.

[git:media_stage/master] media: verisilicon: Do not check for 0 return after calling platform_get_irq()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: Do not check for 0 return after calling platform_get_irq() Author: Ruan Jinjie Date:Thu Aug 3 04:46:45 2023 +0200 It is not possible for platform_get_irq() or

[git:media_stage/master] media: i2c: Add driver for DW9719 VCM

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Add driver for DW9719 VCM Author: Daniel Scally Date:Sat Jul 8 16:52:14 2023 +0200 Add a driver for the DW9719 VCM. The driver creates a v4l2 subdevice and registers a control

[git:media_stage/master] media: pci: intel: ivsc: Add ACE submodule

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pci: intel: ivsc: Add ACE submodule Author: Wentong Wu Date:Sat Jul 29 13:52:54 2023 +0200 ACE is a submodule of IVSC which controls camera sensor's ownership, belonging to host or

[git:media_stage/master] media: atomisp: csi2-bridge: Add support for VCM I2C-client instantiation

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: csi2-bridge: Add support for VCM I2C-client instantiation Author: Hans de Goede Date:Wed Jul 5 23:30:10 2023 +0200 Fill sensor->vcm_type and call

[git:media_stage/master] media: pci: intel: Add IVSC support for IPU bridge driver

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pci: intel: Add IVSC support for IPU bridge driver Author: Wentong Wu Date:Thu Aug 3 07:38:14 2023 +0200 Previously on ACPI platforms, sensors that are intended to be connected to an

[git:media_stage/master] media: i2c: Add driver for DW9719 VCM

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Add driver for DW9719 VCM Author: Daniel Scally Date:Sat Jul 8 16:52:14 2023 +0200 Add a driver for the DW9719 VCM. The driver creates a v4l2 subdevice and registers a control

[git:media_stage/master] media: ov2680: Fix ov2680_bayer_order()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Fix ov2680_bayer_order() Author: Hans de Goede Date:Thu Aug 3 11:33:17 2023 +0200 The index into ov2680_hv_flip_bayer_order[] should be 0-3, but ov2680_bayer_order() was

[git:media_stage/master] media: ov5640: Enable MIPI interface in ov5640_set_power_mipi()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() Author: Marek Vasut Date:Wed Aug 2 16:47:25 2023 +0200 Set OV5640_REG_IO_MIPI_CTRL00 bit 2 to 1 instead of 0, since 1 means

[git:media_stage/master] media: i2c: ds90ub960: Fix PLL config for 1200 MHz CSI rate

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ds90ub960: Fix PLL config for 1200 MHz CSI rate Author: Tomi Valkeinen Date:Thu Aug 3 14:15:47 2023 +0200 smatch reports: drivers/media/i2c/ds90ub960.c:1788

[git:media_stage/master] media: ov5640: Fix initial RESETB state and annotate timings

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov5640: Fix initial RESETB state and annotate timings Author: Marek Vasut Date:Tue Jul 25 00:21:16 2023 +0200 The initial state of RESETB input signal of OV5640 should be asserted,

[git:media_stage/master] media: platform: ti: fix the return value handle for platform_get_irq()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: ti: fix the return value handle for platform_get_irq() Author: Ruan Jinjie Date:Mon Jul 31 14:02:12 2023 +0200 There is no possible for platform_get_irq() to return 0, and

[git:media_stage/master] media: ov2680: Remove auto-gain and auto-exposure controls

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Remove auto-gain and auto-exposure controls Author: Hans de Goede Date:Thu Aug 3 11:33:16 2023 +0200 Quoting the OV2680 datasheet: "3.2 exposure and gain control In the

[git:media_stage/master] media: ov2680: Fix vflip / hflip set functions

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Fix vflip / hflip set functions Author: Hans de Goede Date:Thu Aug 3 11:33:18 2023 +0200 ov2680_vflip_disable() / ov2680_hflip_disable() pass BIT(0) instead of 0 as value to

[git:media_stage/master] media: ov2680: Add ov2680_fill_format() helper function

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add ov2680_fill_format() helper function Author: Hans de Goede Date:Thu Aug 3 11:33:21 2023 +0200 Add a ov2680_fill_format() helper function and use this everywhere were a

[git:media_stage/master] media: Documentation: Fix [GS]_ROUTING documentation

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: Fix [GS]_ROUTING documentation Author: Tomi Valkeinen Date:Thu Jul 20 10:08:28 2023 +0200 Add mention that successful VIDIOC_SUBDEV_G_ROUTING call will update

[git:media_stage/master] media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s Author: Hans de Goede Date:Thu Aug 3 11:33:19 2023 +0200 VIDEO_V4L2_SUBDEV_API is now automatically selected in Kconfig for all sensor

[git:media_stage/master] media: ov2680: Add support for 19.2 MHz clock

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add support for 19.2 MHz clock Author: Hans de Goede Date:Thu Aug 3 11:33:30 2023 +0200 Most x86/ACPI boards use the ov2680 with a 19.2 MHz xvclk, rather then the expected

[git:media_stage/master] media: ov2680: Add support for more clk setups

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add support for more clk setups Author: Hans de Goede Date:Thu Aug 3 11:33:29 2023 +0200 On ACPI systems the following 2 scenarios are possible: 1. The xvclk is fully

[git:media_stage/master] media: i2c: ds90ub913: Fix use of uninitialized variables

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ds90ub913: Fix use of uninitialized variables Author: Tomi Valkeinen Date:Thu Aug 3 14:15:45 2023 +0200 smatch reports some uninitialized variables:

[git:media_stage/master] media: ov2680: Don't take the lock for try_fmt calls

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Don't take the lock for try_fmt calls Author: Hans de Goede Date:Thu Aug 3 11:33:20 2023 +0200 On ov2680_set_fmt() calls with format->which == V4L2_SUBDEV_FORMAT_TRY,

[git:media_stage/master] media: ov2680: Fix ov2680_enum_frame_interval()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Fix ov2680_enum_frame_interval() Author: Hans de Goede Date:Thu Aug 3 11:33:33 2023 +0200 Fix and simplify ov2680_enum_frame_interval(), the index is not an index into

[git:media_stage/master] media: ov2680: Make setting the mode algorithm based

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Make setting the mode algorithm based Author: Hans de Goede Date:Thu Aug 3 11:33:36 2023 +0200 Instead of using a long fixed register settings list for each resolution,

[git:media_stage/master] media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors Author: Hans de Goede Date:Thu Aug 3 11:33:23 2023 +0200 When the ov2680_power_on() "sensor soft reset failed"

[git:media_stage/master] media: ov2680: Add ov2680_mode struct

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add ov2680_mode struct Author: Hans de Goede Date:Thu Aug 3 11:33:35 2023 +0200 Add an ov2680_mode struct to group together mode related state. For now this only contains

[git:media_stage/master] media: ov2680: Add a bunch of register tweaks

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add a bunch of register tweaks Author: Hans de Goede Date:Thu Aug 3 11:33:40 2023 +0200 Usually when developing a sensor driver with help from the vendor the vendor will

[git:media_stage/master] media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working Author: Hans de Goede Date:Thu Aug 3 11:33:22 2023 +0200 ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY

[git:media_stage/master] media: ov2680: Convert to new CCI register access helpers

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Convert to new CCI register access helpers Author: Hans de Goede Date:Thu Aug 3 11:33:24 2023 +0200 Use the new comon CCI register access helpers to replace the private

[git:media_stage/master] media: ov2680: Check for "powerdown" GPIO con-id before checking for "reset" GPIO con-id

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Check for "powerdown" GPIO con-id before checking for "reset" GPIO con-id Author: Hans de Goede Date:Thu Aug 3 11:33:27 2023 +0200 The datasheet of the OV2680 labels the

[git:media_stage/master] media: ov2680: Store dev instead of i2c_client in ov2680_dev

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Store dev instead of i2c_client in ov2680_dev Author: Hans de Goede Date:Thu Aug 3 11:33:25 2023 +0200 Now that the cci_* register access helpers are used access to the

[git:media_stage/master] media: ov2680: Add link-freq and pixel-rate controls

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add link-freq and pixel-rate controls Author: Hans de Goede Date:Thu Aug 3 11:33:43 2023 +0200 Add read-only link-freq and pixel-rate controls. This is necessary for the

[git:media_stage/master] media: ov2680: Add runtime-pm support

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add runtime-pm support Author: Hans de Goede Date:Thu Aug 3 11:33:26 2023 +0200 Remove the obsolete s_power() callback and instead use runtime-pm + autosuspend, powering-on

[git:media_stage/master] media: ov2680: Drop is_enabled flag

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Drop is_enabled flag Author: Hans de Goede Date:Thu Aug 3 11:33:28 2023 +0200 With runtime-pm it is guaranteed that ov2680_power_on() and ov2680_power_off() will always be

[git:media_stage/master] media: MAINTAINERS: Add Hans de Goede as OV2680 sensor driver maintainer

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: Add Hans de Goede as OV2680 sensor driver maintainer Author: Hans de Goede Date:Thu Aug 3 11:33:45 2023 +0200 Add myself as OV2680 sensor driver maintainer.

[git:media_stage/master] media: ov2680: Wait for endpoint fwnode before continuing with probe()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Wait for endpoint fwnode before continuing with probe() Author: Hans de Goede Date:Thu Aug 3 11:33:31 2023 +0200 Defer probe() until the endpoint fwnode is available. This is

[git:media_stage/master] media: ov2680: Annotate the per mode register setting lists

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Annotate the per mode register setting lists Author: Hans de Goede Date:Thu Aug 3 11:33:34 2023 +0200 Annotate the per mode register setting lists. This is a preparation

[git:media_stage/master] media: ov2680: Add support for ACPI enumeration

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add support for ACPI enumeration Author: Hans de Goede Date:Thu Aug 3 11:33:32 2023 +0200 Add an acpi_match_table now that all the other bits necessary for ACPI support are

[git:media_stage/master] media: ov2680: Fix exposure and gain ctrls range and default value

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Fix exposure and gain ctrls range and default value Author: Hans de Goede Date:Thu Aug 3 11:33:39 2023 +0200 The exposure control's max effective value is VTS - 8, set the

[git:media_stage/master] media: ov2680: Add an __ov2680_get_pad_format() helper function

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add an __ov2680_get_pad_format() helper function Author: Hans de Goede Date:Thu Aug 3 11:33:37 2023 +0200 Add an __ov2680_get_pad_format() helper function. This is a

[git:media_stage/master] media: ov2680: Implement selection support

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Implement selection support Author: Hans de Goede Date:Thu Aug 3 11:33:38 2023 +0200 Implement selection support. Modelled after ov5693 selection support, but allow setting

[git:media_stage/master] media: ov2680: Read and log sensor revision during probe

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Read and log sensor revision during probe Author: Hans de Goede Date:Thu Aug 3 11:33:42 2023 +0200 Read and log sensor revision during probe. Since this means that the

[git:media_stage/master] media: ov2680: Add bus-cfg / endpoint property verification

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Add bus-cfg / endpoint property verification Author: Hans de Goede Date:Thu Aug 3 11:33:44 2023 +0200 Verify that the number of CSI lanes and link-frequency specified in the

[git:media_stage/master] media: i2c: ccs: Check rules is non-NULL

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ccs: Check rules is non-NULL Author: Sakari Ailus Date:Sat Jul 29 20:59:25 2023 +0200 Fix the following smatch warning: drivers/media/i2c/ccs/ccs-data.c:524

[git:media_stage/master] media: ov2680: Drop unnecessary pad checks

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2680: Drop unnecessary pad checks Author: Hans de Goede Date:Thu Aug 3 11:33:41 2023 +0200 Drop unnecessary pad checks in enum_mbus_code, get_fmt, set_fmt this is already checked

[git:media_stage/master] media: atomisp: Drop atomisp-ov2680 sensor driver

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop atomisp-ov2680 sensor driver Author: Hans de Goede Date:Thu Aug 3 11:33:47 2023 +0200 After recent improvements to atomisp and the standard ov2680 sensor driver, the

[git:media_stage/master] media: i2c: ds90ub953: Fix use of uninitialized variables

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ds90ub953: Fix use of uninitialized variables Author: Tomi Valkeinen Date:Thu Aug 3 14:15:46 2023 +0200 smatch reports some uninitialized variables:

[git:media_stage/master] media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entry

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entry Author: Hans de Goede Date:Thu Aug 3 11:33:46 2023 +0200 Now that the ov2680 driver verifies the bus-cfg from

[git:media_stage/master] media: subdev: Constify v4l2_subdev_set_routing_with_fmt() param

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: subdev: Constify v4l2_subdev_set_routing_with_fmt() param Author: Tomi Valkeinen Date:Mon Jun 19 13:27:06 2023 +0200 The routing parameter of v4l2_subdev_set_routing_with_fmt() is

[git:media_stage/master] media: i2c: Remove common dependencies from sensor drivers

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Remove common dependencies from sensor drivers Author: Sakari Ailus Date:Fri Jun 30 15:58:55 2023 +0200 As selecting V4L2_FWNODE, MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API are

[git:media_stage/master] media: ov5693: Convert to new CCI register access helpers

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov5693: Convert to new CCI register access helpers Author: Hans de Goede Date:Tue Jun 27 14:51:05 2023 +0200 Use the new comon CCI register access helpers to replace the private

[git:media_stage/master] media: MAINTAINERS: Add entry for V4L2 async and fwnode frameworks

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: Add entry for V4L2 async and fwnode frameworks Author: Sakari Ailus Date:Fri Jun 30 12:31:21 2023 +0200 Add an entry for V4L2 async and fwnode frameworks, with myself as

[git:media_stage/master] media: subdev: Drop implicit zeroing of stream field

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: subdev: Drop implicit zeroing of stream field Author: Tomi Valkeinen Date:Mon Jun 19 13:27:05 2023 +0200 Now that the kernel drivers have been fixed to initialize the stream field,

[git:media_stage/master] media: subdev: Add debug prints to enable/disable_streams

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: subdev: Add debug prints to enable/disable_streams Author: Tomi Valkeinen Date:Mon Jun 19 13:27:07 2023 +0200 It is often useful to see when streaming for a device is being enabled

[git:media_stage/master] media: ipu-bridge: Store dev pointer in struct ipu_bridge

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Store dev pointer in struct ipu_bridge Author: Hans de Goede Date:Wed Jul 5 23:29:58 2023 +0200 Store the dev pointer in struct ipu_bridge instead of passing it around 3

[git:media_stage/master] media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init() Author: Hans de Goede Date:Wed Jul 5 23:30:08 2023 +0200 Remove the duplicate IPU ACPI bridge code and use the new shared

[git:media_stage/master] media: Add MIPI CCI register access helper functions

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Add MIPI CCI register access helper functions Author: Hans de Goede Date:Tue Jun 27 14:51:04 2023 +0200 The CSI2 specification specifies a standard method to access camera sensor

[git:media_stage/master] media: imx290: Convert to new CCI register access helpers

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx290: Convert to new CCI register access helpers Author: Hans de Goede Date:Tue Jun 27 14:51:06 2023 +0200 Use the new comon CCI register access helpers to replace the private

[git:media_stage/master] media: atomisp: ov2680: Convert to new CCI register access helpers

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: ov2680: Convert to new CCI register access helpers Author: Hans de Goede Date:Tue Jun 27 14:51:07 2023 +0200 Use the new comon CCI register access helpers to replace the

[git:media_stage/master] media: ipu-bridge: Do not use on stack memory for software_node.name field

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Do not use on stack memory for software_node.name field Author: Hans de Goede Date:Wed Jul 5 23:29:54 2023 +0200 Commit 567f97bd381f ("media: ipu3-cio2: support multiple

[git:media_stage/master] media: MAINTAINERS: Split sensors and lens drivers, add documentation

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: Split sensors and lens drivers, add documentation Author: Sakari Ailus Date:Fri Jun 30 12:59:41 2023 +0200 Split lens drivers from camera sensor into a new section. This

[git:media_stage/master] media: rcar-csi2: Add support for C-PHY on R-Car V4H

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-csi2: Add support for C-PHY on R-Car V4H Author: Niklas Söderlund Date:Sat Jul 15 22:12:39 2023 +0200 Add support for C-PHY on R-Car V4H. While the V4H supports both D-PHY and

[git:media_stage/master] media: v4l: async: Avoid a goto in loop implementation

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: async: Avoid a goto in loop implementation Author: Sakari Ailus Date:Sat Jul 29 13:52:14 2023 +0200 Replace a goto-based loop by a while loop. Suggested-by: Mauro Carvalho

[git:media_stage/master] media: i2c: imx219: Rename mbus codes array

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Rename mbus codes array Author: Jean-Michel Hautbois Date:Mon Jul 10 17:51:57 2023 +0200 The imx219 is using the name "codes" for the mbus formats array. The name is too

[git:media_stage/master] media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings Author: Hans de Goede Date:Wed Jul 5 23:29:53 2023 +0200 When ipu_bridge_parse_rotation() and

[git:media_stage/master] media: i2c: imx219: Complete default format initialization

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Complete default format initialization Author: Jacopo Mondi Date:Mon Jul 10 17:51:59 2023 +0200 Complete the default format initialization in init_cfg() filling in the

[git:media_stage/master] media: i2c: imx219: Switch from open to init_cfg

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Switch from open to init_cfg Author: Jean-Michel Hautbois Date:Mon Jul 10 17:51:58 2023 +0200 Use the init_cfg pad level operation instead of the internal subdev open

[git:media_stage/master] media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_swnode_names()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_swnode_names() Author: Hans de Goede Date:Wed Jul 5 23:29:55 2023 +0200 Move initialization of node_names.vcm to

[git:media_stage/master] media: i2c: imx219: Use subdev active state

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Use subdev active state Author: Jacopo Mondi Date:Mon Jul 10 17:52:01 2023 +0200 Port the imx219 sensor driver to use the subdev active state. Move all the format

[git:media_stage/master] media: ipu-bridge: Move ipu-bridge.h to include/media/

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Move ipu-bridge.h to include/media/ Author: Hans de Goede Date:Wed Jul 5 23:30:03 2023 +0200 Move ipu-bridge.h to include/media/, so that it can also be used by the

[git:media_stage/master] media: i2c: Add a camera sensor top level menu

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Add a camera sensor top level menu Author: Sakari Ailus Date:Thu Jun 15 10:29:07 2023 +0200 Select V4L2_FWNODE and VIDEO_V4L2_SUBDEV_API for all sensor drivers. This also adds

[git:media_stage/master] media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper function

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper function Author: Hans de Goede Date:Wed Jul 5 23:30:00 2023 +0200 The code to go from ACPI sensor info to a fwnode-tree with

[git:media_stage/master] media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[]

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[] Author: Hans de Goede Date:Wed Jul 5 23:30:04 2023 +0200 The GalaxyCore GC0310 is used together with the atomisp on

[git:media_stage/master] media: ipu-bridge: Add a parse_sensor_fwnode callback to ipu_bridge_init()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Add a parse_sensor_fwnode callback to ipu_bridge_init() Author: Hans de Goede Date:Wed Jul 5 23:30:02 2023 +0200 Add a parse_sensor_fwnode() callback to

[git:media_stage/master] media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_swnode_names()

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_swnode_names() Author: Hans de Goede Date:Wed Jul 5 23:29:55 2023 +0200 Move initialization of node_names.vcm to

[git:media_stage/master] media: i2c: imx219: Simplify code handling in s_fmt

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Simplify code handling in s_fmt Author: Jacopo Mondi Date:Mon Jul 10 17:52:03 2023 +0200 The imx219_set_pad_format() function adjusts the media bus code provided through

[git:media_stage/master] media: i2c: imx219: Simplify format assignment

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Simplify format assignment Author: Jacopo Mondi Date:Mon Jul 10 17:52:02 2023 +0200 The set_fmt and init_cfg functions both fills a v4l2_mbus_framefmt instance, passing

[git:media_stage/master] media: ipu-bridge: Drop early setting of sensor->adev

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Drop early setting of sensor->adev Author: Hans de Goede Date:Wed Jul 5 23:30:01 2023 +0200 sensor->adev is no longer dereferenced before it is permanently set by:

[git:media_stage/master] media: ipu-bridge: Only keep PLD around while parsing

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Only keep PLD around while parsing Author: Hans de Goede Date:Wed Jul 5 23:29:59 2023 +0200 There is no need to keep a reference to the PLD struct around, it is only used

[git:media_stage/master] media: Remove ov_16bit_addr_reg_helpers.h

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Remove ov_16bit_addr_reg_helpers.h Author: Hans de Goede Date:Tue Jun 27 14:51:08 2023 +0200 The helpers in this header are not used anywhere anymore, they have been superseded by

[git:media_stage/master] media: i2c: imx219: Fix colorspace info

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Fix colorspace info Author: Jacopo Mondi Date:Mon Jul 10 17:52:00 2023 +0200 The IMX219 is a RAW sensor. Fix the colorspace configuration by using V4L2_COLORSPACE_RAW

[git:media_stage/master] media: ipu-bridge: Add a runtime-pm device-link between VCM and sensor

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: Add a runtime-pm device-link between VCM and sensor Author: Hans de Goede Date:Wed Jul 5 23:30:05 2023 +0200 In most cases when a VCM is used there is a single integrated

[git:v4l-utils/master] media-ctl: 1 -> 1ULL

2023-08-09 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: media-ctl: 1 -> 1ULL Author: Hans Verkuil Date:Wed Aug 9 20:03:21 2023 +0200 Fix coverity defect report: *** CID 1518400:

[git:media_stage/fixes] media: imx: imx7-media-csi: Fix applying format constraints

2023-08-09 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx: imx7-media-csi: Fix applying format constraints Author: Fabio Estevam Date:Tue Jul 25 21:14:45 2023 +0200 v4l_bound_align_image() aligns to a multiple of 2 to the power of