From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B7CB8DDF30 for ; Tue, 12 Feb 2008 08:56:51 +1100 (EST) Message-Id: <27AAC964-D9EE-435A-84FD-8A45FF27D448@kernel.crashing.org> From: Kumar Gala To: Dave Jiang In-Reply-To: <20080211203445.GB5331@blade.az.mvista.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [PATCH 2/2] powerpc: create mpc85xx pci err platform device for EDAC Date: Mon, 11 Feb 2008 15:56:08 -0600 References: <20080211203445.GB5331@blade.az.mvista.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 11, 2008, at 2:34 PM, Dave Jiang wrote: > Creating a platform device for the PCI error registers in order for > the > mpc85xx EDAC driver to pick up proper resources. This is to prevent > the > EDAC driver from monopolizing the of_device and thus preventing > future PCI > code from using the PCI of_device(s). > > Signed-off-by: Dave Jiang I'd rather we didn't add new platform devices, but do this via of_platform in the driver itself. Also, we need to 'rename' the compatible field for some of these devices. - k