From: Mike Turquette Date: Thu, 28 Aug 2014 00:11:38 +0000 (-0700) Subject: clk: mvebu: powersave clock is a multiplexer X-Git-Tag: fixes-against-v3.18-rc2~68^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e8a9b0d86c093b208789fd71501c91a919ffdb;p=pandora-kernel.git clk: mvebu: powersave clock is a multiplexer Kirkwood is unique among the mvebu SoCs for having a clock multiplexer that feeds into the cpu. This multiplexer can select either the cpu pll or the ddr clock as its input signal, allowing for a choice between performance and power savings. This patch introduces the code needed to register the clock multiplexer on Kirkwood SoCs but does not include the clock data to actually register the clock. That will be done in a follow-up patch which is necessary to prevent breaking git bisect. Cc: Tomeu Vizoso Tested-by: Andrew Lunn Signed-off-by: Mike Turquette --- Reading git-diff-tree failed