linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] unset twsi option3 for gconfig as well
@ 2013-10-13 23:27 Roel Kluin
  2013-10-14  7:08 ` Linus Walleij
  0 siblings, 1 reply; 9+ messages in thread
From: Roel Kluin @ 2013-10-13 23:27 UTC (permalink / raw)
  To: Linus Walleij, Grant Likely, Rob Herring, linux-kernel, devicetree
  Cc: Roel Kluin

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
 drivers/pinctrl/mvebu/pinctrl-dove.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/mvebu/pinctrl-dove.c b/drivers/pinctrl/mvebu/pinctrl-dove.c
index 29f7e4f..360b9b2 100644
--- a/drivers/pinctrl/mvebu/pinctrl-dove.c
+++ b/drivers/pinctrl/mvebu/pinctrl-dove.c
@@ -335,7 +335,7 @@ static int dove_twsi_ctrl_set(struct mvebu_mpp_ctrl *ctrl,
 	unsigned long gcfg2 = readl(DOVE_GLOBAL_CONFIG_2);
 
 	gcfg1 &= ~DOVE_TWSI_ENABLE_OPTION1;
-	gcfg2 &= ~(DOVE_TWSI_ENABLE_OPTION2 | DOVE_TWSI_ENABLE_OPTION2);
+	gcfg2 &= ~(DOVE_TWSI_ENABLE_OPTION2 | DOVE_TWSI_ENABLE_OPTION3);
 
 	switch (config) {
 	case 1:
-- 
1.8.1.2


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

end of thread, other threads:[~2013-10-16 11:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-13 23:27 [PATCH] unset twsi option3 for gconfig as well Roel Kluin
2013-10-14  7:08 ` Linus Walleij
2013-10-14  7:12   ` Thomas Petazzoni
2013-10-14 18:43     ` Sebastian Hesselbarth
2013-10-14 19:02       ` Jason Cooper
2013-10-14 19:09         ` Sebastian Hesselbarth
2013-10-14 19:15           ` Jason Cooper
2013-10-15  7:39         ` Thomas Petazzoni
2013-10-16 11:35       ` 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).