> On 6/2/2010 1:33 PM, Viresh KUMAR wrote:
> > Technical Reference Manual can be found at:
> >
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdf
> >
> > Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
> > ---
> > drivers/watchdog/Kconfig | 7 +
> > drivers/watchdog/Makefile | 1 +
> > drivers/watchdog/sp805_wdt.c | 386 ++++++++++++++++++++++++++++++++++++++++++
> > 3 files changed, 394 insertions(+), 0 deletions(-)
> > create mode 100644 drivers/watchdog/sp805_wdt.c
> >
>
> Wim,
>
> Is this patch fine or do i need to send V2?
>
> viresh.