[PATCH 1/2] ARM: EXYNOS: add support GPIO for EXYNOS5250
From: Russell King - ARM Linux <hidden>
Date: 2012-01-31 22:40:43
Also in:
linux-samsung-soc
From: Russell King - ARM Linux <hidden>
Date: 2012-01-31 22:40:43
Also in:
linux-samsung-soc
On Wed, Feb 01, 2012 at 12:50:39AM +0900, Kukjin Kim wrote:
From: Sangsu Park <redacted> This patch adds follwing. - IO-map for EXYNOS5250 GPIO support - EXYNOS5250 GPIO bank size/number definitions - memory map definition for S5P GPIO4 Signed-off-by: Sangsu Park <redacted> Signed-off-by: Kukjin Kim <redacted>
Do you actually need these static mapping definitions? The samsung gpiolib initialization is called from a core_initcall(), and at this time ioremap() is fully capable of working.