From: Kever Yang Date: Tue, 4 Nov 2014 09:11:10 +0000 (+0800) Subject: clk: rockchip: disable unused clocks X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78eaf6095cc763c1a228ebac5682852f04e85205;p=pandora-kernel.git clk: rockchip: disable unused clocks The rockchip clock driver use CLK_IGNORE_UNUSED flag to make sure all the clocks are available like default power on state. We have implement the clock manage in most of rockchip drivers, it is time to remove it for power save. Instead we add CLK_IGNORE_UNUSED for some clock nodes which should be on during boot or no module driver in kernel will initialize it. Signed-off-by: Kever Yang Reviewed-by: Doug Anderson Tested-by: Doug Anderson Signed-off-by: Heiko Stuebner --- Reading git-diff-tree failed