From: Mark Brown Date: Sun, 20 Oct 2013 17:14:20 +0000 (+0100) Subject: ASoC: si476x: Fix locking of core X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcff69af8447df8dd3c5b14349c3b84b8b569a5;p=pandora-kernel.git ASoC: si476x: Fix locking of core The conversion of the si476x to regmap removed locking of the core during register updates, allowing things like power state changes for the MFD to happen during a register update. Avoid this by taking the core lock in the DAI operations (which are the only things that do register updates) as we used to do in the open coded register I/O functions. Signed-off-by: Mark Brown Acked-by: Andrey Smirnov --- Reading git-diff-tree failed