Message ID | 1458770712-10880-2-git-send-email-mmcclint@codeaurora.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
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 <mmcclint@codeaurora.org> > --- > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Mar 23, 2016 at 11:04 PM, Matthew McClintock <mmcclint@codeaurora.org> wrote: > This should have been bumped to 100 when the extra pins > were added in the original pinctrl patch > > CC: linus.walleij@linaro.org > CC: bjorn.andersson@linaro.org > Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org> Patch applied for fixes with Björn's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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)
This should have been bumped to 100 when the extra pins were added in the original pinctrl patch CC: linus.walleij@linaro.org CC: bjorn.andersson@linaro.org Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org> --- drivers/pinctrl/qcom/pinctrl-ipq4019.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)