]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_intel: Replace spinlock with mutex
authorLoic Poulain <loic.poulain@intel.com>
Mon, 31 Aug 2015 16:34:31 +0000 (18:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:01 +0000 (13:20 +0200)
commitfe66e56b15eb1d6f57a1ebf77f6c4b0045451a6f
tree8b6a89e85a073b42016bacca619146c528e6d9db
parent00ae6189f6fd5b24105ca82860908eb5d0d8ee2c
Bluetooth: hci_intel: Replace spinlock with mutex

Replace the device_intel list spinlock with a mutex.
devm_request_threaded_irq is not atomic and upcomming PM support should
be simpler.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c