From: Ben Dooks Date: Tue, 16 Jan 2007 11:33:35 +0000 (+0100) Subject: [ARM] 4095/1: S3C24XX: Fix GPIO set for Bank A X-Git-Tag: v2.6.20-rc7~31^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c3c5bb3c68b932ece9f92b9d201196d537cb99c;p=pandora-kernel.git [ARM] 4095/1: S3C24XX: Fix GPIO set for Bank A GPIO bank A can only be output or a special function, and the regs-gpio.h header has mistakenly got this as input or output. The mistake is carried on into the gpio.c s3c2410_gpio_cfgpin() call which will set the wrong value if S3C2410_GPIO_OUTPUT is passed. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- Reading git-diff-tree failed