From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH V11 6/6] gpio: max77620: add gpio driver for MAX77620/MAX20024 Date: Mon, 2 May 2016 11:47:44 +0530 Message-ID: <5726F108.2050805@nvidia.com> References: <1461837540-17071-1-git-send-email-ldewangan@nvidia.com> <1461837540-17071-7-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org 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 List-Id: devicetree@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 :-( ).