Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754649AbbKXPDW (ORCPT ); Tue, 24 Nov 2015 10:03:22 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:33756 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753528AbbKXPDT (ORCPT ); Tue, 24 Nov 2015 10:03:19 -0500 Subject: Re: [PATCH v5 1/8] watchdog: Introduce hardware maximum timeout in watchdog core To: =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= References: <1448248865-21684-1-git-send-email-linux@roeck-us.net> <1448248865-21684-2-git-send-email-linux@roeck-us.net> <20151124071628.GF19888@pengutronix.de> Cc: linux-watchdog@vger.kernel.org, Wim Van Sebroeck , linux-kernel@vger.kernel.org, Timo Kokkonen , linux-doc@vger.kernel.org, Jonathan Corbet From: Guenter Roeck Message-ID: <56547C31.3070901@roeck-us.net> Date: Tue, 24 Nov 2015 07:03:13 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151124071628.GF19888@pengutronix.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1179 Lines: 31 On 11/23/2015 11:16 PM, Uwe Kleine-K?nig wrote: > Hello Guenter, > > On Sun, Nov 22, 2015 at 07:20:58PM -0800, Guenter Roeck wrote: >> Introduce an optional hardware maximum timeout in the watchdog core. >> The hardware maximum timeout can be lower than the maximum timeout. >> >> Drivers can set the maximum hardware timeout value in the watchdog data >> structure. If the configured timeout exceeds the maximum hardware timeout, >> the watchdog core enables a timer function to assist sending keepalive >> requests to the watchdog driver. >> >> Cc: Timo Kokkonen >> Signed-off-by: Guenter Roeck > Acked-by: Uwe Kleine-K?nig > Hi Uwe, thanks a lot for the Ack. I have v6 in the works, which changes recording of last_keepalive when the watchdog is started. Does your Ack include that change, or do you prefer to have another look ? Thanks, Guenter -- 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/