Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency
@ 2023-07-29 10:40 Sakari Ailus
  2023-07-29 10:40 ` [PATCH 2/2] media: Kconfig: ov5693: " Sakari Ailus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sakari Ailus @ 2023-07-29 10:40 UTC (permalink / raw)
  To: linux-media; +Cc: hdegoede

The Kconfig parts of the original patch converting the IMX290 to use V4L2
CCI was mis-merged. Correct this.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202307271517.dPa1bTSi-lkp@intel.com/
Fixes: be02a09c84ad ("media: imx290: Convert to new CCI register access helpers")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/i2c/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index 24cbf35c6fe1..f3453a5da970 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -125,6 +125,7 @@ config VIDEO_IMX274
 config VIDEO_IMX290
 	tristate "Sony IMX290 sensor support"
 	select REGMAP_I2C
+	select V4L2_CCI_I2C
 	help
 	  This is a Video4Linux2 sensor driver for the Sony
 	  IMX290 camera sensor.
@@ -934,7 +935,6 @@ config VIDEO_ADV748X
 	select VIDEO_V4L2_SUBDEV_API
 	select REGMAP_I2C
 	select V4L2_FWNODE
-	select V4L2_CCI_I2C
 	help
 	  V4L2 subdevice driver for the Analog Devices
 	  ADV7481 and ADV7482 HDMI/Analog video decoders.
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] media: Kconfig: ov5693: Correct CCI dependency
  2023-07-29 10:40 [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency Sakari Ailus
@ 2023-07-29 10:40 ` Sakari Ailus
  2023-07-29 10:51 ` [PATCH 1/2] media: Kconfig: imx290: " Hans de Goede
  2023-08-07 13:39 ` Laurent Pinchart
  2 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2023-07-29 10:40 UTC (permalink / raw)
  To: linux-media; +Cc: hdegoede

The Kconfig parts of the original patch converting the OV5693 to use V4L2
CCI was mis-merged. Correct this.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202307271639.6vSx9BOA-lkp@intel.com/
Fixes: 9f4204c422f6 ("media: ov5693: Convert to new CCI register access helpers")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/i2c/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index f3453a5da970..07cdf9590a14 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -426,6 +426,7 @@ config VIDEO_OV5675
 
 config VIDEO_OV5693
 	tristate "OmniVision OV5693 sensor support"
+	select V4L2_CCI_I2C
 	help
 	  This is a Video4Linux2 sensor driver for the OmniVision
 	  OV5693 camera.
@@ -657,7 +658,6 @@ config VIDEO_DW9768
 	select MEDIA_CONTROLLER
 	select VIDEO_V4L2_SUBDEV_API
 	select V4L2_FWNODE
-	select V4L2_CCI_I2C
 	help
 	  This is a driver for the DW9768 camera lens voice coil.
 	  DW9768 is a 10 bit DAC with 100mA output current sink
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency
  2023-07-29 10:40 [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency Sakari Ailus
  2023-07-29 10:40 ` [PATCH 2/2] media: Kconfig: ov5693: " Sakari Ailus
@ 2023-07-29 10:51 ` Hans de Goede
  2023-08-07 13:39 ` Laurent Pinchart
  2 siblings, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2023-07-29 10:51 UTC (permalink / raw)
  To: Sakari Ailus, linux-media

Hi,

On 7/29/23 12:40, Sakari Ailus wrote:
> The Kconfig parts of the original patch converting the IMX290 to use V4L2
> CCI was mis-merged. Correct this.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202307271517.dPa1bTSi-lkp@intel.com/
> Fixes: be02a09c84ad ("media: imx290: Convert to new CCI register access helpers")
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Thanks, the series looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

for the series.

Regards,

Hans

> ---
>  drivers/media/i2c/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
> index 24cbf35c6fe1..f3453a5da970 100644
> --- a/drivers/media/i2c/Kconfig
> +++ b/drivers/media/i2c/Kconfig
> @@ -125,6 +125,7 @@ config VIDEO_IMX274
>  config VIDEO_IMX290
>  	tristate "Sony IMX290 sensor support"
>  	select REGMAP_I2C
> +	select V4L2_CCI_I2C
>  	help
>  	  This is a Video4Linux2 sensor driver for the Sony
>  	  IMX290 camera sensor.
> @@ -934,7 +935,6 @@ config VIDEO_ADV748X
>  	select VIDEO_V4L2_SUBDEV_API
>  	select REGMAP_I2C
>  	select V4L2_FWNODE
> -	select V4L2_CCI_I2C
>  	help
>  	  V4L2 subdevice driver for the Analog Devices
>  	  ADV7481 and ADV7482 HDMI/Analog video decoders.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency
  2023-07-29 10:40 [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency Sakari Ailus
  2023-07-29 10:40 ` [PATCH 2/2] media: Kconfig: ov5693: " Sakari Ailus
  2023-07-29 10:51 ` [PATCH 1/2] media: Kconfig: imx290: " Hans de Goede
@ 2023-08-07 13:39 ` Laurent Pinchart
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2023-08-07 13:39 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media, hdegoede

Hi Sakari,

Thank you for the patch.

On Sat, Jul 29, 2023 at 01:40:49PM +0300, Sakari Ailus wrote:
> The Kconfig parts of the original patch converting the IMX290 to use V4L2
> CCI was mis-merged. Correct this.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202307271517.dPa1bTSi-lkp@intel.com/
> Fixes: be02a09c84ad ("media: imx290: Convert to new CCI register access helpers")
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
>  drivers/media/i2c/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
> index 24cbf35c6fe1..f3453a5da970 100644
> --- a/drivers/media/i2c/Kconfig
> +++ b/drivers/media/i2c/Kconfig
> @@ -125,6 +125,7 @@ config VIDEO_IMX274
>  config VIDEO_IMX290
>  	tristate "Sony IMX290 sensor support"
>  	select REGMAP_I2C

I think you can also drop REGMAP_I2C, as that's now internal to the CCI
helpers.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> +	select V4L2_CCI_I2C
>  	help
>  	  This is a Video4Linux2 sensor driver for the Sony
>  	  IMX290 camera sensor.
> @@ -934,7 +935,6 @@ config VIDEO_ADV748X
>  	select VIDEO_V4L2_SUBDEV_API
>  	select REGMAP_I2C
>  	select V4L2_FWNODE
> -	select V4L2_CCI_I2C
>  	help
>  	  V4L2 subdevice driver for the Analog Devices
>  	  ADV7481 and ADV7482 HDMI/Analog video decoders.

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-07 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 10:40 [PATCH 1/2] media: Kconfig: imx290: Correct CCI dependency Sakari Ailus
2023-07-29 10:40 ` [PATCH 2/2] media: Kconfig: ov5693: " Sakari Ailus
2023-07-29 10:51 ` [PATCH 1/2] media: Kconfig: imx290: " Hans de Goede
2023-08-07 13:39 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox