Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206964
| From | Andrew Bresticker <abrestic@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) |
| Date | 2015-08-13 18:50 +0200 |
| Message-ID | <pX3Rw-w6-17@gated-at.bofh.it> (permalink) |
| References | <pWNto-26l-13@gated-at.bofh.it> <pWNto-26l-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 12, 2015 at 4:12 PM, Stephen Boyd <sboyd@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 <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> > 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> > Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> > Cc: 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> > Cc: 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> > drivers/clk/pistachio/clk-pll.c | 4 ++-- For Pistachio, Acked-by: Andrew Bresticker <abrestic@chromium.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] clk: Constify clk_hw argument to provider APIs Stephen Boyd <sboyd@codeaurora.org> - 2015-08-13 01:20 +0200
[PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) Stephen Boyd <sboyd@codeaurora.org> - 2015-08-13 01:20 +0200
Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) Heiko Stübner <heiko@sntech.de> - 2015-08-13 10:00 +0200
Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) Geert Uytterhoeven <geert@linux-m68k.org> - 2015-08-13 10:50 +0200
Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-08-13 11:00 +0200
Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) Thierry Reding <thierry.reding@gmail.com> - 2015-08-13 11:10 +0200
Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) Andrew Bresticker <abrestic@chromium.org> - 2015-08-13 18:50 +0200
csiph-web