Re: [U-Boot] [PATCH 1/1] MX5: clock: Add clock config interface

2011-05-16 Thread Jason Liu
Hi, Stefano, 2011/5/16 Stefano Babic : > On 05/16/2011 08:04 AM, Jason Liu wrote: >> Hi, Stefano, >> > > Hi Jason, > >> The clock code has been submitted to mail-list for more than one >> month, any comments for it? >> Since you are the imx custodian, you need quick review the patch >> related to

Re: [U-Boot] [PATCH 1/1] MX5: clock: Add clock config interface

2011-05-15 Thread Stefano Babic
On 05/16/2011 08:04 AM, Jason Liu wrote: > Hi, Stefano, > Hi Jason, > The clock code has been submitted to mail-list for more than one > month, any comments for it? > Since you are the imx custodian, you need quick review the patch > related to imx, right? Because the clock patch was part of a

Re: [U-Boot] [PATCH 1/1] MX5: clock: Add clock config interface

2011-05-15 Thread Jason Liu
Hi, Stefano, 2011/4/13 Jason Liu : > Add clock config interface support, so that we > can configure CPU or DDR clock in the later init > > Signed-off-by: Jason Liu > --- >  arch/arm/cpu/armv7/mx5/clock.c           |  551 > +- >  arch/arm/include/asm/arch-mx5/clock.h  

[U-Boot] [PATCH 1/1] MX5: clock: Add clock config interface

2011-04-13 Thread Jason Liu
Add clock config interface support, so that we can configure CPU or DDR clock in the later init Signed-off-by: Jason Liu --- arch/arm/cpu/armv7/mx5/clock.c | 551 +- arch/arm/include/asm/arch-mx5/clock.h|4 + arch/arm/include/asm/arch-mx5/crm_regs.h