Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933225AbbLWQL0 (ORCPT ); Wed, 23 Dec 2015 11:11:26 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:40148 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756513AbbLWQLW (ORCPT ); Wed, 23 Dec 2015 11:11:22 -0500 Subject: Re: [PATCH v8] watchdog: ts4800: add driver for TS-4800 watchdog To: Damien Riegel , linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org References: <1449592648-22701-1-git-send-email-damien.riegel@savoirfairelinux.com> <20151223154359.GA6265@localhost> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Wim Van Sebroeck , kernel@savoirfairelinux.com From: Guenter Roeck Message-ID: <567AC7A5.1050005@roeck-us.net> Date: Wed, 23 Dec 2015 08:11:17 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151223154359.GA6265@localhost> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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-Authenticated-Sender: bh-25.webhostbox.net: 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 Content-Length: 1502 Lines: 35 On 12/23/2015 07:43 AM, Damien Riegel wrote: > On Tue, Dec 08, 2015 at 11:37:28AM -0500, Damien Riegel wrote: >> This watchdog is instantiated in a FPGA that is memory mapped. It is >> made of only one register, called the feed register. Writing to this >> register will re-arm the watchdog for a given time (and enable it if it >> was disable). It can be disabled by writing a special value into it. >> >> It is part of a syscon block, and the watchdog register offset in this >> block varies from board to board. This offset is passed in the syscon >> property after the phandle to the syscon node. >> >> Signed-off-by: Damien Riegel >> Acked-by: Rob Herring >> Reviewed-by: Guenter Roeck > > Hi Guenter, > > > You have reviewed this patch but not picked it up in your tree. Shall I > expect Wim to pick it up directly for the next merge window? The board > would be quite useless without its watchdog driver. > My tree is in pretty bad shape right now; It includes some older patches which have to be replaced. I'll have to rebase it against Wim's tree and clean it up. Hope I can do that before the weekend. But, yes, of course, Wim can pick up your patch directly. Guenter -- 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/