mfd: cros_ec: spi: Add mutex to cros_ec_spi
authorDoug Anderson <dianders@chromium.org>
Wed, 30 Apr 2014 17:44:05 +0000 (10:44 -0700)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:46 +0000 (08:11 +0100)
commit362196e5d0832ce3c4e1df376c02cff812a2391b
tree3ef8f401d423fe0011e1bdfe573fea914feded82
parent1fe368665b1499041919d78467147849989af7c9
mfd: cros_ec: spi: Add mutex to cros_ec_spi

The main transfer function for cros_ec_spi can be called by more than
one client at a time.  Make sure that those clients don't stomp on
each other by locking the bus for the duration of the transfer
function.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Andrew Bresticker <abrestic@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/cros_ec_spi.c