mbox series

[0/2] Add msm8939 tsensv0_1 support

Message ID 20200501203311.143934-1-konradybcio@gmail.com
Headers show
Series Add msm8939 tsensv0_1 support | expand

Message

Konrad Dybcio May 1, 2020, 8:33 p.m. UTC
Konrad Dybcio (2):
  thermal: qcom: tsens-v0_1: Add support for MSM8939
  dt-bindings: tsens: qcom: Document MSM8939 compatible

 .../bindings/thermal/qcom-tsens.yaml          |   1 +
 drivers/thermal/qcom/tsens-v0_1.c             | 142 +++++++++++++++++-
 drivers/thermal/qcom/tsens.c                  |   3 +
 drivers/thermal/qcom/tsens.h                  |   2 +-
 4 files changed, 146 insertions(+), 2 deletions(-)

Comments

Rob Herring May 4, 2020, 7:51 p.m. UTC | #1
On Fri,  1 May 2020 22:33:11 +0200, Konrad Dybcio wrote:
> Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>