Re: [PATCH v3] powerpc: Specify GPIO number base for controller in DT

2008-10-24 Thread Wolfgang Ocker
On Fri, 2008-10-24 at 11:12 -0600, Grant Likely wrote: > On Fri, Oct 24, 2008 at 10:54 AM, Anton Vorontsov > <[EMAIL PROTECTED]> wrote: > > On Thu, Oct 23, 2008 at 08:13:00PM +0200, Stefan Roese wrote: > >> On Thursday 23 October 2008, Wolfgang Ocker wrote: > >> > The GPIOLIB allows the specificat

Re: [PATCH v3] powerpc: Specify GPIO number base for controller in DT

2008-10-24 Thread Grant Likely
On Fri, Oct 24, 2008 at 10:54 AM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Thu, Oct 23, 2008 at 08:13:00PM +0200, Stefan Roese wrote: >> On Thursday 23 October 2008, Wolfgang Ocker wrote: >> > The GPIOLIB allows the specification of a base gpio number for a >> > controller. That is not possi

Re: [PATCH v3] powerpc: Specify GPIO number base for controller in DT

2008-10-24 Thread Anton Vorontsov
On Thu, Oct 23, 2008 at 08:13:00PM +0200, Stefan Roese wrote: > 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 all

Re: [PATCH v3] powerpc: Specify GPIO number base for controller in DT

2008-10-23 Thread Stefan Roese
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 controll

Re: [PATCH v3] powerpc: Specify GPIO number base for controller in DT

2008-10-23 Thread Wolfgang Ocker
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/improv