[ARM] S3C24XX: GPIO: Start removal of S3C24XX_GPIO_BASE
commitfda7b2b097fed9f88bc93ed3de0caea87ffe778e
authorBen Dooks <ben-linux@fluff.org>
Sun, 17 May 2009 21:18:27 +0000 (17 22:18 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 18 May 2009 15:26:02 +0000 (18 16:26 +0100)
treed191152a80a542581451beba66619bc1016bdd3b
parent9c7099ca7519268f6ec79782bc06faa27a714d95
[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>
arch/arm/plat-s3c24xx/gpiolib.c