Re: [U-Boot] [PATCH v4] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-04-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > Thanks for your patience for reviewing and fixing up the code. > > However, the latest version of this watchdog ftwdt010_wdt is v6. > http://patchwork.ozlabs.org/patch/88164/ Sorry for missing this - note that it would have helped a lot of you hat ke

Re: [U-Boot] [PATCH v4] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-04-11 Thread Macpaul Lin
Hi Wolfgang 2011/4/12 Wolfgang Denk : > Dear Macpaul Lin, > > In message <1296038788-12702-1-git-send-email-macp...@andestech.com> you > wrote: >> Faraday ftwdt010 watchdog is an architecture independant >> watchdog. It is usaually used in SoC chip design. >> >> Signed-off-by: Macpaul Lin >> ---

Re: [U-Boot] [PATCH v4] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-04-11 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1296038788-12702-1-git-send-email-macp...@andestech.com> you wrote: > Faraday ftwdt010 watchdog is an architecture independant > watchdog. It is usaually used in SoC chip design. > > Signed-off-by: Macpaul Lin > --- > Change v2: >Fix the wrong title of ftwdt010

[U-Boot] [PATCH v4] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-01-26 Thread Macpaul Lin
Faraday ftwdt010 watchdog is an architecture independant watchdog. It is usaually used in SoC chip design. Signed-off-by: Macpaul Lin --- Change v2: Fix the wrong title of ftwdt010_wdt patch. Change v3: Patch v2 was encoded in utf-8. Fixed to ASCII. Change v4: Replace the copyright st