Dear Reinhard Meyer,
In message <4d2582f6.2040...@emk-elektronik.de> you wrote:
>
> >> timer_load_val -> timer_rate_hz
> >> timestamp -> timer_reset_value
>
> I am not too happy about this "misuse" of gd->variables making them
> "misnomers" and the code harder to read.
I'm not ha
Dear Minkyu Kang,
In message <4d22d6f7.3050...@samsung.com> you wrote:
> Use the global data instead of bss variable, replace as follow.
> timer_load_val -> timer_rate_hz
> timestamp -> timer_reset_value
I object against using variables wich have somewhat self-explanatory
names for different purp
Dear concerned,
>> Use the global data instead of bss variable, replace as follow.
>> timer_load_val -> timer_rate_hz
>> timestamp -> timer_reset_value
I am not too happy about this "misuse" of gd->variables making them
"misnomers" and the code harder to read.
timer_rate_hz is
Dear seedshope,
On 6 January 2011 00:57, seedshope wrote:
> On 01/05/2011 03:04 PM, Minkyu Kang wrote:
>>
>> Dear seedshope,
>>
>> On 4 January 2011 23:56, seedshope wrote:
>>>
>>> On 01/04/2011 10:46 PM, seedshope wrote:
On 01/04/2011 04:14 PM, Minkyu Kang wrote:
>
> Use the g
On 01/05/2011 03:04 PM, Minkyu Kang wrote:
> Dear seedshope,
>
> On 4 January 2011 23:56, seedshope wrote:
>> On 01/04/2011 10:46 PM, seedshope wrote:
>>> On 01/04/2011 04:14 PM, Minkyu Kang wrote:
Use the global data instead of bss variable, replace as follow.
timer_load_val -> timer_
Dear seedshope,
On 4 January 2011 23:56, seedshope wrote:
> On 01/04/2011 10:46 PM, seedshope wrote:
>> On 01/04/2011 04:14 PM, Minkyu Kang wrote:
>>> Use the global data instead of bss variable, replace as follow.
>>> timer_load_val -> timer_rate_hz
>>> timestamp -> timer_reset_value
>>> lastd
On 01/04/2011 10:46 PM, seedshope wrote:
> On 01/04/2011 04:14 PM, Minkyu Kang wrote:
>> Use the global data instead of bss variable, replace as follow.
>> timer_load_val -> timer_rate_hz
>> timestamp -> timer_reset_value
>> lastdec -> lastinc
> I have already test the patch on s3c6410 . It is w
On 01/04/2011 04:14 PM, Minkyu Kang wrote:
> Use the global data instead of bss variable, replace as follow.
> timer_load_val -> timer_rate_hz
> timestamp -> timer_reset_value
> lastdec -> lastinc
I have already test the patch on s3c6410 . It is work perfect.
Thanks,
seedshope
> Signed-off-by:
Use the global data instead of bss variable, replace as follow.
timer_load_val -> timer_rate_hz
timestamp -> timer_reset_value
lastdec -> lastinc
Signed-off-by: Minkyu Kang
Signed-off-by: Darius Augulis
cc: Heiko Schocher
---
arch/arm/cpu/arm1176/s3c64xx/timer.c | 40 +---
9 matches
Mail list logo