From: Banajit Goswami Date: Mon, 28 Feb 2011 07:53:36 +0000 (+0900) Subject: ARM: S5P64X0: Fix number of GPIO lines in Bank F X-Git-Tag: v2.6.38-rc8~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33f314961575d00ca397cf08889e973c85a1fd3;p=pandora-kernel.git ARM: S5P64X0: Fix number of GPIO lines in Bank F This patch modifies the number of total GPIO lines for Bank F for Samsung S5P6440 and S5P6450 SoCs from 2 to 16. This is necessary as the GPIO lines from 0 to 13 are reserved and only lines 14 and 15 are used. As during initialization, the line number starts at 0, putting 2 does not solve the intended purpose. Signed-off-by: Banajit Goswami Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed