From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hera.kernel.org (hera.kernel.org [140.211.167.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 6753968748 for ; Tue, 15 Nov 2005 08:12:21 +1100 (EST) Date: Mon, 14 Nov 2005 14:03:02 -0200 From: Marcelo Tosatti To: Kumar Gala Message-ID: <20051114160302.GC29411@logos.cnet> References: <20051114143821.GA28852@logos.cnet> <9E7D3814-47AB-4601-A565-2530C3A4BEE0@kernel.crashing.org> <20051114155736.GB29411@logos.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20051114155736.GB29411@logos.cnet> Cc: Florian Schirmer , obi@saftware.de, carjay@gmx.de, linux-ppc-embedded Subject: Re: [PATCH] m8xx_wdt: software watchdog reset/interrupt select\ List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 14, 2005 at 01:57:37PM -0200, Marcelo Tosatti wrote: > Hi Kumar, > > On Mon, Nov 14, 2005 at 02:55:24PM -0600, Kumar Gala wrote: > > Can we put the WDT for 8xx in drivers/char/watchdog/? > > The userspace interface is already there at > drivers/char/watchdog/mpc8xx_wdt.c. I don't any reason for having two > files, will try to merge them into drivers/. Actually, drivers/char/watchdog/mpc8xx_wdt.c is a module, while some of the initialization code must reside in the kernel image. Thats the reason for the split - not sure if merging the two files is worth?