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:
42b14cb
)
gpio: fix bits conflict for gpio flags
author
Laxman Dewangan
<ldewangan@nvidia.com>
Wed, 20 Jun 2012 08:44:05 +0000
(14:14 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 5 Jul 2012 13:04:10 +0000
(15:04 +0200)
The bit 2 and 3 in GPIO flag are allocated for the
flag OPEN_DRAIN/OPEN_SOURCE. These bits are reused
for the flag EXPORT/EXPORT_CHANGEABLE and so creating
conflict.
Fix this conflict by assigning bit 4 and 5 for the
flag EXPORT/EXPORT_CHANGEABLE.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found