From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.semihalf.com (mail.semihalf.com [83.12.36.68]) by ozlabs.org (Postfix) with ESMTP id 1908EDDF21 for ; Fri, 19 Oct 2007 05:03:24 +1000 (EST) Message-ID: <4717ADE6.3020304@semihalf.com> Date: Thu, 18 Oct 2007 21:03:02 +0200 From: Marian Balakowicz MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH v2 3/4] [POWERPC] Add restart support for mpc52xx based platforms References: <20071018184407.3584.3513.stgit@hekate.izotz.org> <20071018184433.3584.77107.stgit@hekate.izotz.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > On 10/18/07, Marian Balakowicz wrote: >> Add common helper routines: mpc52xx_map_wdt() and mpc52xx_restart(). >> >> This patch relies on Sascha Hauer's patch published in: >> http://patchwork.ozlabs.org/linuxppc/patch?id=8910. > > By 'relies', do you mean "depends on" or "was derived from"? Initial version was derived from, and since then it slightly evolved. m.