
Dear Macpaul Lin,
In message 1296038788-12702-1-git-send-email-macpaul@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 macpaul@andestech.com
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 statement "origin: Linux kernel" because the Linux driver haven't commit into kernel yet.
drivers/watchdog/Makefile | 1 + drivers/watchdog/ftwdt010_wdt.c | 102 ++++++++++++++++++++++++++++++++++++++ drivers/watchdog/ftwdt010_wdt.h | 103 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 206 insertions(+), 0 deletions(-) create mode 100644 drivers/watchdog/ftwdt010_wdt.c create mode 100644 drivers/watchdog/ftwdt010_wdt.h
Applied, after fixing the typo "usaually" in the commit message and cleaning up the checkpatch warning:
WARNING: please, no space before tabs #224: FILE: drivers/watchdog/ftwdt010_wdt.h:38: +^Iunsigned int^Iwdclear;^I/* Timer Clear ^I^I- 0x14 */$
Best regards,
Wolfgang Denk