From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.active-venture.com ([67.228.131.205]:61708 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbaDLRow (ORCPT ); Sat, 12 Apr 2014 13:44:52 -0400 Message-ID: <53497B90.3010802@roeck-us.net> Date: Sat, 12 Apr 2014 10:44:48 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Anatolij Gustschin , linux-watchdog@vger.kernel.org CC: linux-arm-kernel@lists.infradead.org, Xiubo Li , Shawn Guo , Wolfram Sang , Wim Van Sebroeck Subject: Re: [PATCH v2] watchdog: imx2_wdt: convert to watchdog core api References: <1397199434-6551-1-git-send-email-agust@denx.de> In-Reply-To: <1397199434-6551-1-git-send-email-agust@denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 04/10/2014 11:57 PM, Anatolij Gustschin wrote: > Convert the imx2_wdt driver to the new watchdog core api. > > Signed-off-by: Anatolij Gustschin > Cc: Wolfram Sang > Cc: Wim Van Sebroeck > --- > NOTE: This patch applies on top of the imx2_wdt regmap-mmio support > patch series http://comments.gmane.org/gmane.linux.kernel/1677735 > > Changes since first version: > - simplify return in imx2_wdt_is_running() > - fix "WARNING: quoted string split across lines" > Reviewed-by: Guenter Roeck From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Sat, 12 Apr 2014 10:44:48 -0700 Subject: [PATCH v2] watchdog: imx2_wdt: convert to watchdog core api In-Reply-To: <1397199434-6551-1-git-send-email-agust@denx.de> References: <1397199434-6551-1-git-send-email-agust@denx.de> Message-ID: <53497B90.3010802@roeck-us.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/10/2014 11:57 PM, Anatolij Gustschin wrote: > Convert the imx2_wdt driver to the new watchdog core api. > > Signed-off-by: Anatolij Gustschin > Cc: Wolfram Sang > Cc: Wim Van Sebroeck > --- > NOTE: This patch applies on top of the imx2_wdt regmap-mmio support > patch series http://comments.gmane.org/gmane.linux.kernel/1677735 > > Changes since first version: > - simplify return in imx2_wdt_is_running() > - fix "WARNING: quoted string split across lines" > Reviewed-by: Guenter Roeck