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:
5225cd8
)
[ARM] 4095/1: S3C24XX: Fix GPIO set for Bank A
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 16 Jan 2007 11:33:35 +0000
(12:33 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 24 Jan 2007 11:59:56 +0000
(11:59 +0000)
GPIO bank A can only be output or a special
function, and the regs-gpio.h header has
mistakenly got this as input or output.
The mistake is carried on into the gpio.c
s3c2410_gpio_cfgpin() call which will set the
wrong value if S3C2410_GPIO_OUTPUT is passed.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found