linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment
@ 2015-05-04 14:40 Geert Uytterhoeven
  2015-05-06 16:26 ` Laurent Pinchart
  2015-05-12 10:21 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-05-04 14:40 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-gpio, linux-sh, Geert Uytterhoeven

The last serial port is called "SCIFB", not "SCIFAB".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
index b486e9d20cc2f7cb..d0bb1459783a16d2 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
@@ -258,7 +258,7 @@ enum {
 	/* SCIFA7 */
 	SCIFA7_TXD_MARK,	SCIFA7_RXD_MARK,
 
-	/* SCIFAB */
+	/* SCIFB */
 	SCIFB_SCK_PORT190_MARK, /* MSEL5CR_17_0 */
 	SCIFB_RXD_PORT191_MARK,
 	SCIFB_TXD_PORT192_MARK,
-- 
1.9.1


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

* Re: [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment
  2015-05-04 14:40 [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment Geert Uytterhoeven
@ 2015-05-06 16:26 ` Laurent Pinchart
  2015-05-07  4:26   ` Simon Horman
  2015-05-12 10:21 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2015-05-06 16:26 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linus Walleij, linux-gpio, linux-sh

Hi Geert,

Thank you for the patch.

On Monday 04 May 2015 16:40:46 Geert Uytterhoeven wrote:
> The last serial port is called "SCIFB", not "SCIFAB".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index
> b486e9d20cc2f7cb..d0bb1459783a16d2 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> @@ -258,7 +258,7 @@ enum {
>  	/* SCIFA7 */
>  	SCIFA7_TXD_MARK,	SCIFA7_RXD_MARK,
> 
> -	/* SCIFAB */
> +	/* SCIFB */
>  	SCIFB_SCK_PORT190_MARK, /* MSEL5CR_17_0 */
>  	SCIFB_RXD_PORT191_MARK,
>  	SCIFB_TXD_PORT192_MARK,

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment
  2015-05-06 16:26 ` Laurent Pinchart
@ 2015-05-07  4:26   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-05-07  4:26 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Geert Uytterhoeven, Linus Walleij, linux-gpio, linux-sh

On Wed, May 06, 2015 at 07:26:07PM +0300, Laurent Pinchart wrote:
> Hi Geert,
> 
> Thank you for the patch.
> 
> On Monday 04 May 2015 16:40:46 Geert Uytterhoeven wrote:
> > The last serial port is called "SCIFB", not "SCIFAB".
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> 
> > ---
> >  drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> > b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index
> > b486e9d20cc2f7cb..d0bb1459783a16d2 100644
> > --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> > +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> > @@ -258,7 +258,7 @@ enum {
> >  	/* SCIFA7 */
> >  	SCIFA7_TXD_MARK,	SCIFA7_RXD_MARK,
> > 
> > -	/* SCIFAB */
> > +	/* SCIFB */
> >  	SCIFB_SCK_PORT190_MARK, /* MSEL5CR_17_0 */
> >  	SCIFB_RXD_PORT191_MARK,
> >  	SCIFB_TXD_PORT192_MARK,
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment
  2015-05-04 14:40 [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment Geert Uytterhoeven
  2015-05-06 16:26 ` Laurent Pinchart
@ 2015-05-12 10:21 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2015-05-12 10:21 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Laurent Pinchart, linux-gpio@vger.kernel.org,
	linux-sh@vger.kernel.org

On Mon, May 4, 2015 at 4:40 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The last serial port is called "SCIFB", not "SCIFAB".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Patch applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2015-05-12 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 14:40 [PATCH] pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment Geert Uytterhoeven
2015-05-06 16:26 ` Laurent Pinchart
2015-05-07  4:26   ` Simon Horman
2015-05-12 10:21 ` Linus Walleij

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).