From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.active-venture.com ([67.228.131.205]:61572 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753006AbaCJCaL (ORCPT ); Sun, 9 Mar 2014 22:30:11 -0400 Message-ID: <531D23AC.4020702@roeck-us.net> Date: Sun, 09 Mar 2014 19:30:04 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Ezequiel Garcia , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org CC: Wim Van Sebroeck , Jason Gunthorpe , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Thomas Petazzoni , Lior Amsalem , Tawfik Bayouk Subject: Re: [PATCH v2 2/7] watchdog: orion: Introduce per-SoC stop() function References: <1393949244-5011-1-git-send-email-ezequiel.garcia@free-electrons.com> <1393949244-5011-3-git-send-email-ezequiel.garcia@free-electrons.com> In-Reply-To: <1393949244-5011-3-git-send-email-ezequiel.garcia@free-electrons.com> 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 03/04/2014 08:07 AM, Ezequiel Garcia wrote: > In order to support other SoCs, it's needed to have a different stop() > implementation for each SoC. This commit adds no functionality, and it > consists of preparation work. > > Signed-off-by: Ezequiel Garcia Reviewed-by: Guenter Roeck