Re: [PATCH 01/17 v2] Input - arizona-haptics: Fix double lock of dapm_mutex

2014-02-20 Thread Mark Brown
On Tue, Feb 18, 2014 at 03:22:12PM +, Charles Keepax wrote: > snd_soc_dapm_sync takes the dapm_mutex internally, but we currently take > it externally as well. This patch fixes this. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 01/17 v2] Input - arizona-haptics: Fix double lock of dapm_mutex

2014-02-19 Thread Dmitry Torokhov
On February 19, 2014 7:54:31 PM PST, Mark Brown wrote: >On Tue, Feb 18, 2014 at 03:22:12PM +, Charles Keepax wrote: >> snd_soc_dapm_sync takes the dapm_mutex internally, but we currently >take >> it externally as well. This patch fixes this. > >Dimitry, are you OK with this being merged via AS

Re: [PATCH 01/17 v2] Input - arizona-haptics: Fix double lock of dapm_mutex

2014-02-19 Thread Mark Brown
On Tue, Feb 18, 2014 at 03:22:12PM +, Charles Keepax wrote: > snd_soc_dapm_sync takes the dapm_mutex internally, but we currently take > it externally as well. This patch fixes this. Dimitry, are you OK with this being merged via ASoC? The subsequent improvements to the infrastructure and fix

[PATCH 01/17 v2] Input - arizona-haptics: Fix double lock of dapm_mutex

2014-02-18 Thread Charles Keepax
snd_soc_dapm_sync takes the dapm_mutex internally, but we currently take it externally as well. This patch fixes this. Signed-off-by: Charles Keepax --- drivers/input/misc/arizona-haptics.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/input/misc/ariz