linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: rza1: Fix flag name in comment
@ 2020-05-07  7:45 Geert Uytterhoeven
  2020-05-07 11:42 ` Jacopo Mondi
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-05-07  7:45 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Chris Brandt, Jacopo Mondi, linux-renesas-soc, linux-gpio,
	Geert Uytterhoeven

rza1_swio_pin relates to the swio flag instead of the bidir flag.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in sh-pfc for v5.8.

 drivers/pinctrl/pinctrl-rza1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-rza1.c b/drivers/pinctrl/pinctrl-rza1.c
index ff4a7fb518bb3d84..38a14bbced5f60e7 100644
--- a/drivers/pinctrl/pinctrl-rza1.c
+++ b/drivers/pinctrl/pinctrl-rza1.c
@@ -93,7 +93,7 @@ struct rza1_bidir_entry {
 };
 
 /**
- * rza1_swio_pin - describe a single pin that needs bidir flag applied.
+ * rza1_swio_pin - describe a single pin that needs swio flag applied.
  */
 struct rza1_swio_pin {
 	u16 pin: 4;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: rza1: Fix flag name in comment
  2020-05-07  7:45 [PATCH] pinctrl: rza1: Fix flag name in comment Geert Uytterhoeven
@ 2020-05-07 11:42 ` Jacopo Mondi
  0 siblings, 0 replies; 2+ messages in thread
From: Jacopo Mondi @ 2020-05-07 11:42 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Walleij, Chris Brandt, Jacopo Mondi, linux-renesas-soc, linux-gpio

Hi Geert

On Thu, May 07, 2020 at 09:45:16AM +0200, Geert Uytterhoeven wrote:
> rza1_swio_pin relates to the swio flag instead of the bidir flag.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

Thanks
   j

> ---
> To be queued in sh-pfc for v5.8.
>
>  drivers/pinctrl/pinctrl-rza1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/pinctrl-rza1.c b/drivers/pinctrl/pinctrl-rza1.c
> index ff4a7fb518bb3d84..38a14bbced5f60e7 100644
> --- a/drivers/pinctrl/pinctrl-rza1.c
> +++ b/drivers/pinctrl/pinctrl-rza1.c
> @@ -93,7 +93,7 @@ struct rza1_bidir_entry {
>  };
>
>  /**
> - * rza1_swio_pin - describe a single pin that needs bidir flag applied.
> + * rza1_swio_pin - describe a single pin that needs swio flag applied.
>   */
>  struct rza1_swio_pin {
>  	u16 pin: 4;
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-07 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07  7:45 [PATCH] pinctrl: rza1: Fix flag name in comment Geert Uytterhoeven
2020-05-07 11:42 ` Jacopo Mondi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).