public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ap325: use edge control for ov772x camera
@ 2009-04-13  6:40 Kuninori Morimoto
  2009-04-13 21:02 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2009-04-13  6:40 UTC (permalink / raw)
  To: linux-sh


Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
This patch is for Linux 2.6.30-rc1

 arch/sh/boards/board-ap325rxa.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c
index 912458f..39e4691 100644
--- a/arch/sh/boards/board-ap325rxa.c
+++ b/arch/sh/boards/board-ap325rxa.c
@@ -349,6 +349,7 @@ static int ov7725_power(struct device *dev, int mode)
 static struct ov772x_camera_info ov7725_info = {
 	.buswidth  = SOCAM_DATAWIDTH_8,
 	.flags = OV772X_FLAG_VFLIP | OV772X_FLAG_HFLIP,
+	.edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0),
 	.link = {
 		.power  = ov7725_power,
 	},
-- 
1.5.6.3


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

* Re: [PATCH] ap325: use edge control for ov772x camera
  2009-04-13  6:40 [PATCH] ap325: use edge control for ov772x camera Kuninori Morimoto
@ 2009-04-13 21:02 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-04-13 21:02 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 13, 2009 at 03:40:04PM +0900, Kuninori Morimoto wrote:
> 
> Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> ---
> This patch is for Linux 2.6.30-rc1
> 
>  arch/sh/boards/board-ap325rxa.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c
> index 912458f..39e4691 100644
> --- a/arch/sh/boards/board-ap325rxa.c
> +++ b/arch/sh/boards/board-ap325rxa.c
> @@ -349,6 +349,7 @@ static int ov7725_power(struct device *dev, int mode)
>  static struct ov772x_camera_info ov7725_info = {
>  	.buswidth  = SOCAM_DATAWIDTH_8,
>  	.flags = OV772X_FLAG_VFLIP | OV772X_FLAG_HFLIP,
> +	.edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0),
>  	.link = {
>  		.power  = ov7725_power,
>  	},

While I don't mind empty changelogs for obvious and trivial changes,
things like this really want some explanation. I don't know if this fixes
a regression, adds a new feature, what the impact is for different
versions of the board, etc.

If a change is not immediately obvious from the description, you really
want a changelog for it.

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

end of thread, other threads:[~2009-04-13 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13  6:40 [PATCH] ap325: use edge control for ov772x camera Kuninori Morimoto
2009-04-13 21:02 ` Paul Mundt

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