All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add Mediatek thermal dirver for mt8183
@ 2019-02-01  7:38 ` michael.kao
  0 siblings, 0 replies; 40+ messages in thread
From: michael.kao @ 2019-02-01  7:38 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, srv_heupstream, Michael Kao

From: Michael Kao <michael.kao@mediatek.com>

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.

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                      | 315 +++++++++++++++++----
 2 files changed, 257 insertions(+), 59 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2019-02-12  9:56 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01  7:38 [PATCH 0/7] Add Mediatek thermal dirver for mt8183 michael.kao
2019-02-01  7:38 ` michael.kao
2019-02-01  7:38 ` michael.kao
2019-02-01  7:38 ` [PATCH 1/7] thermal: mediatek: fix register index error michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-04 17:24   ` Matthias Brugger
2019-02-04 17:24     ` Matthias Brugger
2019-02-12  8:20     ` Michael Kao
2019-02-12  8:20       ` Michael Kao
2019-02-12  8:20       ` Michael Kao
2019-02-01  7:38 ` [PATCH 2/7] thermal: mediatek: add common index of vts settings michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38 ` [PATCH 3/7] thermal: mediatek: add calibration item michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-04 17:31   ` Matthias Brugger
2019-02-04 17:31     ` Matthias Brugger
2019-02-06  0:48     ` Eduardo Valentin
2019-02-06  0:48       ` Eduardo Valentin
2019-02-01  7:38 ` [PATCH 4/7] thermal: mediatek: add thermal controller offset michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-04 13:16   ` kbuild test robot
2019-02-04 13:16     ` kbuild test robot
2019-02-06  0:53   ` Eduardo Valentin
2019-02-06  0:53     ` Eduardo Valentin
2019-02-12  9:55     ` Michael Kao
2019-02-12  9:55       ` Michael Kao
2019-02-12  9:55       ` Michael Kao
2019-02-01  7:38 ` [PATCH 5/7] thermal: mediatek: add flag for bank selection michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38 ` [PATCH 6/7] dt-bindings: thermal: add binding document for mt8183 thermal controller michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38 ` [PATCH 7/7] thermal: mediatek: add support for MT8183 michael.kao
2019-02-01  7:38   ` michael.kao
2019-02-01  7:38   ` michael.kao

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.