From: Timothy Clacy Date: Thu, 7 May 2009 17:40:33 +0000 (+0200) Subject: [ARM] pxa: enable GPIO receivers after configuring pins X-Git-Tag: v2.6.30-rc8~15^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=866bd435819df8d97767c407f8828a7a2ff971e6;p=pandora-kernel.git [ARM] pxa: enable GPIO receivers after configuring pins 'mach-pxa' platforms currently rely on a bootloader to setup GPIO pins and clear RDH (to enable inputs). A kernel loaded by a 'minimal' bootloader, that doesn't touch any pins, will not function correctly; inputs will remain disabled, even after the pins are configured. The following change fixes the issue and has been verified on Gumstix Verdex XL6P and a custom PXA270 platform. Signed-off-by: Timothy Clacy Signed-off-by: Eric Miao --- Reading git-diff-tree failed