On 7/12/2024 8:09 PM, neil.armstrong@xxxxxxxxxx wrote:
Hi,
On 12/07/2024 14:43, Satya Priya Kakitapalli wrote:
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@xxxxxxxxxxx/
Since this dependency was sent almost 7 months ago, and had plenty of
changes requests,
this patchset should've been either delayed until a proper support of
ADC5-GEN3
was accepted or marked as RFC.
Sure, I'll re-base my patches on the recently posted version of
ADC5-GEN3 patches and post my V2 as RFC.
Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@xxxxxxxxxxx>
---
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
Those should be: "arm64: dts: qcom: sa8775p-pmics: ..."
Okay.
.../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,
Neil