linux-stable/drivers/extcon
Charles Keepax 1139110064 ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions
The snd_soc_dapm_xxxx_pin all require the dapm_mutex to be held when
they are called as they edit the dirty list, however very few of the
callers do so.

This patch adds unlocked versions of all the functions replacing the
existing implementations with one that holds the lock internally. We
also fix up the places where the lock was actually held on the caller
side.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
2014-02-20 18:40:07 +09:00
..
Kconfig extcon: max14577: Add extcon-max14577 driver to support MUIC device 2014-01-07 11:54:29 +09:00
Makefile extcon: max14577: Add extcon-max14577 driver to support MUIC device 2014-01-07 11:54:29 +09:00
extcon-adc-jack.c extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter 2013-09-27 09:37:01 +09:00
extcon-arizona.c ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions 2014-02-20 18:40:07 +09:00
extcon-class.c extcon: remove freed groups caused the panic or warning in unregister flow 2013-11-26 15:17:23 +09:00
extcon-gpio.c extcon: gpio: Add power resume support 2014-01-09 09:53:30 +09:00
extcon-max8997.c Update extcon for 3.13 2013-09-26 20:47:25 -07:00
extcon-max14577.c extcon: max14577: Add extcon-max14577 driver to support MUIC device 2014-01-07 11:54:29 +09:00
extcon-max77693.c Update extcon for 3.13 2013-09-26 20:47:25 -07:00
extcon-palmas.c extcon: palmas: Handle ID interrupt properly using USB_ID_INT_SRC 2014-01-07 11:54:27 +09:00
of_extcon.c extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00