From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH] watchdog: wdat_wdt: Ping the watchdog on resume Date: Thu, 20 Oct 2016 15:19:31 -0700 Message-ID: <20161020221931.GA929@roeck-us.net> References: <20161020150336.97791-1-mika.westerberg@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:33081 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751722AbcJTWTj (ORCPT ); Thu, 20 Oct 2016 18:19:39 -0400 Content-Disposition: inline In-Reply-To: <20161020150336.97791-1-mika.westerberg@linux.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Mika Westerberg Cc: linux-watchdog@vger.kernel.org, Wim Van Sebroeck , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org On Thu, Oct 20, 2016 at 06:03:36PM +0300, Mika Westerberg wrote: > It turns out we need to ping the watchdog hardware on resume when we > re-program it. Otherwise this results inadvertent reset to trigger right > after the resume is completed. > > Signed-off-by: Mika Westerberg Acked-by: Guenter Roeck [ assuming Rafael is going to pick it up ] Guenter