From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Fri, 27 May 2011 14:39:09 +0000 Subject: Re: [PATCH 0/4] Add a generic struct clk Message-Id: <20110527143909.GA24011@sirena.org.uk> List-Id: References: <1305876469.325655.313573683829.0.gpush@pororo> <20110524062620.GA22096@pengutronix.de> <20110524080936.GI20715@pengutronix.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Tue, May 24, 2011 at 12:41:20PM -0700, Colin Cross wrote: > figure out how to call clk_set_rate on the single clock that is > exposed to the device, but not propagate it past the device clock if > the device clock doesn't have a divider (propagating it up to an > active pll feeding other devices results in disaster, at least on This is usually a function of how shared the thing being changed is rather than the specific implementation, though PLLs and FLLs are obviously problematic due to the lock time (if they don't have glitchless handover logic). > Tegra). This combination doesn't seem to be common in your MX code, > but _every_ Tegra device clock has these three parts. That's Tegra. Other devices will have other structures.