From: Russell King Date: Wed, 18 Jan 2012 12:52:59 +0000 (+0000) Subject: FB: sa1100: make GPIO configuration setting safe X-Git-Tag: v3.4-rc1~83^2^3~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=058502eb38a0f687e5af37209488d03656f87ffe;p=pandora-kernel.git FB: sa1100: make GPIO configuration setting safe The sa1100fb driver needs to set the GPIO direction and alternate function register according to the panel that we're driving. We've done this in the driver by read-modify-writing the register, which may cause problems with races. Fix this with a minimal change. Acked-by: Florian Tobias Schandinat Signed-off-by: Russell King --- Reading git-diff-tree failed