Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752506AbbHKE3E (ORCPT ); Tue, 11 Aug 2015 00:29:04 -0400 Received: from mail-yk0-f171.google.com ([209.85.160.171]:34942 "EHLO mail-yk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750934AbbHKE3C (ORCPT ); Tue, 11 Aug 2015 00:29:02 -0400 MIME-Version: 1.0 In-Reply-To: <1488521.5eJqASov2O@ubix> References: <1437630551-39650-1-git-send-email-eddie.huang@mediatek.com> <1437630551-39650-3-git-send-email-eddie.huang@mediatek.com> <1488521.5eJqASov2O@ubix> From: Daniel Kurtz Date: Tue, 11 Aug 2015 12:28:41 +0800 X-Google-Sender-Auth: XSQBW_5ULy5cSswJV-JnS1ujs0U Message-ID: Subject: Re: [PATCH v2 2/2] watchdog: add wdt shutdown callback to disable wdt if enabled To: Matthias Brugger Cc: Eddie Huang , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , linux-mediatek@lists.infradead.org, "linux-kernel@vger.kernel.org" , Sascha Hauer , Greta Zhang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1808 Lines: 45 Hi Guenter, Matthias, On Fri, Jul 24, 2015 at 1:37 AM, Matthias Brugger wrote: > On Thursday, July 23, 2015 01:49:11 PM Eddie Huang wrote: >> From: Greta Zhang >> >> Without .shutdown(), watchdog might reset the system during power off. >> For example, if watchdog's timeout is set to 30s, then it is reset to >> zero by mtk_wdt_ping(). During power off, no app will ping watchdog, >> but watchdog is still running and may trigger reset. >> >> Signed-off-by: Greta Zhang >> Signed-off-by: Eddie Huang >> --- >> drivers/watchdog/mtk_wdt.c | 9 +++++++++ >> 1 file changed, 9 insertions(+) > > Acked-by: Matthias Brugger is the plan to land these two patches via Guenter's watchdog tree [0]? [0] git://www.linux-watchdog.org/linux-watchdog.git In fact, though, I don't see any new patches in that repository. The only branches I see are: remotes/wdog/master b953c0d Linux 4.1 remotes/wdog/winbond-superio dc89871 Sample Winbond Super-I/O MFD device consisting out of a lowel-level driver that does the detection and creates the platform-data and a watchdog driver. Am I looking in the wrong place? -Dan > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/