All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: berlin: enable timer 1 for sched_clock
@ 2014-09-09 14:47 ` Antoine Tenart
  0 siblings, 0 replies; 4+ messages in thread
From: Antoine Tenart @ 2014-09-09 14:47 UTC (permalink / raw)
  To: sebastian.hesselbarth
  Cc: Antoine Tenart, alexandre.belloni, thomas.petazzoni, zmxu,
	jszhang, linux-arm-kernel, linux-kernel

Enable timer 1 to be the source for the sched_clock, allowing to have a
more precise value than 1/HZ.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
 arch/arm/boot/dts/berlin2q.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index a216cb621ebc..e22b99a3a796 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -247,7 +247,6 @@
 				reg = <0x2c14 0x14>;
 				clocks = <&chip CLKID_CFG>;
 				clock-names = "timer";
-				status = "disabled";
 			};
 
 			timer2: timer@2c28 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: berlin: enable timer 1 for sched_clock
@ 2014-09-09 14:47 ` Antoine Tenart
  0 siblings, 0 replies; 4+ messages in thread
From: Antoine Tenart @ 2014-09-09 14:47 UTC (permalink / raw)
  To: linux-arm-kernel

Enable timer 1 to be the source for the sched_clock, allowing to have a
more precise value than 1/HZ.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
 arch/arm/boot/dts/berlin2q.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index a216cb621ebc..e22b99a3a796 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -247,7 +247,6 @@
 				reg = <0x2c14 0x14>;
 				clocks = <&chip CLKID_CFG>;
 				clock-names = "timer";
-				status = "disabled";
 			};
 
 			timer2: timer at 2c28 {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: berlin: enable timer 1 for sched_clock
  2014-09-09 14:47 ` Antoine Tenart
@ 2014-09-11 21:08   ` Sebastian Hesselbarth
  -1 siblings, 0 replies; 4+ messages in thread
From: Sebastian Hesselbarth @ 2014-09-11 21:08 UTC (permalink / raw)
  To: Antoine Tenart
  Cc: alexandre.belloni, thomas.petazzoni, zmxu, jszhang,
	linux-arm-kernel, linux-kernel

On 09/09/2014 04:47 PM, Antoine Tenart wrote:
> Enable timer 1 to be the source for the sched_clock, allowing to have a
> more precise value than 1/HZ.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Applied to berlin/dt.

For the record, I managed to configure UTF-8, so feel free to add the
accent back to your name ;)

I applied the last patches with it already.

Sebastian

> ---
>  arch/arm/boot/dts/berlin2q.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> index a216cb621ebc..e22b99a3a796 100644
> --- a/arch/arm/boot/dts/berlin2q.dtsi
> +++ b/arch/arm/boot/dts/berlin2q.dtsi
> @@ -247,7 +247,6 @@
>  				reg = <0x2c14 0x14>;
>  				clocks = <&chip CLKID_CFG>;
>  				clock-names = "timer";
> -				status = "disabled";
>  			};
>  
>  			timer2: timer@2c28 {
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: berlin: enable timer 1 for sched_clock
@ 2014-09-11 21:08   ` Sebastian Hesselbarth
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Hesselbarth @ 2014-09-11 21:08 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/09/2014 04:47 PM, Antoine Tenart wrote:
> Enable timer 1 to be the source for the sched_clock, allowing to have a
> more precise value than 1/HZ.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Applied to berlin/dt.

For the record, I managed to configure UTF-8, so feel free to add the
accent back to your name ;)

I applied the last patches with it already.

Sebastian

> ---
>  arch/arm/boot/dts/berlin2q.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> index a216cb621ebc..e22b99a3a796 100644
> --- a/arch/arm/boot/dts/berlin2q.dtsi
> +++ b/arch/arm/boot/dts/berlin2q.dtsi
> @@ -247,7 +247,6 @@
>  				reg = <0x2c14 0x14>;
>  				clocks = <&chip CLKID_CFG>;
>  				clock-names = "timer";
> -				status = "disabled";
>  			};
>  
>  			timer2: timer at 2c28 {
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-11 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-09 14:47 [PATCH] ARM: dts: berlin: enable timer 1 for sched_clock Antoine Tenart
2014-09-09 14:47 ` Antoine Tenart
2014-09-11 21:08 ` Sebastian Hesselbarth
2014-09-11 21:08   ` Sebastian Hesselbarth

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.