From patchwork Tue Jun 11 12:53:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kachhap X-Patchwork-Id: 2704011 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 29C8940079 for ; Tue, 11 Jun 2013 13:03:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753880Ab3FKNDG (ORCPT ); Tue, 11 Jun 2013 09:03:06 -0400 Received: from mail-pb0-f48.google.com ([209.85.160.48]:42864 "EHLO mail-pb0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755207Ab3FKMyU (ORCPT ); Tue, 11 Jun 2013 08:54:20 -0400 Received: by mail-pb0-f48.google.com with SMTP id ma3so2982248pbc.7 for ; Tue, 11 Jun 2013 05:54:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=kk17XGz3HIPAsZtpoUWugGeWrVOsIAjXksyOlL/L310=; b=f5WNnsoW7sXrn1J+qRZ33eQtRrR5Ux5o56mzsW+yPDE4d+p675HOXmJtWnh3ekm4mi pm0BzMLgRmOtdT06cSuhJqb4MDJAt9yikw8yDXjEdpqfgPdf8lmZV1eqodMWTLk5inCv Z5Cd1grPngnsoL9q8Lx5sDCOJWE//98klV0G1fh8kSuPdN4t3lhFAxg98yOElt954+aH a672j4dpGXzPcTYK1WIelo0KSCvJkp2VyWHnGuLWZSV3CIBU+GwUoiBMk0LFMQBwFT8f iqpMN/pxA+HX4epgbyIJr8Nce+pNuxs6RoaCh+Gl2Nn9zZvHGdEaGbLuhjf2a3u1TImT y9Jg== X-Received: by 10.68.241.135 with SMTP id wi7mr14657676pbc.88.1370955260052; Tue, 11 Jun 2013 05:54:20 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id wi6sm14599807pbc.22.2013.06.11.05.54.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 11 Jun 2013 05:54:18 -0700 (PDT) From: Amit Daniel Kachhap To: linux-pm@vger.kernel.org, Zhang Rui , Eduardo Valentin Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, amit.kachhap@gmail.com, Kukjin Kim , jonghwa3.lee@samsung.com Subject: [PATCH V5 05/30] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c Date: Tue, 11 Jun 2013 18:23:15 +0530 Message-Id: <1370955220-2949-6-git-send-email-amit.daniel@samsung.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1370955220-2949-1-git-send-email-amit.daniel@samsung.com> References: <1370955220-2949-1-git-send-email-amit.daniel@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org This patch renames exynos_thermal.c to exynos_tmu.c. This change is needed as this file now just contains exynos tmu driver related codes and thermal zone or cpufreq cooling registration related changes are not there anymore. Acked-by: Kukjin Kim Acked-by: Eduardo Valentin Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsung/Makefile | 6 +++--- .../samsung/{exynos_thermal.c => exynos_tmu.c} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename drivers/thermal/samsung/{exynos_thermal.c => exynos_tmu.c} (99%) diff --git a/drivers/thermal/samsung/Makefile b/drivers/thermal/samsung/Makefile index 6227d4f..22528d6 100644 --- a/drivers/thermal/samsung/Makefile +++ b/drivers/thermal/samsung/Makefile @@ -1,6 +1,6 @@ # # Samsung thermal specific Makefile # -obj-$(CONFIG_EXYNOS_THERMAL) += exynos_soc_thermal.o -exynos_soc_thermal-y := exynos_thermal.o -exynos_soc_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o +obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o +exynos_thermal-y := exynos_tmu.o +exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o diff --git a/drivers/thermal/samsung/exynos_thermal.c b/drivers/thermal/samsung/exynos_tmu.c similarity index 99% rename from drivers/thermal/samsung/exynos_thermal.c rename to drivers/thermal/samsung/exynos_tmu.c index 5293849..22a8874 100644 --- a/drivers/thermal/samsung/exynos_thermal.c +++ b/drivers/thermal/samsung/exynos_tmu.c @@ -1,5 +1,5 @@ /* - * exynos_thermal.c - Samsung EXYNOS TMU (Thermal Management Unit) + * exynos_tmu.c - Samsung EXYNOS TMU (Thermal Management Unit) * * Copyright (C) 2011 Samsung Electronics * Donggeun Kim