All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Trilok Soni <soni.trilok@gmail.com>
Cc: Sakari Ailus <sakari.ailus@nokia.com>,
	Linux OMAP <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] OMAP: Update ov9640 ifparm for H4 board.
Date: Mon, 17 Sep 2007 11:32:33 -0700	[thread overview]
Message-ID: <20070917183233.GH21226@atomide.com> (raw)
In-Reply-To: <5d5443650709060536q6a407aa6ia56e471c01c28579@mail.gmail.com>

* Trilok Soni <soni.trilok@gmail.com> [070906 05:40]:
> -- 
> --Trilok Soni

> From c2f1169a933107c9f6ccfb47c7cc35f1e904821c Mon Sep 17 00:00:00 2001
> From: Trilok Soni <soni.trilok@gmail.com>
> Date: Thu, 6 Sep 2007 23:33:23 +0530
> Subject: [PATCH] OMAP: Update ov9640 ifparm for H4 board.
> 
> - Update ov9640 ifparm due to change in naming
>   for parallel interface and added clock_min/max
>   for ov9640.
> 
> Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
> ---
>  arch/arm/mach-omap2/board-h4.c |    8 +++++---
>  1 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c
> index 2561174..fc30021 100644
> --- a/arch/arm/mach-omap2/board-h4.c
> +++ b/arch/arm/mach-omap2/board-h4.c
> @@ -625,12 +625,14 @@ static int ov9640_sensor_power_set(int power)
>  }
>  
>  static struct v4l2_ifparm ifparm = {
> -	.if_type = V4L2_IF_TYPE_PARALLEL,
> +	.if_type = V4L2_IF_TYPE_BT656,
>  	.u = {
> -		.parallel = {
> +		.bt656 = {
>  			 .frame_start_on_rising_vs = 1,
>  			 .nobt_vs_inv = 1,
> -			 .mode = V4L2_IF_TYPE_PARALLEL_MODE_NOBT_8BIT,
> +			 .mode = V4L2_IF_TYPE_BT656_MODE_NOBT_8BIT,
> +			 .clock_min = OV9640_XCLK_MIN,
> +			 .clock_max = OV9640_XCLK_MAX,
>  		 },
>  	},
>  };

Pushing today.

Tony

      reply	other threads:[~2007-09-17 18:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-06 12:36 [PATCH] OMAP: Update ov9640 ifparm for H4 board Trilok Soni
2007-09-17 18:32 ` Tony Lindgren [this message]

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=20070917183233.GH21226@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=sakari.ailus@nokia.com \
    --cc=soni.trilok@gmail.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.