* [PATCH] Documentation: devicetree: mct: Fix counter bit of CPU local timers
@ 2014-01-21 9:03 Jingoo Han
2014-01-22 8:08 ` Jingoo Han
0 siblings, 1 reply; 3+ messages in thread
From: Jingoo Han @ 2014-01-21 9:03 UTC (permalink / raw)
To: 'Daniel Lezcano'
Cc: 'Thomas Gleixner', 'Kukjin Kim', linux-kernel,
linux-doc, linux-samsung-soc, 'Thomas Abraham',
'Tomasz Figa', 'Jingoo Han'
According to the datasheet of Exynos SoCs, the counter bit
of CPU local timers is 31-bit, not 32-bit; thus, it should
be fixed.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
index 167d5da..8c77791 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
@@ -3,7 +3,7 @@ Samsung's Multi Core Timer (MCT)
The Samsung's Multi Core Timer (MCT) module includes two main blocks, the
global timer and CPU local timers. The global timer is a 64-bit free running
up-counter and can generate 4 interrupts when the counter reaches one of the
-four preset counter values. The CPU local timers are 32-bit free running
+four preset counter values. The CPU local timers are 31-bit free running
down-counters and generate an interrupt when the counter expires. There is
one CPU local timer instantiated in MCT for every CPU in the system.
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: devicetree: mct: Fix counter bit of CPU local timers
2014-01-21 9:03 [PATCH] Documentation: devicetree: mct: Fix counter bit of CPU local timers Jingoo Han
@ 2014-01-22 8:08 ` Jingoo Han
2014-01-22 8:31 ` Daniel Lezcano
0 siblings, 1 reply; 3+ messages in thread
From: Jingoo Han @ 2014-01-22 8:08 UTC (permalink / raw)
To: 'Daniel Lezcano'
Cc: 'Thomas Gleixner', 'Kukjin Kim', linux-kernel,
linux-doc, linux-samsung-soc, 'Thomas Abraham',
'Tomasz Figa', 'Jingoo Han'
On Tuesday, January 21, 2014 6:03 PM, Jingoo Han wrote:
>
> According to the datasheet of Exynos SoCs, the counter bit
> of CPU local timers is 31-bit, not 32-bit; thus, it should
> be fixed.
Please, ignore this patch.
There is a 31-bit counter in CPU local timers; however,
FRC (free running down-counters) of CPU local timers is
32-bit. Thus, there is no need to fix it.
Thank you.
Best regards,
Jingoo Han
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
> b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
> index 167d5da..8c77791 100644
> --- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
> +++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
> @@ -3,7 +3,7 @@ Samsung's Multi Core Timer (MCT)
> The Samsung's Multi Core Timer (MCT) module includes two main blocks, the
> global timer and CPU local timers. The global timer is a 64-bit free running
> up-counter and can generate 4 interrupts when the counter reaches one of the
> -four preset counter values. The CPU local timers are 32-bit free running
> +four preset counter values. The CPU local timers are 31-bit free running
> down-counters and generate an interrupt when the counter expires. There is
> one CPU local timer instantiated in MCT for every CPU in the system.
>
> --
> 1.7.10.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: devicetree: mct: Fix counter bit of CPU local timers
2014-01-22 8:08 ` Jingoo Han
@ 2014-01-22 8:31 ` Daniel Lezcano
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2014-01-22 8:31 UTC (permalink / raw)
To: Jingoo Han
Cc: 'Thomas Gleixner', 'Kukjin Kim', linux-kernel,
linux-doc, linux-samsung-soc, 'Thomas Abraham',
'Tomasz Figa'
On 01/22/2014 09:08 AM, Jingoo Han wrote:
> On Tuesday, January 21, 2014 6:03 PM, Jingoo Han wrote:
>>
>> According to the datasheet of Exynos SoCs, the counter bit
>> of CPU local timers is 31-bit, not 32-bit; thus, it should
>> be fixed.
>
> Please, ignore this patch.
> There is a 31-bit counter in CPU local timers; however,
> FRC (free running down-counters) of CPU local timers is
> 32-bit. Thus, there is no need to fix it.
> Thank you.
Ok.
>>
>> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
>> ---
>> Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
>> b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
>> index 167d5da..8c77791 100644
>> --- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
>> +++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt
>> @@ -3,7 +3,7 @@ Samsung's Multi Core Timer (MCT)
>> The Samsung's Multi Core Timer (MCT) module includes two main blocks, the
>> global timer and CPU local timers. The global timer is a 64-bit free running
>> up-counter and can generate 4 interrupts when the counter reaches one of the
>> -four preset counter values. The CPU local timers are 32-bit free running
>> +four preset counter values. The CPU local timers are 31-bit free running
>> down-counters and generate an interrupt when the counter expires. There is
>> one CPU local timer instantiated in MCT for every CPU in the system.
>>
>> --
>> 1.7.10.4
>
>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-22 8:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 9:03 [PATCH] Documentation: devicetree: mct: Fix counter bit of CPU local timers Jingoo Han
2014-01-22 8:08 ` Jingoo Han
2014-01-22 8:31 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox