From patchwork Fri Apr 26 10:37:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kachhap X-Patchwork-Id: 2492161 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 EC1D340208 for ; Fri, 26 Apr 2013 10:38:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759970Ab3DZKi1 (ORCPT ); Fri, 26 Apr 2013 06:38:27 -0400 Received: from mail-da0-f49.google.com ([209.85.210.49]:62142 "EHLO mail-da0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759959Ab3DZKiX (ORCPT ); Fri, 26 Apr 2013 06:38:23 -0400 Received: by mail-da0-f49.google.com with SMTP id t11so1863381daj.22 for ; Fri, 26 Apr 2013 03:38:22 -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=25eAIieBQETFZwTBIBVBhn1ynVcb8JxfY++054a8aGU=; b=jUrELHfWdLMEZTn/0Vpc0B77CgQKS2wxv1QmTZioE6aMz2M4msUwqvFsaIYAN5emHC dy34MItfQbIell+S5x0qVLBpxLEgRcEpAGatLMj5XduFnCCNcbk/U7wrD1Cd2uUU48Mb +uf34tlycjAnqRL17Uz4D9D5lkU+cOJIqHfgFD77k2/wUn7Ce5tQaNjoEziHYh3hrOux bp4gFbRHYsU+FPsBztnHYoFu0OzkibUgl8y4AyFMWeM74YpCVvz6SKYUOCh7mf6FHWoV OeWlxv7YZaF3PH0qkTHh5k559etubfSzKafeNdwAwuVrExEqRhkno32xpVT0Brn7biPB UTWA== X-Received: by 10.68.170.3 with SMTP id ai3mr58140932pbc.206.1366972702649; Fri, 26 Apr 2013 03:38:22 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id at4sm11172333pbc.40.2013.04.26.03.38.18 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 26 Apr 2013 03:38:21 -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 V2 03/20] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c Date: Fri, 26 Apr 2013 16:07:34 +0530 Message-Id: <1366972671-9227-4-git-send-email-amit.daniel@samsung.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1366972671-9227-1-git-send-email-amit.daniel@samsung.com> References: <1366972671-9227-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 Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsung/Makefile | 2 +- .../samsung/{exynos_thermal.c => exynos_tmu.c} | 2 +- 2 files changed, 2 insertions(+), 2 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 fcda5b4..75e1f97 100644 --- a/drivers/thermal/samsung/Makefile +++ b/drivers/thermal/samsung/Makefile @@ -2,5 +2,5 @@ # Samsung thermal specific Makefile # obj-$(CONFIG_EXYNOS_SOC_THERMAL) += exynos_soc_thermal.o -exynos_soc_thermal-y := exynos_thermal.o +exynos_soc_thermal-y := exynos_tmu.o exynos_soc_thermal-$(CONFIG_EXYNOS_COMMON) += 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 4c85945..3de3e61 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