All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for AOSS resources that are used to warm up the SoC
@ 2019-07-29 16:33 Thara Gopinath
  2019-07-29 16:33 ` [PATCH 1/2] soc: qcom: Extend AOSS QMP driver to support resources that are used to wake " Thara Gopinath
  2019-07-29 16:33 ` [PATCH 2/2] arm64: dts: qcom: Extend AOSS QMP node Thara Gopinath
  0 siblings, 2 replies; 5+ messages in thread
From: Thara Gopinath @ 2019-07-29 16:33 UTC (permalink / raw)
  To: linux-arm-msm, agross, robh+dt, mark.rutland; +Cc: devicetree, linux-kernel

The Always On Sub System (AOSS) hosts certain resources
that are used to warm up the soc if the temperature falls
below certain threshold. These resources are
added can be considered as thermal warming devices
(opposite of thermal cooling devices).

These resources are controlled via AOSS QMP protocol
In kernel, these devices can be treated the same way as any other
thermal cooling device and hence are registered with the thermal
cooling framework.

To use these resources as warming devices require further tweaks in
the thermal framework which are out of scope of this patch series.

Thara Gopinath (2):
  soc: qcom: Extend AOSS QMP driver to support resources that are used
    to wake up the SoC.
  arm64: dts: qcom: Extend AOSS QMP node

 arch/arm64/boot/dts/qcom/sdm845.dtsi |   8 +++
 drivers/soc/qcom/qcom_aoss.c         | 129 +++++++++++++++++++++++++++++++++++
 2 files changed, 137 insertions(+)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-30 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-29 16:33 [PATCH 0/2] Add support for AOSS resources that are used to warm up the SoC Thara Gopinath
2019-07-29 16:33 ` [PATCH 1/2] soc: qcom: Extend AOSS QMP driver to support resources that are used to wake " Thara Gopinath
2019-07-30 12:43   ` Amit Kucheria
2019-07-30 15:27     ` Thara Gopinath
2019-07-29 16:33 ` [PATCH 2/2] arm64: dts: qcom: Extend AOSS QMP node Thara Gopinath

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.