commit | 070276d5d049f385763dee19112bea08f56c9a0d | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Sun May 17 22:32:23 2009 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon May 18 16:26:03 2009 +0100 |
tree | 5a32a885de72f18476ff067a25d8a159ac01629d | |
parent | 75cbcff3729fe2568dff38d16d6494f8fb7f59fe [diff] |
[ARM] S3C24XX: GPIO: Change to macros for GPIO numbering 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>