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:
75cbcff
)
[ARM] S3C24XX: GPIO: Change to macros for GPIO numbering
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 17 May 2009 21:32:23 +0000
(22:32 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 18 May 2009 15:26:03 +0000
(16:26 +0100)
Prepare to remove the large number of S3C2410_GPxn defines
by moving to S3C2410_GPx(n) in arch/arm.
The following perl was used to change the files:
perl -pi~ -e 's/S3C2410_GP([A-Z])([0-9]+)([^_^0-9])/S3C2410_GP\1\(\2\)\3/g'
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
No differences found