From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755384AbaCROAL (ORCPT ); Tue, 18 Mar 2014 10:00:11 -0400 Received: from ns1.pc-advies.be ([83.149.101.17]:34355 "EHLO spo001.leaseweb.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754807AbaCRN7X (ORCPT ); Tue, 18 Mar 2014 09:59:23 -0400 Date: Tue, 18 Mar 2014 14:59:18 +0100 From: Wim Van Sebroeck To: Lee Jones Cc: Peter Tyser , linux-kernel@vger.kernel.org, Guenter Roeck , James Ralston , Samuel Ortiz , linux-watchdog@vger.kernel.org Subject: Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon Message-ID: <20140318135918.GF1484@spo001.leaseweb.com> References: <1394487298-14459-1-git-send-email-ptyser@xes-inc.com> <1394487298-14459-5-git-send-email-ptyser@xes-inc.com> <20140315200309.GC14815@spo001.leaseweb.com> <20140318082759.GC25478@lee--X1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140318082759.GC25478@lee--X1> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, > > > Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > > > functionality: > > > - The watchdog timer ticks at 1 second instead of .6 seconds > > > > > > - Some 8 and 16-bit registers were combined into 32-bit registers > > > > > > - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) > > > > > > - The BOOT_STS field in TCO_STS was removed > > > > > > - The NO_REBOOT bit is in the PMC area instead of GCS > > > > > > Update the driver to support the above changes and bump the version to > > > 1.11. > > > > > > Signed-off-by: Peter Tyser > > > Tested-by: Rajat Jain > > > Cc: Guenter Roeck > > > Cc: James Ralston > > > Cc: Samuel Ortiz > > > Cc: Lee Jones > > > Cc: Wim Van Sebroeck > > > Cc: linux-watchdog@vger.kernel.org > > > > Signed-off-by: Wim Van Sebroeck > > Why Signed-off-by? 1) I'm the author of iTCO_wdt. 2) I'm tha maintainer of the watchdog device drivers. Wim.