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

2008-10-23 Thread Kumar Gala
On Oct 23, 2008, at 9:30 AM, Wolfgang Ocker wrote: --- linux-2.6.27.2/Documentation/powerpc/booting-without- of.txt.of_gpiospecbase 2008-10-18 19:57:22.0 +0200 +++ linux-2.6.27.2/Documentation/powerpc/booting-without-of.txt 2008-10-23 16:23:07.0 +0200 @@ -2580,12 +2582,17 @@

[PATCH v2] 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: added descriptio