[PATCH V3 1/8] CLKDEV: Add helper routines to allocate and add clkdevs for given struct clk *

Shawn Guo shawn.guo at linaro.org
Wed May 2 09:59:48 EDT 2012


On Wed, May 02, 2012 at 10:54:04AM +0100, Russell King - ARM Linux wrote:
> On Tue, May 01, 2012 at 08:31:51PM +0800, Shawn Guo wrote:
> > > +	for (i = 0; i < num; i++) {
> > 
> > With above line changed to:
> > 
> > 	for (i = 0; i < num; i++, cl++) {
> > 
> > 
> > Tested-by: Shawn Guo <shawn.guo at linaro.org>
> 
> Thanks, fixed that and committed.

Can you please publish a branch for clkdev patches, so that we can ask
Arnd to pull it into arm-soc as a dependency of platform clock porting?

-- 
Regards,
Shawn



More information about the linux-arm-kernel mailing list