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: Sun, 28 Feb 2016 20:02:02 +0530 Message-ID: <56D304E2.7000608@nvidia.com> References: <1456150130-2668-1-git-send-email-ldewangan@nvidia.com> <56CC1FD4.1080905@nvidia.com> <56CC7791.2000607@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from hqemgate15.nvidia.com ([216.228.121.64]:11091 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757933AbcB1Ooh (ORCPT ); Sun, 28 Feb 2016 09:44:37 -0500 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@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 , linux-arm-k 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-upstream/tree/devm_gpiochip > I've pulled this branch into my tree on a separate branch for > testing. I pushed the tree to kernel.org so that the zeroday > autobuilders can have a go at it. Thanks you very much for taking care. > > If everything goes well I plan to merge this for v4.6, then we > can merge the changes in pin control and other subsystems > for v4.7. Yes, once this is there, we can grep all over subsystem and push the change. I am seeing lots of code reduction on pincontrol driver side once we have devm_ for pincontrol register and gpiochip_add_data(). Thanks, Laxman