linux/drivers/clk/shmobile
Stephen Boyd 497295afb5 clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Mostly converted with the following semantic patch:

@@
struct clk_hw *E;
@@

-__clk_get_num_parents(E->clk)
+clk_hw_get_num_parents(E)

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Chao Xie <chao.xie@marvell.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: "Emilio López" <emilio@elopez.com.ar>
Acked-by: Tero Kristo <t-kristo@ti.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-08-24 16:48:43 -07:00
..
clk-div6.c clk: Replace __clk_get_num_parents with clk_hw_get_num_parents() 2015-08-24 16:48:43 -07:00
clk-emev2.c clk: emev2: Silence sparse warnings 2015-05-14 17:11:23 -07:00
clk-mstp.c clk: shmobile: mstp: Fix the is_enabled() operation 2014-05-22 19:03:03 -07:00
clk-r8a73a4.c clk: shmobile: Remove unneeded #include <linux/clkdev.h> 2015-07-28 11:58:44 -07:00
clk-r8a7740.c clk: shmobile: Remove unneeded #include <linux/clkdev.h> 2015-07-28 11:58:44 -07:00
clk-r8a7778.c clk: shmobile: Remove unneeded #include <linux/clkdev.h> 2015-07-28 11:58:44 -07:00
clk-r8a7779.c clk: shmobile: Remove unneeded #include <linux/clkdev.h> 2015-07-28 11:58:44 -07:00
clk-rcar-gen2.c clk: shmobile: Remove unneeded #include <linux/clkdev.h> 2015-07-28 11:58:44 -07:00
clk-rz.c clk: shmobile: add CPG driver for rz-platforms 2014-03-20 18:22:36 -07:00
clk-sh73a0.c clk: shmobile: Remove unneeded #include <linux/clkdev.h> 2015-07-28 11:58:44 -07:00
Makefile ARM: shmobile: r8a7778: common clock framework CPG driver 2015-02-27 09:49:25 +09:00