mbox series

[0/2] Assume polling-delay(-passive) = 0 when absent

Message ID 20240125-topic-thermal-v1-0-3c9d4dced138@linaro.org
Headers show
Series Assume polling-delay(-passive) = 0 when absent | expand

Message

Konrad Dybcio Jan. 25, 2024, 12:11 p.m. UTC
As it stands, setting 0 explicitly feels like spam inside the DTs.
This series simplifies it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: thermal-zones: Don't require polling-delay(-passive)
      thermal/of: Assume polling-delay(-passive) 0 when absent

 Documentation/devicetree/bindings/thermal/thermal-zones.yaml |  2 --
 drivers/thermal/thermal_of.c                                 | 12 ++++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)
---
base-commit: 01af33cc9894b4489fb68fa35c40e9fe85df63dc
change-id: 20240125-topic-thermal-f954cf83fc50

Best regards,