From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wim Coekaerts Date: Thu, 14 Jan 2016 16:27:00 +0000 Subject: Re: [PATCH] watchdog: add sun4v_wdt device support Message-Id: <5697CC54.1090808@oracle.com> List-Id: References: <1452640232-1165-1-git-send-email-wim.coekaerts@oracle.com> <20160113011231.GB22429@roeck-us.net> In-Reply-To: <20160113011231.GB22429@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guenter Roeck Cc: wim@iguana.be, linux-watchdog@vger.kernel.org, sparclinux@vger.kernel.org On 1/12/16 5:12 PM, Guenter Roeck wrote: > On Tue, Jan 12, 2016 at 03:10:32PM -0800, wim.coekaerts@oracle.com wrote: >> From: Wim Coekaerts >> >> This adds a simple watchdog timer for the SPARC sunv4 architecture. >> Export the sun4v_mach_set_watchdog() hv call, and add the target. >> The driver was based on the same model used by the Xen watchdog driver. >> >> This was tested on T2, T4, T5 and T7. >> >> Signed-off-by: Wim Coekaerts > Please use the watchdog subsystem for new drivers. Ah wasn't clear that that was a requirement.. OK let me try and use the new subsystem instead.