From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752670AbdEICze (ORCPT ); Mon, 8 May 2017 22:55:34 -0400 Received: from mail-pg0-f49.google.com ([74.125.83.49]:33039 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751662AbdEICzb (ORCPT ); Mon, 8 May 2017 22:55:31 -0400 Date: Tue, 9 May 2017 10:55:04 +0800 From: Leo Yan To: Mathieu Poirier Cc: Jonathan Corbet , Rob Herring , Mark Rutland , Wei Xu , Catalin Marinas , Will Deacon , Andy Gross , David Brown , Greg Kroah-Hartman , Suzuki K Poulose , Stephen Boyd , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Mike Leach , Sudeep Holla Subject: Re: [PATCH v8 2/7] doc: Add documentation for Coresight CPU debug Message-ID: <20170509025504.GD10347@leoy-ThinkPad-T440> References: <1493719717-27698-1-git-send-email-leo.yan@linaro.org> <1493719717-27698-3-git-send-email-leo.yan@linaro.org> <20170503222937.GC7860@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170503222937.GC7860@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mathieu, On Wed, May 03, 2017 at 04:29:37PM -0600, Mathieu Poirier wrote: > On Tue, May 02, 2017 at 06:08:32PM +0800, Leo Yan wrote: > > Update kernel-parameters.txt to add new parameter: > > coresight_cpu_debug.enable is a knob to enable debugging at boot time. > > > > Add detailed documentation, which contains the implementation, Mike > > Leach excellent summary for "clock and power domain". At the end some > > examples on how to enable the debugging functionality are provided. > > > > Suggested-by: Mike Leach > > Signed-off-by: Leo Yan > > --- > > Documentation/admin-guide/kernel-parameters.txt | 7 + > > Documentation/trace/coresight-cpu-debug.txt | 174 ++++++++++++++++++++++++ > > Please add coresight-cpu-debug.txt to the list of maintained files in > MAINTAINERS. Moreover I'm pretty sure John will want you to split this patch in > two, i.e one patch for kernel-parameters.txt and another for > coresight-cpu-debug.txt Thanks for the suggestion. Have splited doc related patches and refined debug module related code as you suggested in another email and sent out v9 patch set for reviewing. [...] Thanks, Leo Yan