From 73631813c1ed17437e9de86f82a477fa4bac90c1 Mon Sep 17 00:00:00 2001 From: Jiada Wang Date: Tue, 9 Dec 2014 18:11:23 +0900 Subject: [PATCH] serial: imx: use locking to stop concurrent access of UCR1 Several places are accessing the UCR1 register without locking. This probably will cause a race issue when another thread is accessing the same register. Add locking to preventing concurrent access of the UCR1 register. Signed-off-by: Jiada Wang Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed