Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1646711
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Leo Yan <leo.yan@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v10 02/10] doc: Add documentation for Coresight CPU debug |
| Date | Mon, 22 May 2017 12:40:01 +0200 |
| Message-ID | <tJSUN-4wq-3@gated-at.bofh.it> (permalink) |
| References | <tIHI6-582-5@gated-at.bofh.it> <tIHI6-582-19@gated-at.bofh.it> <tJSBt-4qg-19@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LpHtoKVhalek5ykhWnVdXpgxfmzODgUEWAyMgHH5eaQ=; b=V0A82mWrUzkc2K/Hip9dKWWPnwvB88u46Xk1Yk+by/mOhL2vxb0dJlbYGMfSoI1GzI 2CeVFsWnX8ynpaK0TvDHrU2wsUS1FPmPnnTjDuBwFibkqV6n287oqXH1uVh/xYGQkM9Q UEDzM0rEPD2J8JiAMM/aZwhuzoJ4EdiZ0QV9s= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LpHtoKVhalek5ykhWnVdXpgxfmzODgUEWAyMgHH5eaQ=; b=T5pSR837KnhtZSGCa+aMgsF4nMhyKRNPf2NwUcmKzvkjYJ5Fn21KOiBXHMpjYMF4Nz Fg8zk5df3ojkgvuHSWI2dmpgRMPTA2MZMz5cMehuZRZD4pF3EkFiSc1zfS8wRDrfDyMd Utj7UtCD+ufi52+I4wk+8Coz1dxlF4TfC7/txUDRPMHGiAVGD+I+pTQr2y8fHxKFOpHx XoComsJVUGqIMY3dtPLBYjgXrKfTMfy35wKXtpqa7vYGeqNC8BtgEj2f4KtD2xT1xhcE RC6qMMdq4uXsCub4MZF9Rml2vUvYBKHOXUNzUkMVvFPlivnvSU8cc+0XfhXYU26Y3nZC dcdw== |
| X-Gm-Message-State | AODbwcD0NZ0ZqhYS/738l4ecTdQTWDOmy/NIP8/jNMbPCZnWzdqT5gMi D+u0t4yjWYx+z/cR |
| X-Received | by 10.99.153.2 with SMTP id d2mr3137549pge.16.1495449463729; Mon, 22 May 2017 03:37:43 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 17 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Jonathan Corbet <corbet@lwn.net>, Mathieu Poirier <mathieu.poirier@linaro.org>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Sudeep Holla <sudeep.holla@arm.com>, Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>, Catalin Marinas <catalin.marinas@arm.com>, Will Deacon <will.deacon@arm.com>, Wei Xu <xuwei5@hisilicon.com>, Andy Gross <andy.gross@linaro.org>, David Brown <david.brown@linaro.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Suzuki K Poulose <suzuki.poulose@arm.com>, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Stephen Boyd <sboyd@codeaurora.org>, Mike Leach <mike.leach@linaro.org> |
| X-Original-Date | Mon, 22 May 2017 18:37:30 +0800 |
| X-Original-Message-ID | <20170522103730.GA9325@leoy-ThinkPad-T440> |
| X-Original-References | <1495167957-14923-1-git-send-email-leo.yan@linaro.org> <1495167957-14923-3-git-send-email-leo.yan@linaro.org> <20170522101600.GD7759@e110455-lin.cambridge.arm.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1646711 |
Show key headers only | View raw
On Mon, May 22, 2017 at 11:16:00AM +0100, Liviu Dudau wrote: > On Fri, May 19, 2017 at 12:25:49PM +0800, Leo Yan wrote: > > Add detailed documentation for Coresight CPU debug driver, which > > contains the info for driver implementation, Mike Leach excellent > > summary for "clock and power domain". At the end some examples on how > > to enable the debugging functionality are provided. > > Hi Leo, > > Below are my minor suggestions to improve readability of the documentation. Thanks, Liviu. Accept all suggestions and will spin a new version. [...] Thanks, Leo Yan
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v10 00/10] coresight: enable debug module Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
[PATCH v10 05/10] coresight: of_get_coresight_platform_data: Add missing of_node_put Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
[PATCH v10 02/10] doc: Add documentation for Coresight CPU debug Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
Re: [PATCH v10 02/10] doc: Add documentation for Coresight CPU debug Liviu Dudau <liviu.dudau@arm.com> - 2017-05-22 12:20 +0200
Re: [PATCH v10 02/10] doc: Add documentation for Coresight CPU debug Leo Yan <leo.yan@linaro.org> - 2017-05-22 12:40 +0200
[PATCH v10 10/10] arm64: dts: juno: Add Coresight CPU debug nodes Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
Re: [PATCH v10 10/10] arm64: dts: juno: Add Coresight CPU debug nodes Sudeep Holla <sudeep.holla@arm.com> - 2017-05-19 19:50 +0200
Re: [PATCH v10 10/10] arm64: dts: juno: Add Coresight CPU debug nodes Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2017-05-19 20:00 +0200
[PATCH v10 04/10] MAINTAINERS: update file entries for Coresight subsystem Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
[PATCH v10 03/10] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
[PATCH v10 06/10] coresight: refactor with function of_coresight_get_cpu Leo Yan <leo.yan@linaro.org> - 2017-05-19 06:30 +0200
csiph-web