From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 95129DDE40 for ; Tue, 8 May 2007 15:56:21 +1000 (EST) Date: Tue, 8 May 2007 00:58:20 -0500 To: Vitaly Bordug Subject: Re: [PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support Message-ID: <20070508055820.GA14619@lixom.net> References: <20070508003642.5964.37001.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070508003642.5964.37001.stgit@localhost.localdomain> From: olof@lixom.net (Olof Johansson) Cc: linuxppc-dev@ozlabs.org, linux-pcmcia@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, May 08, 2007 at 04:36:51AM +0400, Vitaly Bordug wrote: > > Adds support for PowerQuicc on-chip PCMCIA. The driver is implemented as > of_device, so only arch/powerpc stuff is capable to use it, which now > implies only mpc885ads reference board. > > To cope with the code that should be hooked inside driver, but is really > board specific (like set_voltage), global structure mpc8xx_pcmcia_ops > holds necessary function pointers that are filled in the BSP code. > > Signed-off-by: Vitaly Bordug > Acked-by: Arnd Bergmann Acked-by: Olof Johansson