On 12/13/2024 2:08 PM, Krzysztof Kozlowski wrote:
On Thu, Dec 12, 2024 at 09:41:19PM +0530, 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.
Where is the changelog? What happened here?
Sorry for missing the change log, please find the summary below:
Changes from v1 to v2:
- Squash the ADC IIO channel bindings(header) and yaml into single patch
- Add new patch [2/5] to add reference to qcom-spmi-mbg-tm.yaml in
mfd/qcom,spmi-pmic.yaml bindings.
- Use scoped_guard mutex in driver, remove the helper APIs and directly
use regmap_set/clear_bits() APIs
- Corrected the isr logic to notify the thermal only for lvl1 upper
threshold violation. Earlier logic was not handling this fully.
- Update the dt node names and remove the polling delay as it is 0 by
default.
- Link to v1:
https://lore.kernel.org/linux-arm-msm/54c3fdd2-f701-4a06-bb3f-41f5a431687a@xxxxxxxxxxx/
Why this is RFC?
On v1 I was suggested to mark this as RFC since the dependent changes
are not yet accepted.
Limited review follows (as this is not yet ready).
Best regards,
Krzysztof