On Wed, Aug 12, 2015 at 4:12 PM, Stephen Boyd <sb...@codeaurora.org> 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 <he...@sntech.de>
> Cc: Sylwester Nawrocki <s.nawro...@samsung.com>
> Cc: Tomasz Figa <tomasz.f...@gmail.com>
> Cc: Peter De Schrijver <pdeschrij...@nvidia.com>
> Cc: Prashant Gaikwad <pgaik...@nvidia.com>
> Cc: Stephen Warren <swar...@wwwdotorg.org>
> Cc: Thierry Reding <thierry.red...@gmail.com>
> Cc: Alexandre Courbot <gnu...@gmail.com>
> Cc: Tero Kristo <t-kri...@ti.com>
> Cc: Ulf Hansson <ulf.hans...@linaro.org>
> Cc: Sebastian Hesselbarth <sebastian.hesselba...@gmail.com>
> Cc: Andrew Bresticker <abres...@chromium.org>
> Cc: Ezequiel Garcia <ezequiel.gar...@imgtec.com>
> Cc: Ralf Baechle <r...@linux-mips.org>
> Cc: Kevin Cernekee <cerne...@chromium.org>
> Cc: Geert Uytterhoeven <geert+rene...@glider.be>
> Cc: Ulrich Hecht <ulrich.hecht+rene...@gmail.com>
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: linux-rockc...@lists.infradead.org
> Cc: linux-samsung-...@vger.kernel.org
> Cc: linux-te...@vger.kernel.org
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Stephen Boyd <sb...@codeaurora.org>

>  drivers/clk/pistachio/clk-pll.c      |  4 ++--

For Pistachio,

Acked-by: Andrew Bresticker <abres...@chromium.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to