linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2,0/7] Add Mediatek thermal dirver for mt8183
@ 2019-02-20 12:31 michael.kao
  2019-02-20 12:31 ` [PATCH v2,1/7] thermal: mediatek: fix register index error michael.kao
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: michael.kao @ 2019-02-20 12:31 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin, Daniel Lezcano, Rob Herring,
	Mark Rutland, Matthias Brugger
  Cc: linux-pm, devicetree, linux-kernel, linux-arm-kernel, linux-mediatek

This patchset supports for mt8183 chip to mtk_thermal.c.
MT8183 has six temperature sensors and two thermal
controllers. It has different calibration coefficent with
past project, and doesn't need to select bank.
As a result, we add the common architecture for scalability.

change in v2:
1.Add fix tag of commit message to PATCH 1/7.
2.Change memery declaration of controller_base to PATCH 4/7.
3.Add module author to PATCH 7/7.

Michael Kao (7):
	  thermal: mediatek: fix register index error
	    thermal: mediatek: add common index of vts settings.
	    thermal: mediatek: add calibration item
	    thermal: mediatek: add thermal controller offset
	    thermal: mediatek: add flag for bank selection
	    dt-bindings: thermal: add binding document for mt8183 thermal
	      controller
	    thermal: mediatek: add support for MT8183

	   .../bindings/thermal/mediatek-thermal.txt          |   1 +
	    drivers/thermal/mtk_thermal.c                      | 316 +++++++++++++++++----
	     2 files changed, 258 insertions(+), 59 deletions(-)


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

end of thread, other threads:[~2019-02-22 20:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20 12:31 [PATCH v2,0/7] Add Mediatek thermal dirver for mt8183 michael.kao
2019-02-20 12:31 ` [PATCH v2,1/7] thermal: mediatek: fix register index error michael.kao
2019-02-20 12:31 ` [PATCH v2,2/7] thermal: mediatek: add common index of vts settings michael.kao
2019-02-20 12:31 ` [PATCH v2,3/7] thermal: mediatek: add calibration item michael.kao
2019-02-20 12:31 ` [PATCH v2,4/7] thermal: mediatek: add thermal controller offset michael.kao
2019-02-20 12:31 ` [PATCH v2,5/7] thermal: mediatek: add flag for bank selection michael.kao
2019-02-20 12:31 ` [PATCH v2,6/7] dt-bindings: thermal: add binding document for mt8183 thermal controller michael.kao
2019-02-22 20:41   ` Rob Herring
2019-02-20 12:31 ` [PATCH v2,7/7] thermal: mediatek: add support for MT8183 michael.kao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).