From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932870AbcCIOgJ (ORCPT ); Wed, 9 Mar 2016 09:36:09 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:17232 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbcCIOgE (ORCPT ); Wed, 9 Mar 2016 09:36:04 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 09 Mar 2016 06:35:29 -0800 Message-ID: <56E031CA.9010204@nvidia.com> Date: Wed, 9 Mar 2016 19:53:06 +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 , moderated list: "ARM/Mediatek SoC support" , ; 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/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> In-Reply-To: <56D307CC.2050202@nvidia.com> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRUKMAIL102.nvidia.com (10.25.59.20) 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 Sunday 28 February 2016 08:14 PM, Laxman Dewangan wrote: > > On Thursday 25 February 2016 07:43 PM, Linus Walleij wrote: >> On Wed, Feb 24, 2016 at 2:15 PM, Laxman Dewangan >> wrote: >> >>> Add resource manageemnt APIs fro pinctrl_register() and >>> pinctrl_unregister() >>> and use these new APIs on hw driver to reduce the error path code and >>> remove callback for driver. >> As you can probably guess I like this too, so wait a while, collect ACKs >> and send me a branch to pull for this too. >> > Got lots of ack/reviewed by and captured all. Also did code changes > per review: > - Optimizing in devm_ apis. > - Correcting the description of devm_ apis. > - Simplifying probe in digicolor. > - Removing unwanted pfc->pinctrl in ish. > > 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. Thanks, Laxman