linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Add the Performance Monitoring Unit to the Trimslice device tree
Date: Mon, 5 Mar 2012 10:32:45 +0000	[thread overview]
Message-ID: <20120305103245.GC31189@mudshark.cambridge.arm.com> (raw)
In-Reply-To: <1330740413-29260-1-git-send-email-wcohen@redhat.com>

On Sat, Mar 03, 2012 at 02:06:53AM +0000, William Cohen wrote:
> The tegra processor has a performance monitoring unit. However, this
> was not listed on the board-trimslice.c devices. This patch adds
> it to the list of devices and allows one to use hardware performance
> monitoring events on the trimslice machine.
> 
> Signed-off-by: William Cohen <wcohen@redhat.com>
> ---
>  arch/arm/mach-tegra/board-trimslice.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-tegra/board-trimslice.c b/arch/arm/mach-tegra/board-trimslice.c
> index cd52820..0484903 100644
> --- a/arch/arm/mach-tegra/board-trimslice.c
> +++ b/arch/arm/mach-tegra/board-trimslice.c
> @@ -82,6 +82,7 @@ static struct platform_device trimslice_audio_device = {
>  
>  static struct platform_device *trimslice_devices[] __initdata = {
>  	&debug_uart,
> +	&tegra_pmu_device,
>  	&tegra_sdhci_device1,
>  	&tegra_sdhci_device4,
>  	&tegra_i2s_device1,
> -- 
> 1.7.5.2

Olof - would you be able to pick this up please? I've not been able to test
it, but since the device is already defined I'm assuming the IRQ numbers are
correct.

Cheers,

Will

       reply	other threads:[~2012-03-05 10:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1330740413-29260-1-git-send-email-wcohen@redhat.com>
2012-03-05 10:32 ` Will Deacon [this message]
2012-04-23 17:56   ` [PATCH] Add the Performance Monitoring Unit to the Trimslice device tree William Cohen
2012-04-26 15:16     ` William Cohen
2012-04-26 15:22       ` Will Deacon
2012-04-26 15:58         ` Stephen Warren
2012-04-26 18:28           ` William Cohen
2012-04-26 18:57             ` Stephen Warren
2012-04-26 20:09               ` William Cohen
2012-04-27 21:44                 ` Stephen Warren

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=20120305103245.GC31189@mudshark.cambridge.arm.com \
    --to=will.deacon@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).