[PATCH V3 1/8] CLKDEV: Add helper routines to allocate and add clkdevs for given struct clk *
From: Russell King - ARM Linux <hidden>
Date: 2012-05-02 14:13:34
From: Russell King - ARM Linux <hidden>
Date: 2012-05-02 14:13:34
On Wed, May 02, 2012 at 09:59:48PM +0800, Shawn Guo wrote:
On Wed, May 02, 2012 at 10:54:04AM +0100, Russell King - ARM Linux wrote:quoted
On Tue, May 01, 2012 at 08:31:51PM +0800, Shawn Guo wrote:quoted
quoted
+ for (i = 0; i < num; i++) {With above line changed to: for (i = 0; i < num; i++, cl++) { Tested-by: Shawn Guo <redacted>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?
Let's wait for it to be in linux-next - and having it go through one of my nightly build cycles first (which is where the problem with the last version from Viresh was noticed.)