commit | 08d282a73352198da1b5e08af6e7e14d658b3cd4 | [log] [tgz] |
---|---|---|
author | Manu Gautam <mgautam@codeaurora.org> | Fri Oct 19 14:41:17 2012 +0530 |
committer | Manu Gautam <mgautam@codeaurora.org> | Fri Oct 19 14:57:54 2012 +0530 |
tree | af349af2c1848fdf2b9c2b18b9bb936976b629ac | |
parent | 05237e324a4626d84e38b6dfa67feff218ef46c8 [diff] |
usb: gadget: f_qdss - Move disconnect handling to workqueue As part of disconnect, USB qdss driver notifies usb_bam and qdss drivers. APIs used by these drivers in disconnect handling cannot be called in atomic context e.g. sps_connect/disconnect and mutex_lock/unlock. Hence, move the disconnect processing to workqueue. Change-Id: I7f00d878f06b2dca9da64758cbcaafb3b778ba0e Signed-off-by: Manu Gautam <mgautam@codeaurora.org>