From a7c553902b3661c3d897797fcbaf494947f485cb Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 10 Oct 2008 15:58:09 +0100 Subject: [PATCH] --- yaml --- r: 114287 b: refs/heads/master c: 213f326810b6852bc54f38fd8bb71793f70f2c7a h: refs/heads/master i: 114285: 3194a6b98d8ffe676006a04652fc54dc6b872bdf 114283: 2f02d7b5ddfe7692760c9596b6612213a76cc942 114279: cca0be636803163a8ad395b65eb50cb66dc17a1a 114271: 8e20a59b282ce872d18a0d5c51328e66f915530b v: v3 --- [refs] | 2 +- trunk/include/linux/mfd/wm8350/wdt.h | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 trunk/include/linux/mfd/wm8350/wdt.h diff --git a/[refs] b/[refs] index 8c77d965bf87..d0bd696683d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 64a91ce93499dad945c4725d39b52f734d31b742 +refs/heads/master: 213f326810b6852bc54f38fd8bb71793f70f2c7a diff --git a/trunk/include/linux/mfd/wm8350/wdt.h b/trunk/include/linux/mfd/wm8350/wdt.h new file mode 100644 index 000000000000..72fc9f554569 --- /dev/null +++ b/trunk/include/linux/mfd/wm8350/wdt.h @@ -0,0 +1,22 @@ +/* + * wdt.h -- Watchdog Driver for Wolfson WM8350 PMIC + * + * Copyright 2007 Wolfson Microelectronics PLC + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + */ + +#ifndef __LINUX_MFD_WM8350_WDT_H_ +#define __LINUX_MFD_WM8350_WDT_H_ + +#define WM8350_WDOG_HIB_MODE 0x0080 +#define WM8350_WDOG_DEBUG 0x0040 +#define WM8350_WDOG_MODE_MASK 0x0030 +#define WM8350_WDOG_TO_MASK 0x0007 + +#define WM8350_IRQ_SYS_WDOG_TO 24 + +#endif