From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail0.scram.de (mail0.scram.de [78.47.204.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail0.scram.de", Issuer "scram e.V. CA" (not verified)) by ozlabs.org (Postfix) with ESMTP id 85CF9DDF61 for ; Fri, 18 Jan 2008 01:41:41 +1100 (EST) Message-ID: <478F6972.9080308@scram.de> Date: Thu, 17 Jan 2008 15:42:58 +0100 From: Jochen Friedrich MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH/RFC] [POWERPC] CPM1: implement GPIO LIB API References: <478F4514.7030906@scram.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Arnd Bergmann , linuxppc-dev@ozlabs.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. Thanks, Jochen