Re: [U-Boot] [V2 11/15] S3C64XX: Switch to use read/writel to operation clock system

2012-07-24 Thread Zhong Hongbo
On 07/24/2012 04:58 PM, Minkyu Kang wrote: > Dear Zhong Hongbo, > > On 14 July 2012 01:11, Zhong Hongbo wrote: >> From: Zhong Hongbo >> >> Switch to use read/writel function and clear the relevant variable. >> >> Signed-off-by: Zhong Hongbo >> --- >> Change for V2: >> - merge clock patc

Re: [U-Boot] [V2 11/15] S3C64XX: Switch to use read/writel to operation clock system

2012-07-24 Thread Minkyu Kang
Dear Zhong Hongbo, On 14 July 2012 01:11, Zhong Hongbo wrote: > From: Zhong Hongbo > > Switch to use read/writel function and clear the relevant variable. > > Signed-off-by: Zhong Hongbo > --- > Change for V2: > - merge clock patch. > - Change the type of return for s3c64xx_get_

[U-Boot] [V2 11/15] S3C64XX: Switch to use read/writel to operation clock system

2012-07-13 Thread Zhong Hongbo
From: Zhong Hongbo Switch to use read/writel function and clear the relevant variable. Signed-off-by: Zhong Hongbo --- Change for V2: - merge clock patch. - Change the type of return for s3c64xx_get_base_clock function. --- arch/arm/cpu/arm1176/s3c64xx/reset.S|4 +-