From: Colin Cross Date: Sun, 13 Feb 2011 00:14:03 +0000 (-0800) Subject: ARM: tegra: clock: Add shared bus clock type X-Git-Tag: v2.6.39-rc1~474^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310992ca4b994db8c869e1c0f32c004b7a196147;p=pandora-kernel.git ARM: tegra: clock: Add shared bus clock type Some clocks may have multiple downstream users that need to request a higher clock rate. Shared bus clocks provide a unique shared_bus_user clock to each user. The frequency of the bus is set to the highest enabled shared_bus_user clock, with a minimum value set by the shared bus. Drivers can use clk_enable and clk_disable to enable or disable their requirement, and clk_set_rate to set the minimum rate. Acked-by: Olof Johansson Signed-off-by: Colin Cross --- Reading git-diff-tree failed