From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751476AbbCEFBu (ORCPT ); Thu, 5 Mar 2015 00:01:50 -0500 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:18237 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbbCEFBr (ORCPT ); Thu, 5 Mar 2015 00:01:47 -0500 X-IronPort-AV: E=Sophos;i="5.11,345,1422950400"; d="scan'208";a="58799714" Message-ID: <54F7E339.50902@broadcom.com> Date: Wed, 4 Mar 2015 21:01:45 -0800 From: Ray Jui User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Linus Walleij CC: Alexandre Courbot , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Joe Perches , "Arnd Bergmann" , Scott Branden , "Dmitry Torokhov" , Anatol Pomazau , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , bcm-kernel-feedback-list , "devicetree@vger.kernel.org" Subject: Re: [PATCH v9 2/4] pinctrl: cygnus: add gpio/pinconf driver References: <1423606584-21795-1-git-send-email-rjui@broadcom.com> <1423606584-21795-3-git-send-email-rjui@broadcom.com> <54F742CA.7080500@broadcom.com> In-Reply-To: <54F742CA.7080500@broadcom.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >> >> This should be: >> #include In fact, just by trying it out I found I need linux/gpio.h for APIs like gpiochip_add_pin_range, and etc. >> >> > > Great! I will address all comments and re-send a BIG patch series with > the other pinctrl patch series consolidated. > > Thanks! > > Ray > I've consolidated this patch series with the IOMUX and sent out a combined patch series earlier. I believe all other comments have been addressed except the above include header one. Thanks, Ray