Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data()

2016-02-28 Thread Laxman Dewangan
On Thursday 25 February 2016 06:54 PM, Linus Walleij wrote: On Tue, Feb 23, 2016 at 4:15 PM, Laxman Dewangan wrote: I have made the repo in git hub as https://github.com/ldewangan/linux-upstream.git Awesome. branch name is devm_gpiochip. https://github.com/ldewangan/linux-upstrea

Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data()

2016-02-25 Thread Linus Walleij
On Tue, Feb 23, 2016 at 4:15 PM, Laxman Dewangan wrote: > I have made the repo in git hub as > https://github.com/ldewangan/linux-upstream.git Awesome. > branch name is devm_gpiochip. > https://github.com/ldewangan/linux-upstream/tree/devm_gpiochip I've pulled this branch into my tree

Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data()

2016-02-23 Thread Laxman Dewangan
Hi Linus, On Tuesday 23 February 2016 02:31 PM, Laxman Dewangan wrote: On Monday 22 February 2016 08:14 PM, Linus Walleij wrote: On Mon, Feb 22, 2016 at 3:07 PM, Laxman Dewangan wrote: Add resource management APIs for gpiochip_add_data() and gpiochip_remove() and use these APIs from diffe

Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data()

2016-02-23 Thread Laxman Dewangan
On Monday 22 February 2016 08:14 PM, Linus Walleij wrote: On Mon, Feb 22, 2016 at 3:07 PM, Laxman Dewangan wrote: Add resource management APIs for gpiochip_add_data() and gpiochip_remove() and use these APIs from different HW drivers. This is based on discussion on patch to use the new APIs.

Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data()

2016-02-22 Thread Linus Walleij
On Mon, Feb 22, 2016 at 3:07 PM, Laxman Dewangan wrote: > Add resource management APIs for gpiochip_add_data() and > gpiochip_remove() and use these APIs from different HW drivers. > > This is based on discussion on patch to use the new APIs. > gpio: Add devm_ apis for gpio_chip_add and r

[PATCH 00/61] gpio: Add and use devm_gpiochip_add_data()

2016-02-22 Thread Laxman Dewangan
Add resource management APIs for gpiochip_add_data() and gpiochip_remove() and use these APIs from different HW drivers. This is based on discussion on patch to use the new APIs. gpio: Add devm_ apis for gpio_chip_add and remove Laxman Dewangan (61): gpio: Add devm_ apis for gpiochip_a