Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-03-04 Thread Minkyu Kang
Dear David Müller, On 21 February 2012 10:24, Minkyu Kang wrote: > On 19 February 2012 20:59, Albert ARIBAUD wrote: >> Le 22/12/2011 12:16, David Müller a écrit : >> >>> This patch fixes the s3c24x0 timer code to work with the ARM >>> relocation feature. >>> >>> Signed-off-by: David Mueller >>>

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-02-20 Thread Minkyu Kang
On 19 February 2012 20:59, Albert ARIBAUD wrote: > Le 22/12/2011 12:16, David Müller a écrit : > >> This patch fixes the s3c24x0 timer code to work with the ARM >> relocation feature. >> >> Signed-off-by: David Mueller >> >> --- >>  arch/arm/cpu/arm920t/s3c24x0/timer.c |   64 >> ++

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-02-19 Thread Albert ARIBAUD
Le 22/12/2011 12:16, David Müller a écrit : This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Mueller --- arch/arm/cpu/arm920t/s3c24x0/timer.c | 64 ++--- 1 files changed, 20 insertions(+), 44 deletions(-) Mi

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-01-09 Thread Andreas Bießmann
Dear David Müller, On 22.12.2011 12:16, David Müller wrote: > This patch fixes the s3c24x0 timer code to work with the ARM > relocation feature. > > Signed-off-by: David Mueller > > --- > arch/arm/cpu/arm920t/s3c24x0/timer.c | 64 ++--- > 1 files changed, 20 inser