All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Guennadi <g.liakhovetski@gmx.de>
Cc: Kuninori Morimoto <morimoto.kuninori@renesas.com>,
	Linux-V4L2 <linux-media@vger.kernel.org>,
	Takashi.Namiki@renesas.com, Phil.Edworthy@renesas.com
Subject: Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize
Date: Sun, 18 Sep 2011 12:56:13 -0300	[thread overview]
Message-ID: <4E76149D.5050102@redhat.com> (raw)
In-Reply-To: <uock8ky42.wl%morimoto.kuninori@renesas.com>

Em 02-02-2010 02:54, Kuninori Morimoto escreveu:
> mt9t112 camera needs 100 milliseconds for initializing
> Special thanks to Phil
> 
> Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> Reported-by: Phil Edworthy <Phil.Edworthy@renesas.com>
> ---
>  drivers/media/video/mt9t112.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c
> index 7438f8d..e581d8a 100644
> --- a/drivers/media/video/mt9t112.c
> +++ b/drivers/media/video/mt9t112.c
> @@ -885,7 +885,7 @@ static int mt9t112_s_stream(struct v4l2_subdev *sd, int enable)
>  		/* Invert PCLK (Data sampled on falling edge of pixclk) */
>  		mt9t112_reg_write(ret, client, 0x3C20, param);
>  
> -		mdelay(5);
> +		mdelay(100);
>  
>  		priv->flags |= INIT_DONE;
>  	}

Hi Guennadi,

What's the status of this patch?

It applies ok for me, and I couldn't find any reference at the
ML why it was not applied yet.

Thanks,
Mauro


  reply	other threads:[~2011-09-18 15:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-02  4:54 [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize Kuninori Morimoto
2011-09-18 15:56 ` Mauro Carvalho Chehab [this message]
2011-09-18 16:12   ` Guennadi Liakhovetski
2011-09-20  0:29     ` Kuninori Morimoto
2011-09-20  7:33       ` Guennadi Liakhovetski
2011-09-30  9:19         ` Guennadi Liakhovetski
2011-10-13  5:59           ` Kuninori Morimoto
2011-10-18 16:43             ` Guennadi Liakhovetski
2011-10-19  0:56               ` Kuninori Morimoto
2011-10-19  7:56                 ` phil.edworthy

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=4E76149D.5050102@redhat.com \
    --to=mchehab@redhat.com \
    --cc=Phil.Edworthy@renesas.com \
    --cc=Takashi.Namiki@renesas.com \
    --cc=g.liakhovetski@gmx.de \
    --cc=linux-media@vger.kernel.org \
    --cc=morimoto.kuninori@renesas.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.