From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932427AbaEJAiH (ORCPT ); Fri, 9 May 2014 20:38:07 -0400 Received: from merlin.infradead.org ([205.233.59.134]:54699 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754716AbaEJAiD (ORCPT ); Fri, 9 May 2014 20:38:03 -0400 Message-ID: <536D74E3.8010609@infradead.org> Date: Fri, 09 May 2014 17:37:55 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Guenter Roeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org CC: Wim Van Sebroeck , Catalin Marinas , Maxime Ripard , Will Deacon , Arnd Bergmann , Heiko Stuebner , Russell King , Jonas Jensen , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] watchdog: Add reboot API References: <1399681883-891-1-git-send-email-linux@roeck-us.net> In-Reply-To: <1399681883-891-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/09/2014 05:31 PM, Guenter Roeck wrote: > Some hardware implements reboot through its watchdog hardware, for example > by triggering a watchdog timeout or by writing into its watchdog register > set. Platform specific code starts to spread into watchdog drivers, > typically by setting pointers to a callback function which is then called > from the architecture's reset handler. No updates to Documentation/watchdog/ ? -- ~Randy