From: Thomas Abraham Date: Wed, 12 Oct 2011 11:11:17 +0000 (+0900) Subject: gpio/samsung: Fix incorrect gpio pull up/down callback for EXYNOS4 X-Git-Tag: v3.2-rc1~39^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82cee243633fbb734de704e38f57c771d7afd73;p=pandora-kernel.git gpio/samsung: Fix incorrect gpio pull up/down callback for EXYNOS4 Some of the gpio chips of exynos4 are assigned a default gpio config without the exynos4 specific pull up/down callbacks which resulted in incorrect setting of pull up/down configuration. Fix this by adding two new exynos4 specific entries in the array of default configs with set_pull and get_pull callbacks set to exynos4 specific callbacks The new default gpio configs can then be used for exynos4 gpio chips. Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed