All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adnan Ali <adnan.ali@bp.renesas.com>
To: Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	batareich batareich <vladimir.barinov@cogentembedded.com>,
	Dmitry Shifrin <dmitry.shifrin@cogentembedded.com>
Subject: [V2]Fix RCAR-V3H SoC wrong IPSR9/10 registers
Date: Thu, 09 Aug 2018 08:10:43 +0000	[thread overview]
Message-ID: <TYAPR01MB206446052847E74261A2F116DA250@TYAPR01MB2064.jpnprd01.prod.outlook.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 455 bytes --]

Hi All,

Please review this V2 patch. This patch belongs to branch from elinux.org for V3H condor.

Regards
Adnan



Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

[-- Attachment #1.2: Type: text/html, Size: 2853 bytes --]

[-- Attachment #2: 0001-sh-pfc-pfc-r8a7798.c-Fix-RCAR-V3H-condor-wrong-IPSR9.patch --]
[-- Type: application/octet-stream, Size: 1284 bytes --]

From e3bded6252d0fa71ffa9c6e15dab2194d35aa506 Mon Sep 17 00:00:00 2001
From: Adnan Ali <adnan.ali@bp.renesas.com>
Date: Wed, 8 Aug 2018 13:14:47 +0200
Subject: [PATCH] sh-pfc/pfc-r8a7798.c Fix RCAR-V3H condor wrong IPSR9/10 reg
 settings

Signed-off-by: Adnan Ali <adnan.ali@bp.renesas.com>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7798.c | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7798.c b/drivers/pinctrl/sh-pfc/pfc-r8a7798.c
index f6f159e..3e2cfd0 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7798.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7798.c
@@ -3122,24 +3122,24 @@ static const struct pinmux_cfg_reg pinmux_config_regs[] = {
 		IP8_3_0 }
 	},
 	{ PINMUX_CFG_REG("IPSR9", 0xe6060224, 32, 4) {
-		IP8_31_28
-		IP8_27_24
-		IP8_23_20
-		IP8_19_16
-		IP8_15_12
-		IP8_11_8
-		IP8_7_4
-		IP8_3_0 }
+		IP9_31_28
+		IP9_27_24
+		IP9_23_20
+		IP9_19_16
+		IP9_15_12
+		IP9_11_8
+		IP9_7_4
+		IP9_3_0 }
 	},
 	{ PINMUX_CFG_REG("IPSR10", 0xe6060228, 32, 4) {
-		IP8_31_28
-		IP8_27_24
-		IP8_23_20
-		IP8_19_16
-		IP8_15_12
-		IP8_11_8
-		IP8_7_4
-		IP8_3_0 }
+		IP10_31_28
+		IP10_27_24
+		IP10_23_20
+		IP10_19_16
+		IP10_15_12
+		IP10_11_8
+		IP10_7_4
+		IP10_3_0 }
 	},
 #undef F_
 #undef FM
-- 
2.7.4


             reply	other threads:[~2018-08-09  8:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-09  8:10 Adnan Ali [this message]
2018-08-09  8:49 ` [V2]Fix RCAR-V3H SoC wrong IPSR9/10 registers Laurent Pinchart
2018-08-09  8:57 ` Geert Uytterhoeven

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=TYAPR01MB206446052847E74261A2F116DA250@TYAPR01MB2064.jpnprd01.prod.outlook.com \
    --to=adnan.ali@bp.renesas.com \
    --cc=dmitry.shifrin@cogentembedded.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=vladimir.barinov@cogentembedded.com \
    /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.