From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 17 Jan 2008 12:48:10 -0600 From: Scott Wood To: Jochen Friedrich Subject: Re: [PATCH/RFC] [POWERPC] CPM1: implement GPIO LIB API Message-ID: <20080117184810.GA3957@loki.buserror.net> References: <478F4514.7030906@scram.de> <478F6972.9080308@scram.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <478F6972.9080308@scram.de> Cc: linuxppc-dev@ozlabs.org, Arnd Bergmann , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jan 17, 2008 at 03:42:58PM +0100, Jochen Friedrich wrote: > Hi Grant, > > >> arch/powerpc/platforms/8xx/Kconfig | 2 + > >> arch/powerpc/sysdev/commproc.c | 162 +++++++++++++++++++++++++++++++++++- > > > > Is this 8xx only? Can it live in arch/powerpc/platforms/8xx? > > According to the freescale docs, the GPIO ports are part of the CPM1. So I've put the > support into commproc.c (which maybe should be renamed to cpm1_common.c to match cpm2_common.c). > > AFAIK, CPM1 is specific to 8xx. If we're going to rename, I'd change commproc.c to cpm1.c, and cpm2_common.c to cpm2.c. -Scott