* [PATCH] sh: update ov772x byte order on Migo-R
@ 2008-10-21 12:29 Magnus Damm
2008-10-21 12:41 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2008-10-21 12:29 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@igel.co.jp>
Update the ov772x byte sequence to enable byte swap. This to reflect
the recent CEU driver change to follow incoming byte order.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/boards/mach-migor/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/arch/sh/boards/mach-migor/setup.c
+++ work/arch/sh/boards/mach-migor/setup.c 2008-10-21 15:04:44.000000000 +0900
@@ -318,7 +318,7 @@ static void camera_power(int mode)
#ifdef CONFIG_I2C
static unsigned char camera_ov772x_magic[] {
- 0x09, 0x01, 0x0c, 0x10, 0x0d, 0x41, 0x0e, 0x01,
+ 0x09, 0x01, 0x0c, 0x20, 0x0d, 0x41, 0x0e, 0x01,
0x12, 0x00, 0x13, 0x8F, 0x14, 0x4A, 0x15, 0x00,
0x16, 0x00, 0x17, 0x23, 0x18, 0xa0, 0x19, 0x07,
0x1a, 0xf0, 0x1b, 0x40, 0x1f, 0x00, 0x20, 0x10,
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] sh: update ov772x byte order on Migo-R
2008-10-21 12:29 [PATCH] sh: update ov772x byte order on Migo-R Magnus Damm
@ 2008-10-21 12:41 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-10-21 12:41 UTC (permalink / raw)
To: linux-sh
On Tue, Oct 21, 2008 at 09:29:03PM +0900, Magnus Damm wrote:
> Update the ov772x byte sequence to enable byte swap. This to reflect
> the recent CEU driver change to follow incoming byte order.
>
> Signed-off-by: Magnus Damm <damm@igel.co.jp>
On Tue, Oct 21, 2008 at 09:31:07PM +0900, Magnus Damm wrote:
> This patch updates the pinmux code to use the boolean value for
> the function gpio_set_value(). Without this patch values other
> than 0 and 1 will result in incorrect GPIO settings.
>
> Signed-off-by: Magnus Damm <damm@igel.co.jp>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-21 12:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 12:29 [PATCH] sh: update ov772x byte order on Migo-R Magnus Damm
2008-10-21 12:41 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox