From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935245AbcA1KYa (ORCPT ); Thu, 28 Jan 2016 05:24:30 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:6202 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934321AbcA1KYZ (ORCPT ); Thu, 28 Jan 2016 05:24:25 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Thu, 28 Jan 2016 02:25:18 -0800 Message-ID: <56A9E9C3.4040809@nvidia.com> Date: Thu, 28 Jan 2016 15:43:23 +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: Rob Herring , =?UTF-8?B?UGF3ZcWCIE1vbGw=?= , Mark Rutland , "ijc+devicetree@hellion.org.uk" , Kumar Gala , Alexandre Courbot , Lee Jones , Mark Brown , Alessandro Zummo , Alexandre Belloni , Liam Girdwood , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "rtc-linux@googlegroups.com" , Stephen Warren , Thierry Reding , =?UTF-8?B?S3J6eXN6dG9mIEtvesWCb3dzaw==?= =?UTF-8?B?aQ==?= , , Chaitanya Bandi Subject: Re: [PATCH V4 3/5] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024 References: <1453198783-28383-1-git-send-email-ldewangan@nvidia.com> <1453198783-28383-4-git-send-email-ldewangan@nvidia.com> In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRUKMAIL101.nvidia.com (10.25.59.19) 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 28 January 2016 03:34 PM, Linus Walleij wrote: > On Tue, Jan 19, 2016 at 11:19 AM, Laxman Dewangan wrote: > >> MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO pins >> which also act as the special function in alternate mode. Also >> there is configuration like push-pull, open drain, FPS timing >> etc for these pins. >> >> Add pincontrol driver to configure these parameters through >> pincontrol APIs. >> >> Signed-off-by: Laxman Dewangan >> Signed-off-by: Chaitanya Bandi > Nice. This driver looks like a lot of hard work, but I think > it's worth it. > Reviewed-by: Linus Walleij Thank you very much for acknowledgement. > I guess Lee will be merging this into the MTD tree. > > (I still had those comments on the DT bindings but this driver > part looks fine.) > > I have posted patch V5 for enhancing DT binding doc as suggested by you and Lee. Request you to help on review. I am going to send V6 to separate out DT binding doc patch with the driver file which I did in V5 and so want to correct if there is any more pending on document enhancement.