From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753069AbcEBGaF (ORCPT ); Mon, 2 May 2016 02:30:05 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:10428 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbcEBGaA (ORCPT ); Mon, 2 May 2016 02:30:00 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Sun, 01 May 2016 23:29:26 -0700 Message-ID: <5726F108.2050805@nvidia.com> Date: Mon, 2 May 2016 11:47:44 +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 , Paul Gortmaker CC: Lee Jones , Rob Herring , =?UTF-8?B?UGF3ZcWCIE1vbGw=?= , Mark Rutland , Alexandre Courbot , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Stephen Warren , Thierry Reding Subject: Re: [PATCH V11 6/6] gpio: max77620: add gpio driver for MAX77620/MAX20024 References: <1461837540-17071-1-git-send-email-ldewangan@nvidia.com> <1461837540-17071-7-git-send-email-ldewangan@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 Saturday 30 April 2016 05:08 PM, Linus Walleij wrote: > On Thu, Apr 28, 2016 at 11:59 AM, Laxman Dewangan wrote: > >> MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO >> pins. It also supports interrupts from these pins. >> >> Add GPIO driver for these pins to control via GPIO APIs. >> >> Signed-off-by: Laxman Dewangan >> Reviewed-by: Linus Walleij > Gnah there is still a problem with this, I just saw it: > >> +config GPIO_MAX77620 >> + bool "GPIO support for PMIC MAX77620 and MAX20024" > bool == not a module Yaah, looked the changes from Gortmaker. The things are evolving faster. I think we can change "bool" to "tristate" here. Then there is no need to have code change. MFD driver is already said as tristate. I will wait for Lee's comment on this series patch before recycling the patch. (Already on V11 :-( ).