mbox series

[v3,0/1] Thermal throttling for SDM845

Message ID cover.1548093127.git.amit.kucheria@linaro.org (mailing list archive)
Headers show
Series Thermal throttling for SDM845 | expand

Message

Amit Kucheria Jan. 21, 2019, 6:08 p.m. UTC
Only one patch left in this series. This patch can be applied independently
but needs [1] and [2] merged to have throttling work out of the box.

Changes since v2:
 - Split up the series into auto-register series for cpufreq[1] and
   miscellaneous patches[2][3]. [1] and [2] are needed for this patch to
   work.
 - Merged the two DT patches into one. We end up with 2 passive and 1
   critical trip point.
 - Remove unncessary cooling map for critical trip point, we're shutting down at
   that trip, duh!

 [1] https://lore.kernel.org/lkml/cover.1548084260.git.amit.kucheria@linaro.org/
 [2] https://lore.kernel.org/patchwork/patch/1033953/
 [3] https://lore.kernel.org/patchwork/cover/1033970/

Amit Kucheria (1):
  arm64: dts: sdm845: wireup the thermal trip points to cpufreq

 arch/arm64/boot/dts/qcom/sdm845.dtsi | 225 +++++++++++++++++++++++++--
 1 file changed, 209 insertions(+), 16 deletions(-)