From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH 01/17] pinctrl: qcom: ipq4019: set ngpios to correct value Date: Fri, 25 Mar 2016 14:19:43 -0700 Message-ID: <20160325211943.GA8929@tuxbot> References: <1458770712-10880-1-git-send-email-mmcclint@codeaurora.org> <1458770712-10880-2-git-send-email-mmcclint@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:35217 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753968AbcCYVTs (ORCPT ); Fri, 25 Mar 2016 17:19:48 -0400 Received: by mail-pa0-f46.google.com with SMTP id td3so53124913pab.2 for ; Fri, 25 Mar 2016 14:19:48 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1458770712-10880-2-git-send-email-mmcclint@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Matthew McClintock Cc: andy.gross@linaro.org, linux-arm-msm@vger.kernel.org, qca-upstream.external@qca.qualcomm.com, linus.walleij@linaro.org, Sricharan R , Mathieu Olivari , Varadarajan Narayanan , "open list:PIN CONTROL SUBSYSTEM" , open list On Wed 23 Mar 15:04 PDT 2016, Matthew McClintock wrote: > This should have been bumped to 100 when the extra pins > were added in the original pinctrl patch > > CC: linus.walleij@linaro.org Sorry for missing this in the initial review of this driver. Acked-by: bjorn.andersson@linaro.org Regards, Bjorn > Signed-off-by: Matthew McClintock > --- > drivers/pinctrl/qcom/pinctrl-ipq4019.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/qcom/pinctrl-ipq4019.c b/drivers/pinctrl/qcom/pinctrl-ipq4019.c > index b5d81ce..cb5f0a8 100644 > --- a/drivers/pinctrl/qcom/pinctrl-ipq4019.c > +++ b/drivers/pinctrl/qcom/pinctrl-ipq4019.c > @@ -414,7 +414,7 @@ static const struct msm_pinctrl_soc_data ipq4019_pinctrl = { > .nfunctions = ARRAY_SIZE(ipq4019_functions), > .groups = ipq4019_groups, > .ngroups = ARRAY_SIZE(ipq4019_groups), > - .ngpios = 70, > + .ngpios = 100, > }; > > static int ipq4019_pinctrl_probe(struct platform_device *pdev) > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >