mbox series

[0/5] Add support for MBG Thermal monitoring device

Message ID 20240712-mbg-tm-support-v1-0-7d78bec920ca@quicinc.com
Headers show
Series Add support for MBG Thermal monitoring device | expand

Message

Satya Priya Kakitapalli July 12, 2024, 12:43 p.m. UTC
Add bindings, driver and DT for the Qualcomm's MBG thermal
monitoring device.

Please note that this series is dependent on [1] which adds
ADC5-GEN3 support.

[1] https://lore.kernel.org/linux-iio/20231231171237.3322376-1-quic_jprakash@quicinc.com/

Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
---
Satya Priya Kakitapalli (5):
      dt-bindings: iio: adc: Add ADC5 GEN3 Channel info for pm8775 PMIC
      dt-bindings: thermal: qcom: Add MBG thermal monitor bindings
      thermal: qcom: Add support for MBG Temp monitor
      ARM: dts: qcom: Add vadc support for pm8775 pmic on SA8775P
      ARM: dts: qcom: Add support for MBG TM for pm8775 on SA8775P

 .../bindings/thermal/qcom-spmi-mbg-tm.yaml         |  63 +++++
 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi        | 210 ++++++++++++++++
 drivers/thermal/qcom/Kconfig                       |  11 +
 drivers/thermal/qcom/Makefile                      |   1 +
 drivers/thermal/qcom/qcom-spmi-mbg-tm.c            | 269 +++++++++++++++++++++
 .../iio/adc/qcom,spmi-adc5-gen3-pm8775.h           |  42 ++++
 6 files changed, 596 insertions(+)
---
base-commit: c27723304c1f6af79f7bece5edacace6a8d46167
change-id: 20240627-mbg-tm-support-7bbf25c246e1

Best regards,