commit | 058502eb38a0f687e5af37209488d03656f87ffe | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 18 12:52:59 2012 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Feb 21 11:56:21 2012 +0000 |
tree | 5de1c1786585782379809acaab73a67433a8b67f | |
parent | ba5fd193f4fd35e5e1771de15cc1aba11d19590d [diff] |
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 <FlorianSchandinat@gmx.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>