From patchwork Tue May 14 09:58:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kachhap X-Patchwork-Id: 2564631 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 8F3E93FC5A for ; Tue, 14 May 2013 10:07:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757008Ab3ENJ7y (ORCPT ); Tue, 14 May 2013 05:59:54 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:41947 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757229Ab3ENJ7u (ORCPT ); Tue, 14 May 2013 05:59:50 -0400 Received: by mail-pd0-f180.google.com with SMTP id t10so289783pdi.11 for ; Tue, 14 May 2013 02:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=g7tUCASWhv1/rYyijuWdE1rfEuBVYRLjCMgNByMT8/U=; b=YZeOxZYL5uJrakJYjSqhZaQABGlJLI+h7n+NMPUy0Itetnig0E5jc+Uv4AF0Xrw2uG /RBTgyShtNUhl6+HDaXCYBwBearOX4vqCO0/ul7fadV2nxvondF8CVsKTPSlUrbyjp08 XMhD3UahJYwr00G+FOyvccGLbUdBSZrZmJIn+V4TkGZFh+PDN1i/k8eNNVpS3hf/yjZy 8H0Si7htp6Bg43reKP2CKsnr1PLkv/UjoeACqaCvEbgR2QlxWgIwpbGRAOjFO/2BkaRc pUZoXYALmpjkxQYJmtIBek4xx3bzeuxKnEjWJJTPpxaPtDlfXICQJHJ/X+d7N+JWR+Ya uUNA== X-Received: by 10.66.144.98 with SMTP id sl2mr34019839pab.92.1368525589742; Tue, 14 May 2013 02:59:49 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id kv2sm17617396pbc.28.2013.05.14.02.59.45 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 14 May 2013 02:59:48 -0700 (PDT) From: Amit Daniel Kachhap To: linux-pm@vger.kernel.org Cc: Zhang Rui , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, amit.kachhap@gmail.com, Kukjin Kim , Eduardo Valentin Subject: [PATCH V4 05/30] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c Date: Tue, 14 May 2013 15:28:35 +0530 Message-Id: <1368525540-15034-6-git-send-email-amit.daniel@samsung.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1368525540-15034-1-git-send-email-amit.daniel@samsung.com> References: <1368525540-15034-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 228a4dc..5948f3c 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