From: Thomas Abraham Date: Sat, 9 Mar 2013 08:02:44 +0000 (+0900) Subject: clk: samsung: add common clock framework helper functions for Samsung platforms X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~45^2~3^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721c42a351b113a9633d2447d9131fe620f2d805;p=pandora-kernel.git clk: samsung: add common clock framework helper functions for Samsung platforms All Samsung platforms include different types of clock including fixed-rate, mux, divider and gate clock types. There are typically hundreds of such clocks on each of the Samsung platforms. To enable Samsung platforms to register these clocks using the common clock framework, a bunch of utility functions are introduced here which simplify the clock registration process. The clocks are usually statically instantiated and registered with common clock framework. Reviewed-by: Sylwester Nawrocki Tested-by: Sylwester Nawrocki Reviewed-by: Tomasz Figa Tested-by: Tomasz Figa Tested-by: Heiko Stuebner Signed-off-by: Thomas Abraham Acked-by: Mike Turquette Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed