All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	"Ludovic Desroches" <ludovic.desroches@atmel.com>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-omap@vger.kernel.org>
Subject: Re: [PATCH] ARM: DTS: SAMA5: Add PMU support
Date: Wed, 21 Aug 2013 11:18:09 +0200	[thread overview]
Message-ID: <521485D1.8040308@atmel.com> (raw)
In-Reply-To: <1375716366-19121-1-git-send-email-alexandre.belloni@free-electrons.com>

On 05/08/2013 17:26, Alexandre Belloni :
> ARM Performance Monitor Units are available on the sama5d3, add the support in
> the dtsi.
>
> Tested with perf and oprofile on the sama5d31ek.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Stacked on at91-3.12-dt.

Thanks.

> ---
>   arch/arm/boot/dts/sama5d3.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index a1d5e25..afa68ac 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -48,6 +48,11 @@
>   		};
>   	};
>
> +       pmu {
> +               compatible = "arm,cortex-a5-pmu";
> +               interrupts = <46 IRQ_TYPE_LEVEL_HIGH 0>;
> +       };
> +
>   	memory {
>   		reg = <0x20000000 0x8000000>;
>   	};
>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Ludovic Desroches <ludovic.desroches@atmel.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: DTS: SAMA5: Add PMU support
Date: Wed, 21 Aug 2013 11:18:09 +0200	[thread overview]
Message-ID: <521485D1.8040308@atmel.com> (raw)
In-Reply-To: <1375716366-19121-1-git-send-email-alexandre.belloni@free-electrons.com>

On 05/08/2013 17:26, Alexandre Belloni :
> ARM Performance Monitor Units are available on the sama5d3, add the support in
> the dtsi.
>
> Tested with perf and oprofile on the sama5d31ek.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Stacked on at91-3.12-dt.

Thanks.

> ---
>   arch/arm/boot/dts/sama5d3.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index a1d5e25..afa68ac 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -48,6 +48,11 @@
>   		};
>   	};
>
> +       pmu {
> +               compatible = "arm,cortex-a5-pmu";
> +               interrupts = <46 IRQ_TYPE_LEVEL_HIGH 0>;
> +       };
> +
>   	memory {
>   		reg = <0x20000000 0x8000000>;
>   	};
>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: DTS: SAMA5: Add PMU support
Date: Wed, 21 Aug 2013 11:18:09 +0200	[thread overview]
Message-ID: <521485D1.8040308@atmel.com> (raw)
In-Reply-To: <1375716366-19121-1-git-send-email-alexandre.belloni@free-electrons.com>

On 05/08/2013 17:26, Alexandre Belloni :
> ARM Performance Monitor Units are available on the sama5d3, add the support in
> the dtsi.
>
> Tested with perf and oprofile on the sama5d31ek.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Stacked on at91-3.12-dt.

Thanks.

> ---
>   arch/arm/boot/dts/sama5d3.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index a1d5e25..afa68ac 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -48,6 +48,11 @@
>   		};
>   	};
>
> +       pmu {
> +               compatible = "arm,cortex-a5-pmu";
> +               interrupts = <46 IRQ_TYPE_LEVEL_HIGH 0>;
> +       };
> +
>   	memory {
>   		reg = <0x20000000 0x8000000>;
>   	};
>


-- 
Nicolas Ferre

  reply	other threads:[~2013-08-21  9:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05 15:26 [PATCH] ARM: DTS: SAMA5: Add PMU support Alexandre Belloni
2013-08-05 15:26 ` Alexandre Belloni
2013-08-05 15:26 ` Alexandre Belloni
2013-08-21  9:18 ` Nicolas Ferre [this message]
2013-08-21  9:18   ` Nicolas Ferre
2013-08-21  9:18   ` Nicolas Ferre

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=521485D1.8040308@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=ludovic.desroches@atmel.com \
    --cc=plagnioj@jcrosoft.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.