All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Matheus Castello <matheus@castello.eng.br>
Cc: pn@denx.de, "Andreas Färber" <afaerber@suse.de>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3] pinctrl: actions: Fix functions groups names for S700 SoC
Date: Fri, 21 Feb 2020 14:47:15 +0100	[thread overview]
Message-ID: <CACRpkdYbxCi3WGq7WBWVHmNmGSaWO4=VrxruBy87MKLK0464mQ@mail.gmail.com> (raw)
In-Reply-To: <20200214071856.197028-1-matheus@castello.eng.br>

On Fri, Feb 14, 2020 at 8:20 AM Matheus Castello
<matheus@castello.eng.br> wrote:

> Group names by function do not match their respective structures and
> documentation defined names.
>
> This fixes following errors when groups names defined on documentation are used:
> [    4.262778] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_d1_mfp" for function "sd0"
> [    4.271394] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_d2_d3_mfp" for function "sd0"
> [    4.280248] pinctrl-s700 e01b0000.pinctrl: invalid group "sd1_d0_d3_mfp" for function "sd0"
> [    4.289122] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_cmd_mfp" for function "sd0"
>
> Fixes: 81c9d563cc74 (pinctrl: actions: Add Actions Semi S700 pinctrl driver)
> Signed-off-by: Matheus Castello <matheus@castello.eng.br>
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> ---
>
> Thanks Manivannan for the review.
>
> Changes since v2:
> - Mention s700 SoC on subject

I already fixed up the subject and applied :)

Please check the result.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: Matheus Castello <matheus@castello.eng.br>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	pn@denx.de, "Andreas Färber" <afaerber@suse.de>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3] pinctrl: actions: Fix functions groups names for S700 SoC
Date: Fri, 21 Feb 2020 14:47:15 +0100	[thread overview]
Message-ID: <CACRpkdYbxCi3WGq7WBWVHmNmGSaWO4=VrxruBy87MKLK0464mQ@mail.gmail.com> (raw)
In-Reply-To: <20200214071856.197028-1-matheus@castello.eng.br>

On Fri, Feb 14, 2020 at 8:20 AM Matheus Castello
<matheus@castello.eng.br> wrote:

> Group names by function do not match their respective structures and
> documentation defined names.
>
> This fixes following errors when groups names defined on documentation are used:
> [    4.262778] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_d1_mfp" for function "sd0"
> [    4.271394] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_d2_d3_mfp" for function "sd0"
> [    4.280248] pinctrl-s700 e01b0000.pinctrl: invalid group "sd1_d0_d3_mfp" for function "sd0"
> [    4.289122] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_cmd_mfp" for function "sd0"
>
> Fixes: 81c9d563cc74 (pinctrl: actions: Add Actions Semi S700 pinctrl driver)
> Signed-off-by: Matheus Castello <matheus@castello.eng.br>
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> ---
>
> Thanks Manivannan for the review.
>
> Changes since v2:
> - Mention s700 SoC on subject

I already fixed up the subject and applied :)

Please check the result.

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-02-21 13:47 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-24  3:18 [PATCH] pinctrl actions: Fix functions groups names Matheus Castello
2020-01-24  3:18 ` Matheus Castello
2020-01-24 12:46 ` Manivannan Sadhasivam
2020-01-24 12:46   ` Manivannan Sadhasivam
2020-01-24 13:20   ` Matheus Castello
2020-01-24 13:20     ` Matheus Castello
2020-01-24 13:37     ` [PATCH v2] pinctrl: " Matheus Castello
2020-01-24 13:37       ` Matheus Castello
2020-01-25 11:33       ` Manivannan Sadhasivam
2020-01-25 11:33         ` Manivannan Sadhasivam
2020-02-14  7:18         ` [PATCH v3] pinctrl: actions: Fix functions groups names for S700 SoC Matheus Castello
2020-02-14  7:18           ` Matheus Castello
2020-02-21 13:47           ` Linus Walleij [this message]
2020-02-21 13:47             ` Linus Walleij
2020-02-14 10:44       ` [PATCH v2] pinctrl: actions: Fix functions groups names Linus Walleij
2020-02-14 10:44         ` Linus Walleij
2020-01-25 17:54     ` [PATCH] pinctrl " Manivannan Sadhasivam
2020-01-25 17:54       ` Manivannan Sadhasivam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACRpkdYbxCi3WGq7WBWVHmNmGSaWO4=VrxruBy87MKLK0464mQ@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=afaerber@suse.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=matheus@castello.eng.br \
    --cc=pn@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.