* [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data
@ 2010-03-12 19:39 Alexander Clouter
2010-03-15 17:12 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Clouter @ 2010-03-12 19:39 UTC (permalink / raw)
To: linux-mips
Seems in my whitespace cleanup 7084338eb8eb0cc021ba86c340157bad397f3f0b
caused AR7 to no longer get as far as init. Fixed my phat fingering.
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
---
arch/mips/ar7/platform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c
index 246df7a..0bd5f67 100644
--- a/arch/mips/ar7/platform.c
+++ b/arch/mips/ar7/platform.c
@@ -168,7 +168,7 @@ static struct plat_vlynq_data vlynq_high_data = {
.on = vlynq_on,
.off = vlynq_off,
},
- .reset_bit = 26,
+ .reset_bit = 16,
.gpio_bit = 19,
};
--
1.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data
2010-03-12 19:39 [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data Alexander Clouter
@ 2010-03-15 17:12 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-03-15 17:12 UTC (permalink / raw)
To: Alexander Clouter; +Cc: linux-mips
On Fri, Mar 12, 2010 at 07:39:48PM +0000, Alexander Clouter wrote:
> From: Alexander Clouter <alex@digriz.org.uk>
> Date: Fri, 12 Mar 2010 19:39:48 +0000
> To: linux-mips@linux-mips.org
> Subject: [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data
>
> Seems in my whitespace cleanup 7084338eb8eb0cc021ba86c340157bad397f3f0b
> caused AR7 to no longer get as far as init. Fixed my phat fingering.
Patch looks good but it seems you phat fingered the commit ID which is
0f2536082d01448daeced8d9e82c3ba1751fefa3 (lmo) rsp.
8c2961da46abd85a71d20f2b169bf80618e (kernel.org).
Applied,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-15 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 19:39 [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data Alexander Clouter
2010-03-15 17:12 ` Ralf Baechle
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.