The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: Wenmeng Liu <wenmeng.liu@oss.qualcomm.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	Wenmeng Liu <quic_wenmliu@quicinc.com>
Subject: Re: [PATCH] media: i2c: imx412: Extend the power-on waiting time
Date: Mon, 22 Dec 2025 11:11:04 +0200	[thread overview]
Message-ID: <aUkLKECix4vohyTB@kekkonen.localdomain> (raw)
In-Reply-To: <20251222-imx412-v1-1-51c7e724b376@oss.qualcomm.com>

Hi Wenmeng,

Thanks for the patch.

On Mon, Dec 22, 2025 at 05:04:07PM +0800, Wenmeng Liu wrote:
> From: Wenmeng Liu <quic_wenmliu@quicinc.com>
> 
> The Arducam IMX577 module requires a longer reset time than the 1000µs
> configured in the current driver. Increase the wait time after power-on
> to ensure proper initialization.

Is this somehow specific to the Arducam module? If so, what's there in the
module that requires this?

> 
> Signed-off-by: Wenmeng Liu <wenmeng.liu@oss.qualcomm.com>
> ---
> Signed-off-by: Wenmeng <wenmeng.liu@oss.qualcomm.com>
> ---

Which one is the right one?

>  drivers/media/i2c/imx412.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c
> index b3826f80354703b17b416dc233854da3f5736e38..e444c48c11b171b421c535beb23211bf0b600d3a 100644
> --- a/drivers/media/i2c/imx412.c
> +++ b/drivers/media/i2c/imx412.c
> @@ -1037,7 +1037,7 @@ static int imx412_power_on(struct device *dev)
>  		goto error_reset;
>  	}
>  
> -	usleep_range(1000, 1200);
> +	usleep_range(10000, 12000);
>  
>  	return 0;
>  
> 

-- 
Kind regards,

Sakari Ailus

  reply	other threads:[~2025-12-22  9:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-22  9:04 [PATCH] media: i2c: imx412: Extend the power-on waiting time Wenmeng Liu
2025-12-22  9:11 ` Sakari Ailus [this message]
2025-12-22  9:14   ` Wenmeng Liu
2025-12-22  9:35   ` Wenmeng Liu
2025-12-22 12:11     ` Dave Stevenson
2025-12-22 12:20       ` Wenmeng Liu
2025-12-22 14:16         ` Dave Stevenson
2025-12-23  6:19           ` Wenmeng Liu
2025-12-30 11:33             ` Sakari Ailus
2026-01-05  8:14               ` Wenmeng Liu
2026-01-07 13:36                 ` Sakari Ailus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aUkLKECix4vohyTB@kekkonen.localdomain \
    --to=sakari.ailus@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=quic_wenmliu@quicinc.com \
    --cc=wenmeng.liu@oss.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox