* [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog
@ 2010-01-19 8:54 Peter Korsgaard
2010-01-26 18:01 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2010-01-19 8:54 UTC (permalink / raw)
To: barebox
On at91 we talk directly to the reset controller to reset the cpu,
rather than use the watchdog, so update the comment to match.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
arch/arm/mach-at91/clocksource.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-at91/clocksource.c b/arch/arm/mach-at91/clocksource.c
index b5886f9..564b560 100644
--- a/arch/arm/mach-at91/clocksource.c
+++ b/arch/arm/mach-at91/clocksource.c
@@ -71,7 +71,7 @@ static int clocksource_init (void)
core_initcall(clocksource_init);
/*
- * Reset the cpu by setting up the watchdog timer and let it time out
+ * Reset the cpu through the reset controller
*/
void reset_cpu (ulong ignored)
{
--
1.6.5
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog
2010-01-19 8:54 [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog Peter Korsgaard
@ 2010-01-26 18:01 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2010-01-26 18:01 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: barebox
On Tue, Jan 19, 2010 at 09:54:25AM +0100, Peter Korsgaard wrote:
> On at91 we talk directly to the reset controller to reset the cpu,
> rather than use the watchdog, so update the comment to match.
Ok, applied.
Sascha
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
> arch/arm/mach-at91/clocksource.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-at91/clocksource.c b/arch/arm/mach-at91/clocksource.c
> index b5886f9..564b560 100644
> --- a/arch/arm/mach-at91/clocksource.c
> +++ b/arch/arm/mach-at91/clocksource.c
> @@ -71,7 +71,7 @@ static int clocksource_init (void)
> core_initcall(clocksource_init);
>
> /*
> - * Reset the cpu by setting up the watchdog timer and let it time out
> + * Reset the cpu through the reset controller
> */
> void reset_cpu (ulong ignored)
> {
> --
> 1.6.5
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-26 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-19 8:54 [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog Peter Korsgaard
2010-01-26 18:01 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox