From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439AbdJVI4p (ORCPT ); Sun, 22 Oct 2017 04:56:45 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:56061 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751376AbdJVI4n (ORCPT ); Sun, 22 Oct 2017 04:56:43 -0400 X-Google-Smtp-Source: ABhQp+QpRskO3kPMVKJVNuAhkqG2UZnZ0sVGTJ8epeMOECSdoPNa5vfxmmt3iJqtGYFwab3O/zM37g== From: Daniel Lezcano To: edubezval@gmail.com Cc: daniel.lezcano@linaro.org, rui.zhang@intel.com, kevin.wangtao@linaro.org, leo.yan@linaro.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH V3 0/4] thermal/drivers/hisi: Add hi3660 thermal driver support Date: Sun, 22 Oct 2017 10:54:31 +0200 Message-Id: <1508662475-6763-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: - V3 : - Fixed sparse warning about void const * mismatch assignment - 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