From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751539AbbCSWbZ (ORCPT ); Thu, 19 Mar 2015 18:31:25 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.228]:21585 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750731AbbCSWbY (ORCPT ); Thu, 19 Mar 2015 18:31:24 -0400 Date: Thu, 19 Mar 2015 18:32:03 -0400 From: Steven Rostedt To: Mark Brown Cc: Philipp Zabel , Pankaj Dubey , Ingo Molnar , linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: Re: [PATCH] regmap: Move tracing header into drivers/base/regmap Message-ID: <20150319183203.584f940a@grimm.local.home> In-Reply-To: <20150319222323.GD2869@sirena.org.uk> References: <20150319175047.214e6f61@gandalf.local.home> <20150319222323.GD2869@sirena.org.uk> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Mar 2015 22:23:23 +0000 Mark Brown wrote: > On Thu, Mar 19, 2015 at 05:50:47PM -0400, Steven Rostedt wrote: > > The tracing events for regmap are confined to the regmap subsystem. It > > also requires accessing an internal header. Instead of including the > > internal header from a generic file location, move the tracing file > > into the regmap directory. > > Applied, thanks. Please use git format-patch -m for files that are > being moved. OK, will do next time. This time, as it was only a single patch, I just added everything to git with "git add" and then did a: git diff HEAD > t.patch and pulled that into my email and wrote the change log there. Not really my normal workflow :-/ -- Steve