Re: [PATCH 7/9] gpiolib: let gpio_chip reference its descriptors

2013-02-09 Thread Grant Likely
On Tue, 5 Feb 2013 19:00:09 +0100, Linus Walleij wrote: > On Sat, Feb 2, 2013 at 5:29 PM, Alexandre Courbot wrote: > > > Add a pointer to the gpio_chip structure that references the array of > > GPIO descriptors belonging to the chip, and update gpiolib code to use > > this pointer instead of t

Re: [PATCH 7/9] gpiolib: let gpio_chip reference its descriptors

2013-02-05 Thread Linus Walleij
On Sat, Feb 2, 2013 at 5:29 PM, Alexandre Courbot wrote: > Add a pointer to the gpio_chip structure that references the array of > GPIO descriptors belonging to the chip, and update gpiolib code to use > this pointer instead of the global gpio_desc[] array. This is another > step towards the remo