From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data() Date: Tue, 23 Feb 2016 14:31:08 +0530 Message-ID: <56CC1FD4.1080905@nvidia.com> References: <1456150130-2668-1-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Alexandre Courbot , Michael Hennerich , Jon Corbet , Alban Bedel , Ray Jui , Alexander Shiyan , Support Opensource , Stephen Warren , Thierry Reding , =?UTF-8?B?IkFuZGVyc3NvbiwgQmrDtnJuIg==?= , Abhilash Kesavan , Greg KH , Catalin Marinas , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , WOLFSON MICROELECTRONICS DRIVERS , bcm-kernel-feedback-list List-Id: linux-gpio@vger.kernel.org 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. >> gpio: Add devm_ apis for gpio_chip_add and remove > Awesome! > > Do you have a git I can just pull these off so I don't have to apply > then all one-by-one? Nop, I do not have the git repo for sharing as of now at this time. Trying to learn to how to create.