[U-Boot] [PATCH] Update s3c24x0 timer implementation

2011-10-23 Thread Mark Norman
on the SBC I have. Regards Mark Norman The s3c24x0 timer has been updated to use the global_data struct. Restructured code based on other timer.c files. Updated comments and several parameters. Signed-off-by: Mark Norman --- arch/arm/cpu/arm920t/s3c24x0/time

Re: [U-Boot] [PATCH] Update s3c24x0 timer implementation

2011-10-24 Thread Mark Norman
> behaviour.  Didn't you RTFM? > I thought I had done a thorough search previously but after receiving your response I managed to find some of the details outlined in the README file. I have attached an updated patch below which hopefully addresses the other issues you highlighted. Kind Re

[U-Boot] [PATCH] Update s3c24x0 timer implementation

2011-10-31 Thread Mark Norman
The s3c24x0 timer has been updated to avoid using static variables prior to BSS being made available. Restructured code based on other timer.c files. Updated comments and several parameters. Signed-off-by: Mark Norman --- Changes for v2: - Fixed multi-line comment format - Formatting

Re: [U-Boot] [PATCH] Update s3c24x0 timer implementation

2011-10-31 Thread Mark Norman
ur feedback. I have submitted an updated patch using git send-email. I think I got the formatting right this time. :) >> >> The s3c24x0 timer has been updated to use the global_data struct. >> Restructured code based on other timer.c files. >> Updated comments