]> git.karo-electronics.de Git - karo-tx-linux.git/commit
thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
authorRajendra Nayak <rnayak@codeaurora.org>
Fri, 9 Oct 2015 09:41:06 +0000 (15:11 +0530)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:52 +0000 (09:54 +0000)
commitefdf4cc839ac8c0cfe262633e12ec9f394591902
tree1e0833538b590f2918da457d5df8063cb39464d4
parenta741ffd786cdefb83accca766e98a95e35a4e4bc
thermal: qcom: tsens-8960: Add support for 8960 family of SoCs

8960 family of SoCs have the TSENS device as part of GCC, hence
the driver probes the virtual child device created by GCC and
uses the parent to extract all DT properties and reuses the GCC
regmap.

Also GCC/TSENS are part of a  domain thats not always ON.
Hence add .suspend and .resume hooks to save and restore some of
the inited register context.

Also 8960 family have some of the TSENS init sequence thats
required to be done by the HLOS driver (some later versions of TSENS
do not export these registers to non-secure world, and hence need
these initializations to be done by secure bootloaders)

8660 from the same family has just one sensor and hence some register
offset/layout differences which need special handling in the driver.

Based on the original code from Siddartha Mohanadoss, Stephen Boyd and
Narendran Rajan.

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
drivers/thermal/qcom/Makefile
drivers/thermal/qcom/tsens-8960.c [new file with mode: 0644]
drivers/thermal/qcom/tsens.c
drivers/thermal/qcom/tsens.h