Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752374AbcD3Li1 (ORCPT ); Sat, 30 Apr 2016 07:38:27 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:34317 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbcD3LiZ (ORCPT ); Sat, 30 Apr 2016 07:38:25 -0400 MIME-Version: 1.0 In-Reply-To: <1461837540-17071-7-git-send-email-ldewangan@nvidia.com> References: <1461837540-17071-1-git-send-email-ldewangan@nvidia.com> <1461837540-17071-7-git-send-email-ldewangan@nvidia.com> Date: Sat, 30 Apr 2016 13:38:24 +0200 Message-ID: Subject: Re: [PATCH V11 6/6] gpio: max77620: add gpio driver for MAX77620/MAX20024 From: Linus Walleij To: Laxman Dewangan , Paul Gortmaker Cc: Lee Jones , Rob Herring , =?UTF-8?Q?Pawe=C5=82_Moll?= , Mark Rutland , Alexandre Courbot , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Stephen Warren , Thierry Reding Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 31 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 > +MODULE_DEVICE_TABLE(platform, max77620_gpio_devtype); (...) > +module_platform_driver(max77620_gpio_driver); (...) > +MODULE_DESCRIPTION("GPIO interface for MAX77620 and MAX20024 PMIC"); > +MODULE_AUTHOR("Laxman Dewangan "); > +MODULE_AUTHOR("Chaitanya Bandi "); > +MODULE_ALIAS("platform:max77620-gpio"); > +MODULE_LICENSE("GPL v2"); git log --author=Gortmaker and you will see what you need to do. Yours, Linus Walleij