Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206628
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| 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 11:10 +0200 |
| Message-ID | <pWWGm-7c5-31@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 |
[Multipart message — attachments visible in raw view] - view raw
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 <treding@nvidia.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next 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