From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754848Ab3CRTRe (ORCPT ); Mon, 18 Mar 2013 15:17:34 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:29555 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754822Ab3CRTRc (ORCPT ); Mon, 18 Mar 2013 15:17:32 -0400 Date: Mon, 18 Mar 2013 22:17:10 +0300 From: Dan Carpenter To: Eduardo Valentin Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, Nishanth Menon , Benoit , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Santosh Shilimkar , linux-omap@vger.kernel.org Subject: Re: [PATCH 4/8] staging: rename omap-thermal driver to ti-soc-thermal Message-ID: <20130318191710.GV9138@mwanda> References: <1363618756-15851-1-git-send-email-eduardo.valentin@ti.com> <1363618756-15851-5-git-send-email-eduardo.valentin@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363618756-15851-5-git-send-email-eduardo.valentin@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 18, 2013 at 10:59:12AM -0400, Eduardo Valentin wrote: > Because this driver will support also OMAP derivatives, > this patch does a big rename inside this driver, so it > better fits its usage. > It would be better to do a minimal move patch which just renames the files and updated the Makefile. The following patches would rename the functions. That makes it easier to review. > Cc: Santosh Shilimkar > Cc: Benoit > Cc: Nishanth Menon > > Signed-off-by: Eduardo Valentin Put a --- line here after the Signed-off-by line so that "git am" doesn't include the diff stat in the changelog. regards, dan carpenter