All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/4] thermal/drivers/hisi: Add hi3660 thermal driver support
@ 2017-10-20 15:11 Daniel Lezcano
  2017-10-20 15:11 ` [PATCH V2 1/4] thermal/drivers/hisi: Put platform code together Daniel Lezcano
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Daniel Lezcano @ 2017-10-20 15:11 UTC (permalink / raw)
  To: edubezval
  Cc: daniel.lezcano, rui.zhang, kevin.wangtao, leo.yan, linux-kernel,
	linux-pm

This series adds the support for the hikey960 thermal driver. The tsensor
is almost the same than the hi6220 but with a memory shared updated by a
Cortex-M4.

In order to handle both, the hi6220 and the hi3660, the current code should
be prefixed with the platform name as we will add functions with the same
purpose but slightly different. In addition, the core driver code is
maintained untouched by using a set of ops filled at boot time.

Changelog:

 - V2 : 
        - Fixed extra carriage return, description length reported
          by checkpatch
        - Removed the multi-threshold interrupt
        - Removed DT bindings documentation and DT change as it is
          merge in the arm-soc tree now
        - Tested on hi6220

 - V1 : initial post

Kevin Wangtao (4):
  thermal/drivers/hisi: Put platform code together
  thermal/drivers/hisi: Add platform prefix to function name
  thermal/drivers/hisi: Prepare to add support for other hisi platforms
  thermal/drivers/hisi: Add support for hi3660 SoC

 drivers/thermal/hisi_thermal.c | 452 +++++++++++++++++++++++++++++------------
 1 file changed, 319 insertions(+), 133 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-10-22  8:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20 15:11 [PATCH V2 0/4] thermal/drivers/hisi: Add hi3660 thermal driver support Daniel Lezcano
2017-10-20 15:11 ` [PATCH V2 1/4] thermal/drivers/hisi: Put platform code together Daniel Lezcano
2017-10-20 15:11 ` [PATCH V2 2/4] thermal/drivers/hisi: Add platform prefix to function name Daniel Lezcano
2017-10-20 15:11 ` [PATCH V2 3/4] thermal/drivers/hisi: Prepare to add support for other hisi platforms Daniel Lezcano
2017-10-20 20:58   ` Eduardo Valentin
2017-10-21  8:14     ` Daniel Lezcano
2017-10-21 16:42       ` Eduardo Valentin
     [not found]         ` <CAKnoXLzieT2RwaVr9_Oj6nxsX+CSd_o=uJjxWbdg28p783e72w@mail.gmail.com>
2017-10-21 19:08           ` Eduardo Valentin
2017-10-21 19:58             ` Daniel Lezcano
2017-10-22  8:55             ` Daniel Lezcano
2017-10-20 15:11 ` [PATCH V2 4/4] thermal/drivers/hisi: Add support for hi3660 SoC Daniel Lezcano

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.