28 Nov
2016
28 Nov
'16
10:21 a.m.
Hi Russell
Current Linux has of_clk_get(), but doesn't have devm_of_clk_get(). This patch adds it. This is based on devm_clk_get()
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Please put this in drivers/clk/clk-devres.c, where you'll find that we have devm_clk_release() which is identical to your devm_of_clk_release(). It'll also not need the dummy definition of devm_of_clk_get().
OK, will do