From: Ben Dooks Date: Sun, 17 May 2009 21:18:27 +0000 (+0100) Subject: [ARM] S3C24XX: GPIO: Start removal of S3C24XX_GPIO_BASE X-Git-Tag: v2.6.31-rc1~344^2~10^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda7b2b097fed9f88bc93ed3de0caea87ffe778e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed