Re: [U-Boot] [PATCH v2 1/2]: common: Add a watchdog CLI command

2009-11-06 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Friday, November 06, 2009 2:58 PM > To: U-Boot ML; Wolfgang Denk > Cc: Prafulla Wadaskar > Subject: Re: [PATCH v2 1/2]: common: Add a watchdog CLI command > > (Ping!) > > On Thu, 29 Oct 2009 09:

Re: [U-Boot] [PATCH v2 1/2]: common: Add a watchdog CLI command

2009-11-06 Thread Simon Kagstrom
(Ping!) On Thu, 29 Oct 2009 09:09:23 +0100 Simon Kagstrom wrote: > A watchdog command to enable the watchdog with a timeout from the CLI > can sometimes be useful. Add that. This also adds a common API for > enabling watchdogs. The API is simple: > > int watchdog_enable(unsigned int tim

Re: [U-Boot] [PATCH v2 1/2]: common: Add a watchdog CLI command

2009-10-29 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Thursday, October 29, 2009 1:39 PM > To: U-Boot ML; Prafulla Wadaskar; Wolfgang Denk > Subject: [PATCH v2 1/2]: common: Add a watchdog CLI command > > A watchdog command to enable the watchdog wi

[U-Boot] [PATCH v2 1/2]: common: Add a watchdog CLI command

2009-10-29 Thread Simon Kagstrom
A watchdog command to enable the watchdog with a timeout from the CLI can sometimes be useful. Add that. This also adds a common API for enabling watchdogs. The API is simple: int watchdog_enable(unsigned int timeout); the timeout range vary depending on hardware, and the driver should re