From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:44995 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318AbbCIPeZ (ORCPT ); Mon, 9 Mar 2015 11:34:25 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1YUzhJ-001zLq-4j for linux-watchdog@vger.kernel.org; Mon, 09 Mar 2015 15:34:25 +0000 Date: Mon, 9 Mar 2015 08:33:31 -0700 From: Guenter Roeck To: Alexandre Belloni Cc: Nicolas Ferre , Daniel Lezcano , Boris Brezillon , Jean-Christophe Plagniol-Villard , Thomas Gleixner , Lee Jones , Wim Van Sebroeck , Sebastian Reichel , Dmitry Eremin-Solenikov , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-watchdog@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [v4,3/9] watchdog: at91rm9200: use the system timer syscon Message-ID: <20150309153331.GA7875@roeck-us.net> References: <1425570594-13124-4-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425570594-13124-4-git-send-email-alexandre.belloni@free-electrons.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Thu, Mar 05, 2015 at 04:49:48PM +0100, Alexandre Belloni wrote: > Use a syscon regmap to access the system timer registers. > > Also, rename the driver atmel_st_watchdog to stop conflicting with > at91sam9_wdt.c > > Signed-off-by: Alexandre Belloni Reviewed-by: Guenter Roeck