summaryrefslogtreecommitdiff
path: root/drivers/sensors (follow)
Commit message (Collapse)AuthorAge
* soc: qcom: pil-loaders: move pil loading of ADSP, SLPI & CDSP to workqueueSatya Durga Srinivasu Prabhala2017-02-27
| | | | | | | | | | When pil loading done through user space helper, there is a possibility that signal could be pending on thread that initiated the pil, which would lead to pil failure. To avoid this issue, move pil loading for ADSP, SLPI and CDSP to separate workqueue in respective loader drivers. Change-Id: Ie60a7eba7c52ac1565ce166d0e367379cce0b03e Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* sensors: ssc: add support to read SLPI fw nameAnanda Kishore2016-10-26
| | | | | | | | Read SLPI fw name from device node to dynamically load the SLPI fw image. Change-Id: I9ecc0cc1b5de5e0bd47c658747463a4498123655 Signed-off-by: Ananda Kishore <kananda@codeaurora.org>
* clocksource: migrate users of arch_get_cnt_pct to use virtual timersAbhimanyu Kapur2016-03-22
| | | | | | | | | | Software running in non secure EL1(on arm64) and non secure supervisor mode(on arm) should use virtual timer for time stamping. Migrate users to arch_get_cnt_vct instead of using arch_get_cnt_pct. Change-Id: Ic3cf52a2ca3b0a2f83b926df26cecf479080320c Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
* Snapshot: SSC Sensor driverSatya Durga Srinivasu Prabhala2016-03-22
This snapshot is taken as of msm-3.18 commit 95a59da3cf (msm: hdcp: proper state sanitization for different versions) Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>