From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754676AbbJSShk (ORCPT ); Mon, 19 Oct 2015 14:37:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40981 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754639AbbJSShj (ORCPT ); Mon, 19 Oct 2015 14:37:39 -0400 Date: Mon, 19 Oct 2015 11:37:38 -0700 From: Greg KH To: Mathieu Poirier Cc: a.p.zijlstra@chello.nl, alexander.shishkin@linux.intel.com, acme@kernel.org, mingo@redhat.com, corbet@lwn.net, nicolas.pitre@linaro.org, adrian.hunter@intel.com, zhang.chunyan@linaro.org, mike.leach@arm.com, tor@ti.com, al.grant@arm.com, pawel.moll@arm.com, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 01/30] coresight: etm3x: moving etm_readl/writel to header file Message-ID: <20151019183738.GA1336@kroah.com> References: <1445192687-24112-1-git-send-email-mathieu.poirier@linaro.org> <1445192687-24112-2-git-send-email-mathieu.poirier@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445192687-24112-2-git-send-email-mathieu.poirier@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 18, 2015 at 12:24:18PM -0600, Mathieu Poirier wrote: > Moving functions etm_readl/writel to file "coresight-etm.h" > for access by code outside of the main ETM3x driver. > > Signed-off-by: Mathieu Poirier > --- > drivers/hwtracing/coresight/coresight-etm.h | 29 +++++++++++++++++++++++++++ > drivers/hwtracing/coresight/coresight-etm3x.c | 29 --------------------------- > 2 files changed, 29 insertions(+), 29 deletions(-) Can you remake this series use -M to 'git format-patch' so that we can see the renames easier and they don't show up as 'delete and add' patches? thanks, greg k-h