git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bce695
)
pinctrl: single: fix pcs_disable with bits_per_mux
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 9 Jan 2014 12:50:28 +0000
(14:50 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 15 Jan 2014 07:30:08 +0000
(08:30 +0100)
pcs_enable() uses vals->mask instead of pcs->fmask when bits_per_mux is
enabled. However, pcs_disable() always uses pcs->fmask.
Fix pcs_disable() to use vals->mask with bits_per_mux.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-single.c
patch
|
blob
|
history
diff --cc
drivers/pinctrl/pinctrl-single.c
Simple merge