From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758090AbcB1Ooj (ORCPT ); Sun, 28 Feb 2016 09:44:39 -0500 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 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Sun, 28 Feb 2016 06:44:19 -0800 Message-ID: <56D304E2.7000608@nvidia.com> Date: Sun, 28 Feb 2016 20:02:02 +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" , WOLFSON MICROELECTRONICS DRIVERS , bcm-kernel-feedback-list , "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" 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> <56CC7791.2000607@nvidia.com> In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRHKMAIL102.nvidia.com (10.25.59.16) 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 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