alistair23-linux/drivers/extcon
Hans de Goede 66bee35f29 extcon: Fix missing locking when [un]registering notifiers
Since extcon.c is using raw_notifiers it must protect the notifier
list itself when [un]registering notifiers to avoid the list changing while
extcon_update_state is walking the list (through raw_notifier_call_chain).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
[cw00.choi: Apply this patch to extcon.c driver instead of old extcon-class.c]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2015-03-23 11:06:04 +09:00
..
extcon-adc-jack.c extcon: adc-jack: Release IIO channel on driver remove 2015-01-26 13:47:55 +09:00
extcon-arizona.c extcon: arizona: Fix headphone clamping on wm5110 2015-03-04 09:42:24 +09:00
extcon-gpio.c extcon: drop owner assignment from platform_drivers 2014-10-20 16:20:30 +02:00
extcon-max8997.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-max14577.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-max77693.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-max77843.c extcon: max77843: Fix an error code in max77843_init_muic_regmap() 2015-03-23 10:50:27 +09:00
extcon-palmas.c extcon: drop owner assignment from platform_drivers 2014-10-20 16:20:30 +02:00
extcon-rt8973a.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-rt8973a.h extcon: rt8973a: Add Richtek RT8973A extcon driver 2014-09-22 11:43:08 +09:00
extcon-sm5502.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon-sm5502.h extcon: sm5502: Move sm5502.h header file to extcon directory 2014-09-22 11:43:08 +09:00
extcon-usb-gpio.c extcon: Fix the checkpatch warning 2015-03-07 22:58:28 +09:00
extcon.c extcon: Fix missing locking when [un]registering notifiers 2015-03-23 11:06:04 +09:00
Kconfig extcon: max77843: Add max77843 MUIC driver 2015-02-24 09:00:54 +09:00
Makefile extcon: Rename extcon core driver 2015-03-07 22:58:10 +09:00