commit | fda7b2b097fed9f88bc93ed3de0caea87ffe778e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Sun May 17 22:18:27 2009 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon May 18 16:26:02 2009 +0100 |
tree | d191152a80a542581451beba66619bc1016bdd3b | |
parent | 9c7099ca7519268f6ec79782bc06faa27a714d95 [diff] |
[ARM] S3C24XX: GPIO: Start removal of S3C24XX_GPIO_BASE The S3C24XX_GPIO_BASE makes it difficult to compress the GPIO number space, and is only used in a few places of which everything outside arch/arm/plat-s3c24xx/gpiolib.c will be removed as soon as possible. Change gpiolib.c to use the S3C2410_GPxCON register addresses as the base for each bank, thus eliminating S3C24XX_GPIO_BASE. Signed-off-by: Ben Dooks <ben-linux@fluff.org>