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:
4b660a7
)
pinctrl: vt8500: Ensure value reg is updated when setting direction
author
Alexey Charkov
<alchark@gmail.com>
Tue, 29 Apr 2014 19:42:00 +0000
(23:42 +0400)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 22 May 2014 21:46:10 +0000
(23:46 +0200)
Current code only touches the direction register when setting direction
to output, which breaks logic like
echo high > /sys/class/gpio/gpio0/direction
which is expected to also set the value. This patch also adds a call
to update the value register when setting direction to output.
Signed-off-by: Alexey Charkov <alchark@gmail.com>
Acked-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/vt8500/pinctrl-wmt.c
patch
|
blob
|
history
diff --cc
drivers/pinctrl/vt8500/pinctrl-wmt.c
Simple merge