linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
@ 2012-01-30  2:25 Magnus Damm
  2012-02-07  2:49 ` Kuninori Morimoto
  2012-02-07  3:03 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2012-01-30  2:25 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@opensource.se>

Fix the bit field width information for the IPSR4 register
in the r8a7779 pin function controller (PFC).

Without this fix the Marzen board fails to receive data
over the serial console due to misconfigured pin function
for the RX pin.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/pfc-r8a7779.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/pfc-r8a7779.c
+++ work/arch/arm/mach-shmobile/pfc-r8a7779.c	2012-01-27 16:04:07.000000000 +0900
@@ -2120,7 +2120,7 @@ static struct pinmux_cfg_reg pinmux_conf
 	    FN_AUDATA3, 0, 0, 0 }
 	},
 	{ PINMUX_CFG_REG_VAR("IPSR4", 0xfffc0030, 32,
-			     3, 1, 1, 1, 1, 1, 1, 3, 3, 1,
+			     3, 1, 1, 1, 1, 1, 1, 3, 3,
 			     1, 1, 1, 1, 1, 1, 3, 3, 3, 2) {
 	    /* IP4_31_29 [3] */
 	    FN_DU1_DB0, FN_VI2_DATA4_VI2_B4, FN_SCL2_B, FN_SD3_DAT0,

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

* Re: [PATCH] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
  2012-01-30  2:25 [PATCH] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix Magnus Damm
@ 2012-02-07  2:49 ` Kuninori Morimoto
  2012-02-07  3:03 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2012-02-07  2:49 UTC (permalink / raw)
  To: linux-sh


Hi

> From: Magnus Damm <damm@opensource.se>
> 
> Fix the bit field width information for the IPSR4 register
> in the r8a7779 pin function controller (PFC).
> 
> Without this fix the Marzen board fails to receive data
> over the serial console due to misconfigured pin function
> for the RX pin.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>
> ---

This patch solved marzen board SCIF issue.

Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
  2012-01-30  2:25 [PATCH] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix Magnus Damm
  2012-02-07  2:49 ` Kuninori Morimoto
@ 2012-02-07  3:03 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2012-02-07  3:03 UTC (permalink / raw)
  To: linux-sh

On Mon, Feb 06, 2012 at 06:49:01PM -0800, Kuninori Morimoto wrote:
> 
> Hi
> 
> > From: Magnus Damm <damm@opensource.se>
> > 
> > Fix the bit field width information for the IPSR4 register
> > in the r8a7779 pin function controller (PFC).
> > 
> > Without this fix the Marzen board fails to receive data
> > over the serial console due to misconfigured pin function
> > for the RX pin.
> > 
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> > ---
> 
> This patch solved marzen board SCIF issue.
> 
> Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Likewise,

Tested-by: Simon Horman <horms@verge.net.au>

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

end of thread, other threads:[~2012-02-07  3:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30  2:25 [PATCH] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix Magnus Damm
2012-02-07  2:49 ` Kuninori Morimoto
2012-02-07  3:03 ` Simon Horman

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