From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ray Jui Subject: Re: [PATCH v9 2/4] pinctrl: cygnus: add gpio/pinconf driver Date: Wed, 4 Mar 2015 21:01:45 -0800 Message-ID: <54F7E339.50902@broadcom.com> References: <1423606584-21795-1-git-send-email-rjui@broadcom.com> <1423606584-21795-3-git-send-email-rjui@broadcom.com> <54F742CA.7080500@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54F742CA.7080500@broadcom.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: devicetree@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