From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993251AbcBTFHK (ORCPT ); Sat, 20 Feb 2016 00:07:10 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:17858 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932176AbcBTFHG (ORCPT ); Sat, 20 Feb 2016 00:07:06 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Fri, 19 Feb 2016 21:06:06 -0800 Message-ID: <56C7F1A3.70404@nvidia.com> Date: Sat, 20 Feb 2016 10:24:59 +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==?= Subject: Re: [PATCH V8 6/8] gpio: max77620: add gpio driver for MAX77620/MAX20024 References: <1455191794-6065-1-git-send-email-ldewangan@nvidia.com> <1455191794-6065-7-git-send-email-ldewangan@nvidia.com> In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL101.nvidia.com (10.25.59.10) 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 Tuesday 16 February 2016 04:48 AM, Linus Walleij wrote: > On Thu, Feb 11, 2016 at 12:56 PM, 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 > (...) > Nit and no big deal: > >> +#include > > > should be enough. Yaah, this is better. Lee, Should I respin the patch series for this change?