mbox series

[V2,0/3] thermal: qcom: Add support for PMIC5 Gen2 ADC_TM

Message ID 1635264275-12530-1-git-send-email-quic_jprakash@quicinc.com (mailing list archive)
Headers show
Series thermal: qcom: Add support for PMIC5 Gen2 ADC_TM | expand

Message

Jishnu Prakash Oct. 26, 2021, 4:04 p.m. UTC
Made following changes in this post:
Split IIO file changes into separate patch.
Addressed comments given by Dmitry for qcom-spmi-adc-tm5.c.

Jishnu Prakash (3):
  dt-bindings: thermal: qcom: add PMIC5 Gen2 ADC_TM bindings
  iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TM
  thermal: qcom: add support for PMIC5 Gen2 ADCTM

 .../bindings/thermal/qcom-spmi-adc-tm5.yaml        |  83 +++-
 drivers/iio/adc/qcom-vadc-common.c                 |  11 +
 drivers/thermal/qcom/qcom-spmi-adc-tm5.c           | 418 ++++++++++++++++++++-
 include/linux/iio/adc/qcom-vadc-common.h           |   2 +
 4 files changed, 493 insertions(+), 21 deletions(-)