From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Thu, 21 Jul 2011 07:53:53 +0000 Subject: Re: [PATCH] shwdt: fix usage of mod_timer Message-Id: <20110721075353.GC27831@linux-sh.org> List-Id: References: <4E26D22B.1040702@sysgo.com> In-Reply-To: <4E26D22B.1040702@sysgo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Engraf Cc: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org On Wed, Jul 20, 2011 at 03:03:39PM +0200, David Engraf wrote: > This patch fixes the usage of mod_timer and makes the driver usable. > mod_timer must be called with an absolute timeout in jiffies, the old > implementation used a relative timeout thus the hardware watchdog was > never triggered. > > Signed-off-by: David Engraf > Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from linux-sh.org ([111.68.239.195]:59579 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752388Ab1GUHyF (ORCPT ); Thu, 21 Jul 2011 03:54:05 -0400 Date: Thu, 21 Jul 2011 16:53:53 +0900 From: Paul Mundt To: David Engraf Cc: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH] shwdt: fix usage of mod_timer Message-ID: <20110721075353.GC27831@linux-sh.org> References: <4E26D22B.1040702@sysgo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E26D22B.1040702@sysgo.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Wed, Jul 20, 2011 at 03:03:39PM +0200, David Engraf wrote: > This patch fixes the usage of mod_timer and makes the driver usable. > mod_timer must be called with an absolute timeout in jiffies, the old > implementation used a relative timeout thus the hardware watchdog was > never triggered. > > Signed-off-by: David Engraf > Applied, thanks.