From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Alexey Klimov <klimov.linux@gmail.com>,
linux-samsung-soc@vger.kernel.org, daniel.lezcano@linaro.org,
dianders@chromium.org, chirantan@chromium.org
Cc: t.dakhran@gmail.com, kgene@kernel.org, tglx@linutronix.de,
linux-arm-kernel@lists.infradead.org, yury.norov@gmail.com
Subject: Re: [RFC PATCH 3/3] ARM: dts: add MCT property use-cp15-phys-counter for exynos5422-odroidxu3
Date: Tue, 28 Jul 2015 14:53:14 +0900 [thread overview]
Message-ID: <55B718CA.3050103@samsung.com> (raw)
In-Reply-To: <1438032528.17734.49.camel@gmail.com>
On 28.07.2015 06:28, Alexey Klimov wrote:
> Speedup MCT operation on odroid-xu3 dev board by using
> coprocessor 64-bit counter instead of reading same counter
> located in mmio region.
>
> Tested on Odroid-xu3.
>
> Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
> ---
> arch/arm/boot/dts/exynos5422-odroidxu3.dts | 4 ++++
Please do this in Odroid XU3 common DTSI:
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> index 78e6a50..b7f6c8f 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> @@ -18,6 +18,10 @@
> compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
> };
>
> +&mct {
> + use-cp15-phys-counter;
> +};
> +
Put the node in alphabetical position.
Best regards,
Krzysztof
> &i2c_0 {
> status = "okay";
>
>
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 3/3] ARM: dts: add MCT property use-cp15-phys-counter for exynos5422-odroidxu3
Date: Tue, 28 Jul 2015 14:53:14 +0900 [thread overview]
Message-ID: <55B718CA.3050103@samsung.com> (raw)
In-Reply-To: <1438032528.17734.49.camel@gmail.com>
On 28.07.2015 06:28, Alexey Klimov wrote:
> Speedup MCT operation on odroid-xu3 dev board by using
> coprocessor 64-bit counter instead of reading same counter
> located in mmio region.
>
> Tested on Odroid-xu3.
>
> Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
> ---
> arch/arm/boot/dts/exynos5422-odroidxu3.dts | 4 ++++
Please do this in Odroid XU3 common DTSI:
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> index 78e6a50..b7f6c8f 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> @@ -18,6 +18,10 @@
> compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
> };
>
> +&mct {
> + use-cp15-phys-counter;
> +};
> +
Put the node in alphabetical position.
Best regards,
Krzysztof
> &i2c_0 {
> status = "okay";
>
>
next prev parent reply other threads:[~2015-07-28 5:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-27 21:28 [RFC PATCH 3/3] ARM: dts: add MCT property use-cp15-phys-counter for exynos5422-odroidxu3 Alexey Klimov
2015-07-27 21:28 ` Alexey Klimov
2015-07-28 5:53 ` Krzysztof Kozlowski [this message]
2015-07-28 5:53 ` Krzysztof Kozlowski
2015-07-28 12:34 ` Alexey Klimov
2015-07-28 12:34 ` Alexey Klimov
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=55B718CA.3050103@samsung.com \
--to=k.kozlowski@samsung.com \
--cc=chirantan@chromium.org \
--cc=daniel.lezcano@linaro.org \
--cc=dianders@chromium.org \
--cc=kgene@kernel.org \
--cc=klimov.linux@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=t.dakhran@gmail.com \
--cc=tglx@linutronix.de \
--cc=yury.norov@gmail.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.