commit | 6049ea35fb0a4dc83a0f1667b5059af7e30106fe | [log] [tgz] |
---|---|---|
author | Gilad Broner <gbroner@codeaurora.org> | Thu Apr 10 09:48:44 2014 +0300 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Apr 17 05:25:53 2014 -0700 |
tree | aa8ba92ecf308d6c8e91572c3a5783e86499c460 | |
parent | 21f470053199a9afc21bede6ee5be1d7085a2a08 [diff] |
msm: tspp: Request IRQs on first use Reserving the IRQs on driver initialization is redundant and should be done only when client first uses the driver. Also, it may prevent transition to power saving modes. Move IRQ requests to be done when first stream is opened, and free when last stream is closed. Change-Id: Ifdb7099139f5eb775fcdd61dc0eece5c9959a050 Signed-off-by: Gilad Broner <gbroner@codeaurora.org>