From patchwork Thu Feb 7 10:49:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 10801133 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6B7B917FB for ; Thu, 7 Feb 2019 12:58:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B89F2D421 for ; Thu, 7 Feb 2019 12:58:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4FA7C2D425; Thu, 7 Feb 2019 12:58:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 09EE22D421 for ; Thu, 7 Feb 2019 12:58:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727533AbfBGM55 (ORCPT ); Thu, 7 Feb 2019 07:57:57 -0500 Received: from mail-pl1-f193.google.com ([209.85.214.193]:34011 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727239AbfBGM54 (ORCPT ); Thu, 7 Feb 2019 07:57:56 -0500 Received: by mail-pl1-f193.google.com with SMTP id w4so4751039plz.1 for ; Thu, 07 Feb 2019 04:57:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=xvoojo3eKvN4L9IBWkrmUvvE40O1kNL0V6YvK2/qLWI=; b=GU6vdUEvju3j5DwbO0WlBLy1ZvQH2jJ6XLDpWGXp/6M6zUPJ5eyJ8OfzzGWWVX9pBC 8pcaJRRFr4rc7CHQF+uto6DQv48Sl32wD4b4Li78o+Z0FY3re52q+74ZCnt8UuTVC2G8 szkCHa5S5jSVbDU0fjSMlmA2T0EPpCC1z0whbRAZBLl469lK0xpQaOQN0YYLPBDqDrV9 93kl6UGCeUqdjGAWw0C6GzCSR9QZ1npMYymhNN4mjsIYPoPEl4Ye/By0+TbSBozqwhC3 QRLlECdR88w8o2C7ZCpxToRYQ269Wg6ufMOPHKhRY46zI4Q3Arnor1kNk9Ke7isQJ/Ap 9qVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=xvoojo3eKvN4L9IBWkrmUvvE40O1kNL0V6YvK2/qLWI=; b=QYV3s69ePt3C/PI96Q6zDux6nsxlTfENdT02z7f7V78nFNgf/qUjY2FxyN1AV2lxE9 srtMUD4AI/XtpDPDTlxkqkvWAzyOqtiZ66DGYKN2RPF5yewEaOIhhA8wYiOBHxkfUPCY /fGfO9mx1iw/rGNXABVTbsN3Tu8AacMFaDxsu6ffbU39TVQSVRIEudS2PVNH3B2rBZyI 8uaZAbU9U0IzjqCUk/YnvZn/ALmSYjIrAORo1m1xROZm/ybBfzzZvfMJQtAOvhJ/cZRk ULVK0I2LGxfDqyGvCPC0erjC6ZTVm3FvWCWnLLU/cw9/ppvOu49/Ika5rWtxCblep3dM NnQw== X-Gm-Message-State: AHQUAuasdNhCQoMplPKlz5aOjo1S2KtQ3AHX9lBVQ9k/DqbX8olm9tCb riuhQBtTIDDJQzXmgqG5gytpag== X-Google-Smtp-Source: AHgI3IY4AfwU4mluW2xleqadZOevjpdXJZpYog0+thT1ZC5ix7w6CI4qL4gWh1byZbTKiVou3Wn3FQ== X-Received: by 2002:a17:902:a50e:: with SMTP id s14mr4383413plq.311.1549544275562; Thu, 07 Feb 2019 04:57:55 -0800 (PST) Received: from localhost ([2402:3a80:c80:4138:75dd:3900:1d90:762f]) by smtp.gmail.com with ESMTPSA id s190sm14292437pfb.103.2019.02.07.04.57.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Feb 2019 04:57:54 -0800 (PST) From: Amit Kucheria To: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, andy.gross@linaro.org, Daniel Lezcano , David Brown , Zhang Rui Cc: linux-pm@vger.kernel.org Subject: [PATCH v1 07/24] drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974 Date: Thu, 7 Feb 2019 16:19:25 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 8916 and 8974 use v0.1.0 of the TSENS IP. Rename tsens-8916 to prepare it for merging with tsens-8974 in a later commit. Signed-off-by: Amit Kucheria --- drivers/thermal/qcom/Makefile | 2 +- drivers/thermal/qcom/{tsens-8916.c => tsens-v0_1.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/thermal/qcom/{tsens-8916.c => tsens-v0_1.c} (100%) diff --git a/drivers/thermal/qcom/Makefile b/drivers/thermal/qcom/Makefile index 717a08600bb5..1f2fafd43dff 100644 --- a/drivers/thermal/qcom/Makefile +++ b/drivers/thermal/qcom/Makefile @@ -1,3 +1,3 @@ obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o -qcom_tsens-y += tsens.o tsens-common.o tsens-8916.o tsens-8974.o tsens-8960.o tsens-v2.o +qcom_tsens-y += tsens.o tsens-common.o tsens-v0_1.o tsens-8974.o tsens-8960.o tsens-v2.o obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o diff --git a/drivers/thermal/qcom/tsens-8916.c b/drivers/thermal/qcom/tsens-v0_1.c similarity index 100% rename from drivers/thermal/qcom/tsens-8916.c rename to drivers/thermal/qcom/tsens-v0_1.c