public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Bolle <pebolle@tiscali.nl>
To: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Valentin Rothberg <valentinrothberg@gmail.com>,
	Greg KH <gregkh@linuxfoundation.org>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Pratik Patel <pratikp@codeaurora.org>,
	Vikas Varshney <varshney@ti.com>, Al Grant <Al.Grant@arm.com>,
	Jonas Svennebring <jonas.svennebring@avagotech.com>,
	James King <james.king@linaro.org>,
	Kaixu Xia <kaixu.xia@linaro.org>,
	Marcin Jabrzyk <marcin.jabrzyk@gmail.com>,
	"r.sengupta@samsung.com" <r.sengupta@samsung.com>,
	trollkarlen Marklund <robbelibobban@gmail.com>,
	Patch Tracking <patches@linaro.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v9 07/12] coresight-etm: add CoreSight ETM/PTM driver
Date: Mon, 12 Jan 2015 12:34:36 +0100	[thread overview]
Message-ID: <1421062476.22660.46.camel@x220> (raw)
In-Reply-To: <1415647928.21229.23.camel@x220>

On Mon, 2014-11-10 at 20:32 +0100, Paul Bolle wrote:
> On Mon, 2014-11-10 at 08:40 -0700, Mathieu Poirier wrote:
> > On 10 November 2014 03:34, Paul Bolle <pebolle@tiscali.nl> wrote:
> > > On Mon, 2014-11-03 at 11:07 -0700, mathieu.poirier@linaro.org wrote:
> > >> +#ifdef CONFIG_CORESIGHT_SOURCE_ETM_DEFAULT_ENABLE
> > >
> > > There's no Kconfig symbol CORESIGHT_SOURCE_ETM_DEFAULT_ENABLE. Neither
> > > is there a preprocessor definition of this macro. So why was this
> > > added?
> > 
> > Correct - the feature (as we really want it) is currently being worked
> > on but not yet part of the code base.  The default option probably
> > should have been removed but it doesn't do much else when mandating
> > one to add a boot option on the kernel cmd line.
> 
> I'm afraid I'm not sure what you mean here. Anyhow, using a Kconfig
> symbol to set a default for something that can also be set through a
> kernel parameter might be considered overdoing it. But that's not for me
> to decide.
> 
> Unless the patch that adds this Kconfig symbol takes a long time to land
> in linux-next, I won't be bothering you again.

Two months have passed. This code made it unchanged into v3.19-rc1. A
Kconfig symbol CORESIGHT_SOURCE_ETM_DEFAULT_ENABLE is not yet part of
linux-next.

Should I submit a trivial patch to drop the useless check for
CONFIG_CORESIGHT_SOURCE_ETM_DEFAULT_ENABLE?


Paul Bolle


  reply	other threads:[~2015-01-12 11:34 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-03 18:07 [PATCH v9 00/12] Coresight framework and drivers mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 01/12] coresight: add CoreSight core layer framework mathieu.poirier
2014-11-07 19:30   ` Greg KH
2014-11-07 19:30     ` Greg KH
2014-11-07 21:39       ` Mathieu Poirier
2014-11-07 21:48         ` Greg KH
2014-11-03 18:07 ` [PATCH v9 02/12] coresight-tmc: add CoreSight TMC driver mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 03/12] coresight-tpiu: add CoreSight TPIU driver mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 04/12] coresight-etb: add CoreSight ETB driver mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 05/12] coresight-funnel: add CoreSight Funnel driver mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 06/12] coresight-replicator: add CoreSight Replicator driver mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 07/12] coresight-etm: add CoreSight ETM/PTM driver mathieu.poirier
2014-11-10 10:34   ` Paul Bolle
2014-11-10 15:40     ` Mathieu Poirier
2014-11-10 19:32       ` Paul Bolle
2015-01-12 11:34         ` Paul Bolle [this message]
2015-01-12 15:05           ` Mathieu Poirier
2014-11-03 18:07 ` [PATCH v9 08/12] coresight: documentation for coresight framework and drivers mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 09/12] coresight: adding support for beagle and beagleXM mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 10/12] coresight: adding basic support for Vexpress TC2 mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 11/12] coresight: adding basic support for D01 board mathieu.poirier
2014-11-03 18:07 ` [PATCH v9 12/12] ARM: removing support for etb/etm in "arch/arm/kernel/" mathieu.poirier

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=1421062476.22660.46.camel@x220 \
    --to=pebolle@tiscali.nl \
    --cc=Al.Grant@arm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=james.king@linaro.org \
    --cc=jonas.svennebring@avagotech.com \
    --cc=kaixu.xia@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=patches@linaro.org \
    --cc=pratikp@codeaurora.org \
    --cc=r.sengupta@samsung.com \
    --cc=robbelibobban@gmail.com \
    --cc=valentinrothberg@gmail.com \
    --cc=varshney@ti.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