1
0
Fork 0
alistair23-linux/drivers/clk/berlin
Stephen Boyd 836ee0f7d9 clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)
Use the provider based method to get a clock's name so that we
can get rid of the clk member in struct clk_hw one day. Mostly
converted with the following coccinelle script.

@@
struct clk_hw *E;
@@

-__clk_get_name(E->clk)
+clk_hw_get_name(E)

Acked-by: Heiko Stuebner <heiko@sntech.de>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Peter De Schrijver <pdeschrijver@nvidia.com>
Cc: Prashant Gaikwad <pgaikwad@nvidia.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Kevin Cernekee <cernekee@chromium.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-rockchip@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Cc: linux-tegra@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-08-24 16:49:12 -07:00
..
Makefile clk: berlin: add core clock driver for BG2Q 2014-05-29 09:30:19 -07:00
berlin2-avpll.c
berlin2-avpll.h
berlin2-div.c clk: berlin: add driver for BG2x complex divider cells 2014-05-29 09:30:18 -07:00
berlin2-div.h clk: berlin: add driver for BG2x complex divider cells 2014-05-29 09:30:18 -07:00
berlin2-pll.c clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) 2015-08-24 16:49:12 -07:00
berlin2-pll.h clk: berlin: add driver for BG2x simple PLLs 2014-05-29 09:30:17 -07:00
bg2.c clk: berlin: drop direct of_iomap of nodes reg property 2015-05-18 18:10:13 +02:00
bg2q.c clk: berlin: drop direct of_iomap of nodes reg property 2015-05-18 18:10:13 +02:00
common.h clk: berlin: add core clock driver for BG2/BG2CD 2014-05-29 09:30:19 -07:00