linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh-pfc: r8a7791: Fix definition of MOD_SEL3
@ 2014-04-22 16:38 Phil Edworthy
  2014-04-22 16:39 ` Laurent Pinchart
  2014-04-23 14:10 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Phil Edworthy @ 2014-04-22 16:38 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Phil Edworthy, Laurent Pinchart, Simon Horman, Linux-SH, LKML

There is a missing 0 entry from the MOD_SEL3 table.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
index 56f62dc..a823b5b 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
@@ -5305,7 +5305,7 @@ static const struct pinmux_cfg_reg pinmux_config_regs[] = {
 		/* SEL_SCIF3 [2] */
 		FN_SEL_SCIF3_0, FN_SEL_SCIF3_1, FN_SEL_SCIF3_2, FN_SEL_SCIF3_3,
 		/* SEL_IEB [2] */
-		FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2,
+		FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 0,
 		/* SEL_MMC [1] */
 		FN_SEL_MMC_0, FN_SEL_MMC_1,
 		/* SEL_SCIF5 [1] */
-- 
1.9.1


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

* Re: [PATCH] sh-pfc: r8a7791: Fix definition of MOD_SEL3
  2014-04-22 16:38 [PATCH] sh-pfc: r8a7791: Fix definition of MOD_SEL3 Phil Edworthy
@ 2014-04-22 16:39 ` Laurent Pinchart
  2014-04-23 14:10 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-04-22 16:39 UTC (permalink / raw)
  To: Phil Edworthy
  Cc: Linus Walleij, Laurent Pinchart, Simon Horman, Linux-SH, LKML

Hi Phil,

Thank you for the patch.

On Tuesday 22 April 2014 17:38:05 Phil Edworthy wrote:
> There is a missing 0 entry from the MOD_SEL3 table.
> 
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>

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

> ---
>  drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c index 56f62dc..a823b5b 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
> @@ -5305,7 +5305,7 @@ static const struct pinmux_cfg_reg
> pinmux_config_regs[] = { /* SEL_SCIF3 [2] */
>  		FN_SEL_SCIF3_0, FN_SEL_SCIF3_1, FN_SEL_SCIF3_2, FN_SEL_SCIF3_3,
>  		/* SEL_IEB [2] */
> -		FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2,
> +		FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 0,
>  		/* SEL_MMC [1] */
>  		FN_SEL_MMC_0, FN_SEL_MMC_1,
>  		/* SEL_SCIF5 [1] */

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] sh-pfc: r8a7791: Fix definition of MOD_SEL3
  2014-04-22 16:38 [PATCH] sh-pfc: r8a7791: Fix definition of MOD_SEL3 Phil Edworthy
  2014-04-22 16:39 ` Laurent Pinchart
@ 2014-04-23 14:10 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2014-04-23 14:10 UTC (permalink / raw)
  To: Phil Edworthy; +Cc: Laurent Pinchart, Simon Horman, Linux-SH, LKML

On Tue, Apr 22, 2014 at 6:38 PM, Phil Edworthy
<phil.edworthy@renesas.com> wrote:

> There is a missing 0 entry from the MOD_SEL3 table.
>
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>

Patch applied for fixes with Laurent's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2014-04-23 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-22 16:38 [PATCH] sh-pfc: r8a7791: Fix definition of MOD_SEL3 Phil Edworthy
2014-04-22 16:39 ` Laurent Pinchart
2014-04-23 14:10 ` 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).