From: Tomasz Figa Date: Thu, 11 Oct 2012 08:11:15 +0000 (+0200) Subject: pinctrl: samsung: Include bank-specific eint offset in bank struct X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~49^2~13^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6056d6db2426cd612f03dabacf655ecb6a27ae;p=pandora-kernel.git pinctrl: samsung: Include bank-specific eint offset in bank struct Some SoCs, like Exynos4x12, have non-sequential layout of EINT control registers and so current way of calculating register addresses does not work correctly for them. This patch adds eint_offset field to samsung_pin_bank struct and modifies the driver to use it instead of calculating the offsets from bank index. Signed-off-by: Tomasz Figa Reviewed-by: Kyungmin Park Acked-by: Thomas Abraham Signed-off-by: Linus Walleij --- Reading git-diff-tree failed