From patchwork Mon Mar 16 07:49:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shen X-Patchwork-Id: 11439859 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 220911668 for ; Mon, 16 Mar 2020 07:49:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C52D20674 for ; Mon, 16 Mar 2020 07:49:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730046AbgCPHts (ORCPT ); Mon, 16 Mar 2020 03:49:48 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:60642 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730008AbgCPHts (ORCPT ); Mon, 16 Mar 2020 03:49:48 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id A3071DAFA0A050229838; Mon, 16 Mar 2020 15:49:43 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Mon, 16 Mar 2020 15:49:41 +0800 From: Yang Shen To: , , CC: Subject: [PATCH 0/2] thermal: Add HiSilicon Kunpeng thermal driver and Maintainers Date: Mon, 16 Mar 2020 15:49:07 +0800 Message-ID: <1584344949-42011-1-git-send-email-shenyang39@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Add HiSilicon Kunpeng thermal driver and Maintainers. Yang Shen (2): thermal: Add HiSilicon Kunpeng thermal driver MAINTAINERS: Add maintainers for kunpeng thermal MAINTAINERS | 7 ++ drivers/thermal/Kconfig | 8 ++ drivers/thermal/Makefile | 1 + drivers/thermal/kunpeng_thermal.c | 219 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 235 insertions(+) create mode 100644 drivers/thermal/kunpeng_thermal.c --- 2.7.4