From: Sudeep KarkadaNagesha Date: Wed, 16 Oct 2013 13:52:39 +0000 (+0100) Subject: cpufreq: arm-big-little: use clk_get instead of clk_get_sys X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076dec90fc32c830184b0f0fa1842a6de1199bc6;p=pandora-kernel.git cpufreq: arm-big-little: use clk_get instead of clk_get_sys Currently clk_get_sys is used with cpu-cluster. as the device id which is incorrect. It should be connection/consumer ID instead. It is possible to specify input clock in the cpu device node along with the optional clock-name. clk_get_sys can't handle that. This patch replaces clk_get_sys with clk_get to extend support for clocks specified in the device tree cpu node. Signed-off-by: Sudeep KarkadaNagesha Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed