From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751577AbbH1C6D (ORCPT ); Thu, 27 Aug 2015 22:58:03 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:55776 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbbH1C6B (ORCPT ); Thu, 27 Aug 2015 22:58:01 -0400 Message-ID: <55DFCE34.3030508@roeck-us.net> Date: Thu, 27 Aug 2015 19:57:56 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "Yang, Wenyou" , "wim@iguana.be" , "robh+dt@kernel.org" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" CC: "sylvain.rochet@finsecur.com" , "Ferre, Nicolas" , "boris.brezillon@free-electrons.com" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-watchdog@vger.kernel.org" Subject: Re: [PATCH v6 1/2] drivers: watchdog: add a driver to support SAMA5D4 watchdog timer References: <1438856146-2459-1-git-send-email-wenyou.yang@atmel.com> <1438856206-2503-1-git-send-email-wenyou.yang@atmel.com> <55C4CDEB.9020505@roeck-us.net> In-Reply-To: Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/27/2015 06:30 PM, Yang, Wenyou wrote: > > >> -----Original Message----- >> From: Guenter Roeck [mailto:linux@roeck-us.net] >> Sent: 2015Äê8ÔÂ7ÈÕ 23:26 >> To: Yang, Wenyou; wim@iguana.be; robh+dt@kernel.org; pawel.moll@arm.com; >> mark.rutland@arm.com; ijc+devicetree@hellion.org.uk; galak@codeaurora.org >> Cc: sylvain.rochet@finsecur.com; Ferre, Nicolas; boris.brezillon@free- >> electrons.com; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; linux- >> watchdog@vger.kernel.org >> Subject: Re: [PATCH v6 1/2] drivers: watchdog: add a driver to support SAMA5D4 >> watchdog timer >> >> On 08/06/2015 03:16 AM, Wenyou Yang wrote: >>> >From SAMA5D4, the watchdog timer is upgrated with a new feature, >>> which is describled as in the datasheet, "WDT_MR can be written until >>> a LOCKMR command is issued in WDT_CR". >>> That is to say, as long as the bootstrap and u-boot don't issue a >>> LOCKMR command, WDT_MR can be written more than once in the driver. >>> >>> So the SAMA5D4 watchdog driver's implementation is different from the >>> at91sam9260 watchdog driver implemented in file at91sam9_wdt.c. >>> The user application open the device file to enable the watchdog timer >>> hardware, and close to disable it, and set the watchdog timer timeout >>> by seting WDV and WDD fields of WDT_MR register, and ping the watchdog >>> by issuing WDRSTT command to WDT_CR register with hard-coded key. >>> >>> Signed-off-by: Wenyou Yang >> >> Reviewed-by: Guenter Roeck > > Hi Vim, > > Can this patch series be merged? Could you please? > It is included in the pull request I sent to Wim last week. Guenter