Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753390Ab0HBMh7 (ORCPT ); Mon, 2 Aug 2010 08:37:59 -0400 Received: from mailrelay003.isp.belgacom.be ([195.238.6.53]:18700 "EHLO mailrelay003.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752969Ab0HBMh5 (ORCPT ); Mon, 2 Aug 2010 08:37:57 -0400 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABNZVkxQycSE/2dsb2JhbACgDXLBAg2FLAQ Date: Mon, 2 Aug 2010 14:37:55 +0200 From: Wim Van Sebroeck To: David Daney , ralf@linux-mips.org Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, Andrew Morton , Russell King , Tony Lindgren , Marc Zyngier , Thierry Reding , Sam Ravnborg Subject: Re: [PATCH] watchdog: Add watchdog driver for OCTEON SOCs (v2). Message-ID: <20100802123755.GV30740@infomag.iguana.be> References: <20100724035826.GA27516@merkur.ravnborg.org> <1279991765-23962-1-git-send-email-ddaney@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1279991765-23962-1-git-send-email-ddaney@caviumnetworks.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1221 Lines: 37 Hi David, Ralf, > The OCTEON is a MIPS64 based SOC family with an on chip watchdog unit. > > The driver is split into two source files one for the C code and one > for assembly. Assembly is needed to handle the NMI and then print the > machine state before the reboot is triggered. > > v2: Stylistic changes suggested by Sam Ravnborg. This v2 looks good. only small remark is: > +static struct notifier_block octeon_wdt_cpu_notifier = { > + .notifier_call = octeon_wdt_cpu_callback > +}; Add a comma after octeon_wdt_cpu_callback. > Signed-off-by: David Daney > Cc: Wim Van Sebroeck Signed-off-by: Wim Van Sebroeck > Cc: Andrew Morton > Cc: Russell King > Cc: Tony Lindgren > Cc: Marc Zyngier > Cc: Thierry Reding > Cc: Sam Ravnborg Kind regards, Wim. -- 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/