From: Kuninori Morimoto Date: Wed, 24 Mar 2010 06:27:24 +0000 (+0900) Subject: ASoC: fsi: ensures process inside master lock X-Git-Tag: v2.6.35-rc1~478^2^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb58cffca772097a849b413fb7954f87e9e9e71;p=pandora-kernel.git ASoC: fsi: ensures process inside master lock Bit operation for fsi_master should be done inside master lock. But soft-reset/interrupt operation were outside of it. This patch modify this problem. It still allow to INT_ST outside-operation on fsi_interrupt, but it is not problem. Because this register doesn't need the bit operation. Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed