linux/drivers/clk/at91
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-h32mx.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-main.c clk: at91: make use of of_clk_parent_fill helper function 2015-07-28 11:58:59 -07:00
clk-master.c clk: at91: make use of of_clk_parent_fill helper function 2015-07-28 11:58:59 -07:00
clk-peripheral.c clk: at91: fix PERIPHERAL_MAX_SHIFT definition 2015-06-19 14:43:40 +02:00
clk-pll.c Merge branch 'clk-fixes' into clk-next 2015-07-06 15:54:58 -07:00
clk-plldiv.c clk: at91: add PMC pll clocks 2013-12-02 15:31:22 +01:00
clk-programmable.c clk: Replace __clk_get_num_parents with clk_hw_get_num_parents() 2015-08-24 16:48:43 -07:00
clk-slow.c Merge branch 'cleanup-clk-h-includes' into clk-next 2015-07-28 11:59:09 -07:00
clk-smd.c clk: at91: make use of of_clk_parent_fill helper function 2015-07-28 11:58:59 -07:00
clk-system.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-usb.c clk: Replace __clk_get_num_parents with clk_hw_get_num_parents() 2015-08-24 16:48:43 -07:00
clk-utmi.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
Makefile clk: at91: add a driver for the h32mx clock 2014-09-22 11:38:59 +02:00
pmc.c clk: kill off set_irq_flags usage 2015-07-28 11:59:41 -07:00
pmc.h clk: at91: Silence warnings and cleanup __init/extern usage 2015-07-07 17:19:31 -07:00
sckc.c clk: at91: add slow clks driver 2014-05-07 18:27:45 +02:00
sckc.h clk: at91: add slow clks driver 2014-05-07 18:27:45 +02:00