Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-08-14 Thread Rob Jones
I'm afraid too many other things have been landing on my plate and I don't think I will be able to get on this for the foreseeable future, sorry about this. On 11/07/14 11:07, Javier Martinez Canillas wrote: Hello Rob, On Fri, Jul 11, 2014 at 12:03 PM, Rob Jones wrote: On 11/07/14 01:35, Ja

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-11 Thread Javier Martinez Canillas
Hello Rob, On Fri, Jul 11, 2014 at 12:03 PM, Rob Jones wrote: > > > On 11/07/14 01:35, Javier Martinez Canillas wrote: >> >> Hello Rob, >> >> On Thu, Jul 10, 2014 at 1:01 PM, Rob Jones >> wrote: > > > > > >>> >>> I will certainly consider it. I'm in the middle of something else right >>> now bu

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-11 Thread Rob Jones
On 11/07/14 01:35, Javier Martinez Canillas wrote: Hello Rob, On Thu, Jul 10, 2014 at 1:01 PM, Rob Jones wrote: I will certainly consider it. I'm in the middle of something else right now but I should be available in a day or two and I'll have a look. I'm working on a driver for a P

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-10 Thread Javier Martinez Canillas
Hello Rob, On Thu, Jul 10, 2014 at 1:01 PM, Rob Jones wrote: > > > On 10/07/14 10:21, Linus Walleij wrote: >> >> On Wed, Jul 9, 2014 at 1:18 PM, Rob Jones >> wrote: >> >>> Please note that I submitted a patch on 02/07/14 to create this >>> function which was acked by Linus Walleij on 05/07/14. >

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-10 Thread Rob Jones
On 10/07/14 10:21, Linus Walleij wrote: On Wed, Jul 9, 2014 at 1:18 PM, Rob Jones wrote: Please note that I submitted a patch on 02/07/14 to create this function which was acked by Linus Walleij on 05/07/14. Great minds think alike, and all that. My mind certainly isn't any great :-( I

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-10 Thread Linus Walleij
On Wed, Jul 9, 2014 at 1:18 PM, Rob Jones wrote: > Please note that I submitted a patch on 02/07/14 to create this > function which was acked by Linus Walleij on 05/07/14. > > Great minds think alike, and all that. My mind certainly isn't any great :-( My left hand seems to be unaware of what t

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-09 Thread Rob Jones
On 09/07/14 12:52, Julia Lawall wrote: On Wed, 9 Jul 2014, Rob Jones wrote: Please note that I submitted a patch on 02/07/14 to create this function which was acked by Linus Walleij on 05/07/14. Great minds think alike, and all that. However, I think that the version I submitted better re

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-09 Thread Julia Lawall
On Wed, 9 Jul 2014, Rob Jones wrote: > Please note that I submitted a patch on 02/07/14 to create this > function which was acked by Linus Walleij on 05/07/14. > > Great minds think alike, and all that. > > However, I think that the version I submitted better replicates the > original (non devm)

Re: [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-09 Thread Rob Jones
Please note that I submitted a patch on 02/07/14 to create this function which was acked by Linus Walleij on 05/07/14. Great minds think alike, and all that. However, I think that the version I submitted better replicates the original (non devm) functionality, see below. I didn't, however, add

[PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

2014-07-06 Thread Himangi Saraogi
This patch introduces the function devm_request_gpio_array that allocates multiple GPIOs in a single call in a managed manner. The function is also included in the documentation and a declaration is added in include/linux/gpio.h. Signed-off-by: Himangi Saraogi --- Documentation/driver-model/devr