android_kernel_google_msm/drivers/clk
Stephen Boyd 64990c839b clk: Add devm_clk_get()
Add a resource managed clk_get() to simplify clock usage in
drivers. This allows driver authors to "get and forget" about
their clocks by automatically calling clk_put() when the driver
is detached. This also encourages clock consumers to use the
clk_get() API correctly by passing in a struct device as an
argument.

Change-Id: I1ed53cd3c26c0390fa30cd3c3dca14bcdd59939f
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2013-02-25 11:29:27 -08:00
..
clk-divider.c clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk-fixed-rate.c clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk-gate.c clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk-mux.c clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk.c clk: introduce the common clock framework 2012-03-16 20:35:01 +00:00
clkdev.c clk: Add devm_clk_get() 2013-02-25 11:29:27 -08:00
Kconfig clk: make CONFIG_COMMON_CLK invisible 2012-03-19 09:37:11 +00:00
Makefile clk: basic clock hardware types 2012-03-16 20:35:02 +00:00