From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753634AbcBWP1y (ORCPT ); Tue, 23 Feb 2016 10:27:54 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:5333 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753338AbcBWP1s (ORCPT ); Tue, 23 Feb 2016 10:27:48 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 23 Feb 2016 07:26:43 -0800 Message-ID: <56CC7791.2000607@nvidia.com> Date: Tue, 23 Feb 2016 20:45:29 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 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" , open list: WOLFSON MICROELECTRONICS DRIVERS , bcm-kernel-feedback-list , "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" , ; Illegal-Object: Syntax error in CC: address found on vger.kernel.org: CC: ; ^-missing semicolon to end mail group, extraneous tokens in mailbox, missing end of mailbox Subject: Re: [PATCH 00/61] gpio: Add and use devm_gpiochip_add_data() References: <1456150130-2668-1-git-send-email-ldewangan@nvidia.com> <56CC1FD4.1080905@nvidia.com> In-Reply-To: <56CC1FD4.1080905@nvidia.com> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL102.nvidia.com (10.25.59.11) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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. > I have made the repo in git hub as https://github.com/ldewangan/linux-upstream.git branch name is devm_gpiochip. https://github.com/ldewangan/linux-upstream/tree/devm_gpiochip I am not sure that it will work or not but I have pushed all changes to this repo/branch. This is on top of your repo https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git branch gpio-fornext I collected acked by and also added in patch. Thanks, Laxman