]> git.baikalelectronics.ru Git - kernel.git/commit
FB: sa1100: make GPIO configuration setting safe
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 18 Jan 2012 12:52:59 +0000 (12:52 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Feb 2012 11:56:21 +0000 (11:56 +0000)
commitb30d4d2a359939a066109944f70910f0e8bd08ce
tree5de1c1786585782379809acaab73a67433a8b67f
parentd8c26a762c8ab5d5cd75b24a88be07aa2791ec18
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>
drivers/video/sa1100fb.c