Re: [PATCH 0/5] Introduce a managed function for gpio_request_array

2014-07-09 Thread Alexandre Courbot
On Wed, Jul 9, 2014 at 7:14 PM, Linus Walleij wrote: > On Sun, Jul 6, 2014 at 7:46 PM, Himangi Saraogi wrote: > >> This patchset intoduces a new managed interface devm_gpio_request_array, >> adds it in the documentation and its declaration in the gpio.h include >> file. Some cases of gpio_request

Re: [PATCH 0/5] Introduce a managed function for gpio_request_array

2014-07-09 Thread Linus Walleij
On Sun, Jul 6, 2014 at 7:46 PM, Himangi Saraogi wrote: > This patchset intoduces a new managed interface devm_gpio_request_array, > adds it in the documentation and its declaration in the gpio.h include > file. Some cases of gpio_request_array are changed to > devm_gpio_request_array. > > Himangi

[PATCH 0/5] Introduce a managed function for gpio_request_array

2014-07-06 Thread Himangi Saraogi
This patchset intoduces a new managed interface devm_gpio_request_array, adds it in the documentation and its declaration in the gpio.h include file. Some cases of gpio_request_array are changed to devm_gpio_request_array. Himangi Saraogi (5): gpiolib: devres: Introduce the function devm_request