On Thu, Aug 13, 2015 at 1:12 AM, Stephen Boyd [off-list ref] wrote:
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)
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Tomasz Figa <redacted>
Cc: Peter De Schrijver <redacted>
Cc: Prashant Gaikwad <pgaikwad@nvidia.com>
Cc: Stephen Warren <redacted>
Cc: Thierry Reding <redacted>
Cc: Alexandre Courbot <redacted>
Cc: Tero Kristo <redacted>
Cc: Ulf Hansson <redacted>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Andrew Bresticker <redacted>
Cc: Ezequiel Garcia <redacted>
Cc: Ralf Baechle <redacted>
Cc: Kevin Cernekee <cernekee@chromium.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Ulrich Hecht <redacted>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-rockchip at lists.infradead.org
Cc: linux-samsung-soc at vger.kernel.org
Cc: linux-tegra at vger.kernel.org
Cc: linux-omap at vger.kernel.org
Signed-off-by: Stephen Boyd <redacted>
drivers/clk/shmobile/clk-div6.c | 2 +-
For the shmobile part:
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds