2009-01-31 14:22:19

by Russell King - ARM Linux

[permalink] [raw]
Subject: Re: [PATCH B 05/10] OMAP2/3 clock: add clockdomains to all remaining clocks; fix clkdm init

On Tue, Jan 27, 2009 at 07:44:21PM -0700, Paul Walmsley wrote:
> Add clockdomains for all remaining clocks without them, and warn in
> clk_register() if any are missing a clockdomain. On OMAP2, call
> omap2_init_clk_clkdm() immediately after clk_register(), just as OMAP3
> does. Remove omap2_init_clk_clkdm() from all of the struct clk .init
> function pointers, since the OMAP2/3 arch clock init code now calls it.

Probably the same comment as B4.