From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: mathieu.poirier@linaro.org
Cc: linus.walleij@linaro.org, will.deacon@arm.com,
linux@arm.linux.org.uk, robherring2@gmail.com,
daniel.thompson@linaro.org, robbelibobban@gmail.com,
Al.Grant@arm.com, patches@linaro.org, marcin.jabrzyk@gmail.com,
linux-kernel@vger.kernel.org,
panchaxari.prasannamurthy@linaro.org, r.sengupta@samsung.com,
arve@android.com, Tony.Armitstead@arm.com,
john.stultz@linaro.org, linux-arm-kernel@lists.infradead.org,
james.king@linaro.org, pratikp@codeaurora.org, varshney@ti.com,
jonas.svennebring@avagotech.com
Subject: Re: [PATCH 00/10 v3] Coresight framework and drivers
Date: Fri, 8 Aug 2014 16:39:05 +0200 [thread overview]
Message-ID: <20140808163905.30f7cb12@free-electrons.com> (raw)
In-Reply-To: <1407435706-19441-1-git-send-email-mathieu.poirier@linaro.org>
Mathieu,
On Thu, 7 Aug 2014 12:21:36 -0600, mathieu.poirier@linaro.org wrote:
> arch/arm/Kconfig.debug | 36 +-
> arch/arm/boot/dts/omap3-beagle-xm.dts | 28 +
> arch/arm/boot/dts/omap3-beagle.dts | 28 +
> arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 199 ++++
> arch/arm/include/asm/hardware/coresight.h | 157 ---
> arch/arm/include/asm/hardware/cp14.h | 540 ++++++++++
> arch/arm/kernel/Makefile | 1 -
> arch/arm/kernel/etm.c | 654 ------------
> arch/arm/kernel/hw_breakpoint.c | 4 +-
> arch/arm/mach-omap2/Kconfig | 8 -
> arch/arm/mach-omap2/Makefile | 1 -
> arch/arm/mach-omap2/emu.c | 50 -
> drivers/Makefile | 1 +
> drivers/amba/bus.c | 2 +-
> drivers/coresight/Makefile | 9 +
> drivers/coresight/coresight-etb10.c | 529 ++++++++++
> drivers/coresight/coresight-etm-cp14.c | 506 ++++++++++
> drivers/coresight/coresight-etm.h | 192 ++++
> drivers/coresight/coresight-etm3x.c | 1516 ++++++++++++++++++++++++++++
> drivers/coresight/coresight-funnel.c | 251 +++++
> drivers/coresight/coresight-priv.h | 63 ++
> drivers/coresight/coresight-replicator.c | 153 +++
> drivers/coresight/coresight-tmc.c | 740 ++++++++++++++
> drivers/coresight/coresight-tpiu.c | 212 ++++
> drivers/coresight/coresight.c | 638 ++++++++++++
> drivers/coresight/of_coresight.c | 202 ++++
> include/linux/amba/bus.h | 1 +
> include/linux/coresight.h | 200 ++++
So a brand new framework gets added, and there's nothing added in
Documentation/ ? It'd be nice to have a short documentation that
explains what the framework is defined for, how driver should be
written for it, what is its kernel-space or user-space interface, etc.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-08-08 14:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-07 18:21 mathieu.poirier
2014-08-07 18:21 ` [PATCH 01/10 v3] coresight: add CoreSight core layer framework mathieu.poirier
2014-08-07 18:21 ` [PATCH 02/10 v3] coresight-tmc: add CoreSight TMC driver mathieu.poirier
2014-08-07 18:21 ` [PATCH 03/10 v3] coresight-tpiu: add CoreSight TPIU driver mathieu.poirier
2014-08-07 18:21 ` [PATCH 04/10 v3] coresight-etb: add CoreSight ETB driver mathieu.poirier
2014-08-07 18:21 ` [PATCH 05/10 v3] coresight-funnel: add CoreSight Funnel driver mathieu.poirier
2014-08-07 18:21 ` [PATCH 06/10 v3] coresight-replicator: add CoreSight Replicator driver mathieu.poirier
2014-08-07 18:21 ` [PATCH 07/10 v3] coresight-etm: add CoreSight ETM/PTM driver mathieu.poirier
2014-08-08 5:28 ` Dirk Behme
2014-08-08 13:55 ` Mathieu Poirier
2014-08-08 16:58 ` Al Grant
2014-08-07 18:21 ` [PATCH 08/10 v3] coresight: adding support for beagle and beagleXM mathieu.poirier
2014-08-07 18:21 ` [PATCH 09/10 v3] coresight: adding basic support for Vexpress TC2 mathieu.poirier
2014-08-07 18:21 ` [PATCH 10/10 v3] ARM: removing support for etb/etm in "arch/arm/kernel/" mathieu.poirier
2014-08-07 19:42 ` [PATCH 00/10 v3] Coresight framework and drivers Sam Ravnborg
2014-08-08 14:39 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140808163905.30f7cb12@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=Al.Grant@arm.com \
--cc=Tony.Armitstead@arm.com \
--cc=arve@android.com \
--cc=daniel.thompson@linaro.org \
--cc=james.king@linaro.org \
--cc=john.stultz@linaro.org \
--cc=jonas.svennebring@avagotech.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=marcin.jabrzyk@gmail.com \
--cc=mathieu.poirier@linaro.org \
--cc=panchaxari.prasannamurthy@linaro.org \
--cc=patches@linaro.org \
--cc=pratikp@codeaurora.org \
--cc=r.sengupta@samsung.com \
--cc=robbelibobban@gmail.com \
--cc=robherring2@gmail.com \
--cc=varshney@ti.com \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome