]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
thermal: qcom: tsens: Add a skeletal TSENS drivers
authorRajendra Nayak <rnayak@codeaurora.org>
Fri, 9 Oct 2015 09:41:03 +0000 (15:11 +0530)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 13 Apr 2018 14:00:18 +0000 (16:00 +0200)
commit90df99ef9fb3d3744659d7710a49de3c2c1fade3
tree42f5311e28185d4f432b813faae92c4e6f372f65
parent2b64dc19753713b44bce5ce8be5605d0235c310e
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>
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.c [new file with mode: 0644]
drivers/thermal/qcom/tsens.h [new file with mode: 0644]