Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753206Ab3DLBNC (ORCPT ); Thu, 11 Apr 2013 21:13:02 -0400 Received: from mga14.intel.com ([143.182.124.37]:8936 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752523Ab3DLBNA (ORCPT ); Thu, 11 Apr 2013 21:13:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,459,1363158000"; d="scan'208";a="285073089" Message-ID: <1365729176.2183.20.camel@rzhang1-mobl4> Subject: Re: [PATCH V2 1/3] Thermal: rename thermal_sys.c to thermal_core.c From: Zhang Rui To: Eduardo Valentin Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, amit.daniel@samsung.com, durgadoss.r@intel.com, andi@lisas.de Date: Fri, 12 Apr 2013 09:12:56 +0800 In-Reply-To: <515DE192.1030408@ti.com> References: <1364567196-3560-1-git-send-email-rui.zhang@intel.com> <1364567196-3560-2-git-send-email-rui.zhang@intel.com> <515DE192.1030408@ti.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1915 Lines: 58 On Thu, 2013-04-04 at 16:24 -0400, Eduardo Valentin wrote: > On 29-03-2013 10:26, Zhang Rui wrote: > > this is the preparation work to build all the thermal core framework > > source file, like governors, cpu cooling, etc, into one module. > > > > No functional change in this patch. > > > > Signed-off-by: Zhang Rui > > Durga and me have already reviewed and acked this patch. Can you please > add our Acked-by on this patch? sure. BTW, I've talked with Rafael, and we agree on adding prefix "acpi_" for ACPI drivers, and then we can rename thermal_sys.ko to thermal.ko. But I'll try to push this patch set for 3.10, to fix the problem on hand, also for easily back porting to 3.8 and 3.9 stable kernel. Then, we'll rename a couple of ACPI drivers and then thermal driver in 3.11. what do you think? thanks, rui > > > --- > > drivers/thermal/Makefile | 1 + > > drivers/thermal/{thermal_sys.c => thermal_core.c} | 0 > > 2 files changed, 1 insertion(+) > > rename drivers/thermal/{thermal_sys.c => thermal_core.c} (100%) > > > > diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile > > index d3a2b38..b2009bd 100644 > > --- a/drivers/thermal/Makefile > > +++ b/drivers/thermal/Makefile > > @@ -3,6 +3,7 @@ > > # > > > > obj-$(CONFIG_THERMAL) += thermal_sys.o > > +thermal_sys-y += thermal_core.o > > > > # governors > > obj-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o > > diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_core.c > > similarity index 100% > > rename from drivers/thermal/thermal_sys.c > > rename to drivers/thermal/thermal_core.c > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/