From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965357AbcCONjW (ORCPT ); Tue, 15 Mar 2016 09:39:22 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:9843 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754106AbcCONi4 (ORCPT ); Tue, 15 Mar 2016 09:38:56 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 15 Mar 2016 06:37:15 -0700 Message-ID: <56E80D3F.3090300@nvidia.com> Date: Tue, 15 Mar 2016 18:55:19 +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: Jon Corbet , Lee Jones , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , linux-rpi-kernel , "linux-arm-kernel@lists.infradead.org" , bcm-kernel-feedback-list , ARM/Mediatek SoC support Subject: Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister} References: <1456319775-3216-1-git-send-email-ldewangan@nvidia.com> <56D307CC.2050202@nvidia.com> <56E031CA.9010204@nvidia.com> In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL104.nvidia.com (10.25.59.13) 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 Tuesday 15 March 2016 02:01 PM, Linus Walleij wrote: > On Wed, Mar 9, 2016 at 3:23 PM, Laxman Dewangan wrote: > >>> Pushed the change at: >>> Branch "devm_pinctrl_register" of >>> https://github.com/ldewangan/linux-upstream.git. >>> >>> Base repo is >>> for-next of >>> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git >>> >>> >>> If required, I can send the V2 version of list with acks. >> Let me know if I need to send full series (V2 with collected ack) again or >> fine to pull it from above location. > Please collect the ACKs on your branch and ask me to pull it after v4.6-rc1. > No need to resend the patches. > > Unfortunately it arrived too late for the merge window, but hey: we got the > devm gpiochip in for v4.6. Thanks for taking the GPIO patches. Ok, We will do pincontrol post v4.6 and probably, we will have some more chnages for using devm_gpio in pincontrol subsystem as these APIs will be available publicly. Thanks, Laxman