[U-Boot] [PATCH AT91] Add watchdog reset to the at91samx SOC family

2011-03-15 Thread Michael Trimarchi
This patch add the watchdog reset function to the atmel atsam9x architectures. Signed-off-by: Michael Trimarchi mich...@amarulasolutions.com Cc: Reinhard Meyer u-b...@emk-elektronik.de --- diff --git a/arch/arm/cpu/arm926ejs/at91/timer.c b/arch/arm/cpu/arm926ejs/at91/timer.c index

Re: [U-Boot] [PATCH AT91] Add watchdog reset to the at91samx SOC family

2011-03-15 Thread Reinhard Meyer
Dear Michael Trimarchi, This patch add the watchdog reset function to the atmel atsam9x architectures. NAK. Watchdog already exists at drivers/watchdog/at91sam9_wdt.c :) Maybe its a bit of an obscure location... But it is already invented ;) + int re_enable = disable_interrupts(); + +

Re: [U-Boot] [PATCH AT91] Add watchdog reset to the at91samx SOC family

2011-03-15 Thread Michael Trimarchi
HI On 03/15/2011 01:01 PM, Reinhard Meyer wrote: Dear Michael Trimarchi, This patch add the watchdog reset function to the atmel atsam9x architectures. NAK. Watchdog already exists at drivers/watchdog/at91sam9_wdt.c :) Maybe its a bit of an obscure location... But it is already

Re: [U-Boot] [PATCH AT91] Add watchdog reset to the at91samx SOC family

2011-03-15 Thread Michael Trimarchi
Hi On 03/15/2011 01:01 PM, Reinhard Meyer wrote: Dear Michael Trimarchi, This patch add the watchdog reset function to the atmel atsam9x architectures. NAK. Watchdog already exists at drivers/watchdog/at91sam9_wdt.c :) I'm getting confused because I have seen other implementation of