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-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

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

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

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 broo...@kernel.org 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

[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

[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 ckee...@opensource.wolfsonmicro.com --- drivers/input/misc/arizona-haptics.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-)