thermal: qcom: tsens: Add a skeletal TSENS drivers
authorRajendra Nayak <rnayak@codeaurora.org>
Thu, 5 May 2016 08:51:39 +0000 (14:21 +0530)
committerZhang Rui <rui.zhang@intel.com>
Fri, 19 Aug 2016 05:58:23 +0000 (13:58 +0800)
commit7589699c1e58d64f40cb6c1b73cb8a5ad16965d6
tree6df75a5c4398c392e6c312907c1d7cfffd31c29f
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d
thermal: qcom: tsens: Add a skeletal TSENS drivers

TSENS is Qualcomms' thermal temperature sensor device. It
supports reading temperatures from multiple thermal sensors
present on various QCOM SoCs.
Calibration data is generally read from a non-volatile memory
(eeprom) device.

Add a skeleton driver with all the necessary abstractions so
a variety of qcom device families which support TSENS can
add driver extensions.

Also add the required device tree bindings which can be used
to describe the TSENS device in DT.

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Reviewed-by: Lina Iyer <lina.iyer@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Documentation/devicetree/bindings/thermal/qcom-tsens.txt [new file with mode: 0644]
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/qcom/Kconfig [new file with mode: 0644]
drivers/thermal/qcom/Makefile [new file with mode: 0644]
drivers/thermal/qcom/tsens-common.c [new file with mode: 0644]
drivers/thermal/qcom/tsens.c [new file with mode: 0644]
drivers/thermal/qcom/tsens.h [new file with mode: 0644]
This page took 0.024777 seconds and 5 git commands to generate.