All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Will Deacon <will.deacon@arm.com>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Greg KH <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@linaro.org>,
	John Stultz <john.stultz@linaro.org>,
	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>,
	Panchaxari Prasannamurthy Tumkur 
	<panchaxari.prasannamurthy@linaro.org>,
	Kaixu Xia <kaixu.xia@linaro.org>,
	Marcin Jabrzyk <marcin.jabrzyk@gmail.com>,
	r.sengupta@samsung.com, Robert Marklund <robbelibobban@gmail.com>,
	Tony.Armitstead@arm.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 11/11 v5] ARM: removing support for etb/etm in "arch/arm/kernel/"
Date: Wed, 3 Sep 2014 10:45:16 +0200	[thread overview]
Message-ID: <CACRpkdZerhSgrGimebPY-iY3aV40wRyf-DjsSS+iMOgOj1k_Pw@mail.gmail.com> (raw)
In-Reply-To: <1409159852-7249-12-git-send-email-mathieu.poirier@linaro.org>

On Wed, Aug 27, 2014 at 7:17 PM,  <mathieu.poirier@linaro.org> wrote:

> From: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Removing minimal support for etb/etm to favour an implentation
> that is more flexible, extensible and capable of handling more
> platforms.
>
> Also removing the only client of the old driver.  That code can
> easily be replaced by entries for etb/etm in the device tree.
>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

The new driver is clearly better.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 11/11 v5] ARM: removing support for etb/etm in "arch/arm/kernel/"
Date: Wed, 3 Sep 2014 10:45:16 +0200	[thread overview]
Message-ID: <CACRpkdZerhSgrGimebPY-iY3aV40wRyf-DjsSS+iMOgOj1k_Pw@mail.gmail.com> (raw)
In-Reply-To: <1409159852-7249-12-git-send-email-mathieu.poirier@linaro.org>

On Wed, Aug 27, 2014 at 7:17 PM,  <mathieu.poirier@linaro.org> wrote:

> From: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Removing minimal support for etb/etm to favour an implentation
> that is more flexible, extensible and capable of handling more
> platforms.
>
> Also removing the only client of the old driver.  That code can
> easily be replaced by entries for etb/etm in the device tree.
>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

The new driver is clearly better.

Yours,
Linus Walleij

  reply	other threads:[~2014-09-03  8:45 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27 17:17 [PATCH 00/11 v5] Coresight framework and drivers mathieu.poirier
2014-08-27 17:17 ` mathieu.poirier at linaro.org
2014-08-27 17:17 ` [PATCH 01/11 v5] coresight: add CoreSight core layer framework mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:07   ` Linus Walleij
2014-09-03  8:07     ` Linus Walleij
2014-08-27 17:17 ` [PATCH 02/11 v5] coresight-tmc: add CoreSight TMC driver mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:13   ` Linus Walleij
2014-09-03  8:13     ` Linus Walleij
2014-08-27 17:17 ` [PATCH 03/11 v5] coresight-tpiu: add CoreSight TPIU driver mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:15   ` Linus Walleij
2014-09-03  8:15     ` Linus Walleij
2014-08-27 17:17 ` [PATCH 04/11 v5] coresight-etb: add CoreSight ETB driver mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:17   ` Linus Walleij
2014-09-03  8:17     ` Linus Walleij
2014-08-27 17:17 ` [PATCH 05/11 v5] coresight-funnel: add CoreSight Funnel driver mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:18   ` Linus Walleij
2014-09-03  8:18     ` Linus Walleij
2014-08-27 17:17 ` [PATCH 06/11 v5] coresight-replicator: add CoreSight Replicator driver mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:19   ` Linus Walleij
2014-09-03  8:19     ` Linus Walleij
2014-08-27 17:17 ` [PATCH 07/11 v5] coresight-etm: add CoreSight ETM/PTM driver mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:37   ` Linus Walleij
2014-09-03  8:37     ` Linus Walleij
2014-09-04 17:19     ` Mathieu Poirier
2014-09-04 17:19       ` Mathieu Poirier
2014-09-04 17:31       ` Linus Walleij
2014-09-04 17:31         ` Linus Walleij
2014-08-27 17:17 ` [PATCH 08/11 v5] coresight: adding documentation for coresight mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:43   ` Linus Walleij
2014-09-03  8:43     ` Linus Walleij
2014-09-08 21:51     ` Mathieu Poirier
2014-09-08 21:51       ` Mathieu Poirier
2014-08-27 17:17 ` [PATCH 09/11 v5] coresight: adding support for beagle and beagleXM mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-08-27 17:17 ` [PATCH 10/11 v5] coresight: adding basic support for Vexpress TC2 mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-08-27 17:17 ` [PATCH 11/11 v5] ARM: removing support for etb/etm in "arch/arm/kernel/" mathieu.poirier
2014-08-27 17:17   ` mathieu.poirier at linaro.org
2014-09-03  8:45   ` Linus Walleij [this message]
2014-09-03  8:45     ` Linus Walleij

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=CACRpkdZerhSgrGimebPY-iY3aV40wRyf-DjsSS+iMOgOj1k_Pw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=Al.Grant@arm.com \
    --cc=Tony.Armitstead@arm.com \
    --cc=arnd@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=james.king@linaro.org \
    --cc=john.stultz@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=panchaxari.prasannamurthy@linaro.org \
    --cc=patches@linaro.org \
    --cc=pratikp@codeaurora.org \
    --cc=r.sengupta@samsung.com \
    --cc=robbelibobban@gmail.com \
    --cc=thomas.petazzoni@free-electrons.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.