commit | d3aad70e1b6a3c539881b6bbcc3437b283791674 | [log] [tgz] |
---|---|---|
author | Sameer Thalappil <sameert@codeaurora.org> | Tue Jan 22 18:52:24 2013 -0800 |
committer | Sameer Thalappil <sameert@codeaurora.org> | Wed Jan 23 10:44:42 2013 -0800 |
tree | 3c6a0b92fdc46ac5b1e7fe343b141431f5bc70b3 | |
parent | 37c6dc644729359da2e57f28c9b24d7c35fb14bd [diff] |
wcnss: Move ioremap to non-interrupt context In the case of watchdog bite, ioremap for debug registers were done in interrupt context. Because of this bite triggered SSR was not functioning properly. So move the ioremap to the initialization routine. CRs-Fixed: 440851 Change-Id: I5330b2f02b08e4f52a9ce431fcd70f941396119c Signed-off-by: Sameer Thalappil <sameert@codeaurora.org>