All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for RV1108 in dts
@ 2017-08-24 10:27 ` Rocky Hao
  0 siblings, 0 replies; 44+ messages in thread
From: Rocky Hao @ 2017-08-24 10:27 UTC (permalink / raw)
  To: rui.zhang-ral2JQCrhuEAvxtiuMwx3w,
	edubezval-Re5JQEeQqe8AvxtiuMwx3w, heiko-4mtYJXux2i+zQB+pC5nmwQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	catalin.marinas-5wv7dgnIgG8, will.deacon-5wv7dgnIgG8
  Cc: shawn.lin-TNX95d0MmH7DzftRWevZcw, cl-TNX95d0MmH7DzftRWevZcw,
	william.wu-TNX95d0MmH7DzftRWevZcw,
	linux-pm-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, xxx-TNX95d0MmH7DzftRWevZcw,
	jay.xu-TNX95d0MmH7DzftRWevZcw, wxt-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw, rocky.hao-TNX95d0MmH7DzftRWevZcw

This series patches add the tsadc support in thermal driver and in devicetree for RV1108.
Also add thermal control with Intelligent Power Allocation (IPA) policy by default.  Please
refer to https://developer.arm.com/open-source/intelligent-power-allocation for more information
about IPA.

Rocky Hao (5):
  dt-bindings: rockchip-thermal: Support the RV1108 SoC compatible
  thermal: rockchip: Support the RV1108 SoC in thermal driver
  arm: dts: rockchip: add tsadc node for RV1108 SoC
  arm: dts: rockchip: add thermal nodes for RV1108 SoC
  arm: dts: rockchip: enable tsadc module on RV1108 evaluation board

 .../bindings/thermal/rockchip-thermal.txt          |  1 +
 arch/arm/boot/dts/rv1108-evb.dts                   |  4 ++
 arch/arm/boot/dts/rv1108.dtsi                      | 69 ++++++++++++++++++++++
 drivers/thermal/rockchip_thermal.c                 | 67 +++++++++++++++++++++
 4 files changed, 141 insertions(+)

-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-10-17 19:01 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 10:27 [PATCH 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for RV1108 in dts Rocky Hao
2017-08-24 10:27 ` Rocky Hao
2017-08-24 10:27 ` Rocky Hao
2017-08-24 10:27 ` [PATCH 1/5] dt-bindings: rockchip-thermal: Support the RV1108 SoC compatible Rocky Hao
2017-08-24 10:27   ` Rocky Hao
2017-08-31 17:57   ` Rob Herring
2017-08-31 17:57     ` Rob Herring
2017-09-15  1:49   ` Caesar Wang
2017-09-15  1:49     ` Caesar Wang
     [not found]     ` <12073627-41af-3480-6379-839e07f5e8f3-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-09-15  3:20       ` rocky.hao
2017-09-15  3:20         ` rocky.hao
2017-09-15  3:20         ` rocky.hao
2017-08-24 10:27 ` [PATCH 2/5] thermal: rockchip: Support the RV1108 SoC in thermal driver Rocky Hao
2017-08-24 10:27   ` Rocky Hao
2017-08-24 10:27   ` Rocky Hao
2017-09-15  2:10   ` Caesar Wang
2017-09-15  2:10     ` Caesar Wang
2017-09-15  2:10     ` Caesar Wang
     [not found]     ` <341e8e9b-21c7-f418-b744-8c18737cb026-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-09-15  3:19       ` Caesar Wang
2017-09-15  3:19         ` Caesar Wang
2017-09-15  3:19         ` Caesar Wang
     [not found] ` <1503570475-7850-1-git-send-email-rocky.hao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-08-24 10:27   ` [PATCH 3/5] arm: dts: rockchip: add tsadc node for RV1108 SoC Rocky Hao
2017-08-24 10:27     ` Rocky Hao
2017-08-24 10:27     ` Rocky Hao
2017-09-15  2:25     ` Caesar Wang
2017-09-15  2:25       ` Caesar Wang
2017-09-15  3:52       ` rocky.hao
2017-09-15  3:52         ` rocky.hao
2017-10-17 19:00     ` Heiko Stuebner
2017-10-17 19:00       ` Heiko Stuebner
2017-08-24 10:27   ` [PATCH 4/5] arm: dts: rockchip: add thermal nodes " Rocky Hao
2017-08-24 10:27     ` Rocky Hao
2017-08-24 10:27     ` Rocky Hao
2017-09-15  6:32     ` rocky.hao
2017-09-15  6:32       ` rocky.hao
     [not found]     ` <1503570475-7850-5-git-send-email-rocky.hao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-10-17 19:00       ` Heiko Stuebner
2017-10-17 19:00         ` Heiko Stuebner
2017-10-17 19:00         ` Heiko Stuebner
2017-08-24 10:32 ` [PATCH 5/5] arm: dts: rockchip: enable tsadc module on RV1108 evaluation board Rocky Hao
2017-08-24 10:32   ` Rocky Hao
2017-10-17 19:01   ` Heiko Stuebner
2017-10-17 19:01     ` Heiko Stuebner
2017-10-17  0:15 ` [PATCH 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for RV1108 in dts Eduardo Valentin
2017-10-17  0:15   ` Eduardo Valentin

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.