From: Igor Grinberg Date: Thu, 12 Apr 2012 12:43:28 +0000 (+0300) Subject: ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT X-Git-Tag: v3.4-rc5~7^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13b878780ea98d8415203c4502a8fc5bc614656;p=pandora-kernel.git ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT Pins that have MFP_LPM_KEEP_OUTPUT set and are configured for output must retain the output state in low power mode. Currently, the pin direction configuration is overrided with values in gpdr_lpm[] array and do not obey the MFP_LPM_KEEP_OUTPUT setting. Fix the above bug and add some documentation to clarify the MFP_LPM_KEEP_OUTPUT setting purpose. Reported-by: Paul Parsons Signed-off-by: Igor Grinberg Tested-by: Paul Parsons Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed