Thread (6 messages) 6 messages, 6 authors, 2015-08-13

Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)

From: Thierry Reding <hidden>
Date: 2015-08-13 09:08:32
Also in: linux-arm-kernel, linux-clk, linux-omap, linux-rockchip, linux-samsung-soc, lkml

On Wed, Aug 12, 2015 at 04:12:41PM -0700, Stephen Boyd 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)
[...]
 drivers/clk/tegra/clk-pll.c          |  8 ++++----
Acked-by: Thierry Reding <redacted>

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help