From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by ozlabs.org (Postfix) with ESMTP id 3987DDDE23 for ; Fri, 24 Oct 2008 05:13:08 +1100 (EST) From: Stefan Roese To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH v3] powerpc: Specify GPIO number base for controller in DT Date: Thu, 23 Oct 2008 20:13:00 +0200 References: <1224764850.4082.54.camel@galileo.recco.de> <1224773378.4082.64.camel@galileo.recco.de> In-Reply-To: <1224773378.4082.64.camel@galileo.recco.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200810232013.00539.sr@denx.de> Cc: Wolfgang Ocker List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 23 October 2008, Wolfgang Ocker wrote: > The GPIOLIB allows the specification of a base gpio number for a > controller. That is not possible using OF. Instead, free gpio numbers > are assigned. > > In order to allow static, predefined gpio numbers, a base property in > the gpio controller node specifies the first gpio number. > > v2, v3: added/improved description of base property in doc These version descriptions are better placed below the "---" line. And you should remove the "Re: " from the subject line. Other than this: Acked-by: Stefan Roese > Signed-off-by: Wolfgang Ocker > --- Best regards, Stefan