From: Ben Dooks Date: Wed, 2 Mar 2011 06:19:15 +0000 (+0900) Subject: ARM: S3C64XX: Fix keypad setup to configure correct number of rows X-Git-Tag: v2.6.38-rc8~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f639c4fe54ce750debe343acbd237f3a75e07c;p=pandora-kernel.git ARM: S3C64XX: Fix keypad setup to configure correct number of rows The call to s3c_gpio_cfgrange_nopull() takes a size and base but this looks like it is trying to do base and end. This means it is configuring too many GPIOs and on the case of the Cragganmore means we're seeing an overflow of the ROW pins causing problems with the keyboard driver. Signed-off-by: Ben Dooks Signed-off-by: Mark Brown Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed