Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1555467 > unrolled thread

[PATCH v2 1/6] pinctrl: broxton: Use correct PADCFGLOCK offset

Started byMika Westerberg <mika.westerberg@linux.intel.com>
First post2017-01-10 15:40 +0100
Last post2017-01-11 13:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 1/6] pinctrl: broxton: Use correct PADCFGLOCK offset Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-01-10 15:40 +0100
    Re: [PATCH v2 1/6] pinctrl: broxton: Use correct PADCFGLOCK offset Linus Walleij <linus.walleij@linaro.org> - 2017-01-11 13:50 +0100

#1555467 — [PATCH v2 1/6] pinctrl: broxton: Use correct PADCFGLOCK offset

FromMika Westerberg <mika.westerberg@linux.intel.com>
Date2017-01-10 15:40 +0100
Subject[PATCH v2 1/6] pinctrl: broxton: Use correct PADCFGLOCK offset
Message-ID<sY5KF-2vR-37@gated-at.bofh.it>
PADCFGLOCK (and PADCFGLOCK_TX) offset in Broxton actually starts at 0x060
and not 0x090 as used in the driver. Fix it to use the correct offset.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
---
 drivers/pinctrl/intel/pinctrl-broxton.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/intel/pinctrl-broxton.c b/drivers/pinctrl/intel/pinctrl-broxton.c
index 59cb7a6fc5be..901b356b09d7 100644
--- a/drivers/pinctrl/intel/pinctrl-broxton.c
+++ b/drivers/pinctrl/intel/pinctrl-broxton.c
@@ -19,7 +19,7 @@
 
 #define BXT_PAD_OWN	0x020
 #define BXT_HOSTSW_OWN	0x080
-#define BXT_PADCFGLOCK	0x090
+#define BXT_PADCFGLOCK	0x060
 #define BXT_GPI_IE	0x110
 
 #define BXT_COMMUNITY(s, e)				\
-- 
2.11.0

[toc] | [next] | [standalone]


#1556455

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-01-11 13:50 +0100
Message-ID<sYqvM-6ZO-3@gated-at.bofh.it>
In reply to#1555467
On Tue, Jan 10, 2017 at 3:31 PM, Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:

> PADCFGLOCK (and PADCFGLOCK_TX) offset in Broxton actually starts at 0x060
> and not 0x090 as used in the driver. Fix it to use the correct offset.
>
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

This patch applied for fixes.

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web