Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1691012
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] clk: Convert to using %pOF instead of full_name |
| Date | 2017-07-19 08:30 +0200 |
| Message-ID | <u4QEF-4FE-15@gated-at.bofh.it> (permalink) |
| References | <u4IH9-7NO-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Tue, Jul 18, 2017 at 04:42:52PM -0500, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring <robh@kernel.org> > Cc: Michael Turquette <mturquette@baylibre.com> > Cc: Stephen Boyd <sboyd@codeaurora.org> > Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> > Cc: Alexandre Torgue <alexandre.torgue@st.com> > Cc: Russell King <linux@armlinux.org.uk> > Cc: Matthias Brugger <matthias.bgg@gmail.com> > Cc: Geert Uytterhoeven <geert+renesas@glider.be> > Cc: Maxime Ripard <maxime.ripard@free-electrons.com> > Cc: Chen-Yu Tsai <wens@csie.org> > Cc: "Emilio López" <emilio@elopez.com.ar> > Cc: Peter De Schrijver <pdeschrijver@nvidia.com> > Cc: Prashant Gaikwad <pgaikwad@nvidia.com> > Cc: Thierry Reding <thierry.reding@gmail.com> > Cc: Jonathan Hunter <jonathanh@nvidia.com> > Cc: Tero Kristo <t-kristo@ti.com> > Cc: linux-clk@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-mediatek@lists.infradead.org > Cc: linux-renesas-soc@vger.kernel.org > Cc: linux-tegra@vger.kernel.org > Cc: linux-omap@vger.kernel.org > --- > drivers/clk/berlin/bg2.c | 3 +-- > drivers/clk/berlin/bg2q.c | 7 +++---- > drivers/clk/clk-asm9260.c | 4 ++-- > drivers/clk/clk-conf.c | 16 ++++++++-------- > drivers/clk/clk-moxart.c | 12 ++++++------ > drivers/clk/clk-qoriq.c | 7 +++---- > drivers/clk/clk-stm32f4.c | 4 ++-- > drivers/clk/clk-xgene.c | 15 ++++++--------- > drivers/clk/clk.c | 4 ++-- > drivers/clk/clkdev.c | 4 ++-- > drivers/clk/mediatek/clk-cpumux.c | 2 +- > drivers/clk/mediatek/clk-mtk.c | 2 +- > drivers/clk/mediatek/reset.c | 2 +- > drivers/clk/renesas/clk-mstp.c | 2 +- > drivers/clk/renesas/clk-rcar-gen2.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun5i.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun8i-a23.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun8i-a33.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun8i-r.c | 3 +-- > drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 3 +-- > drivers/clk/sunxi/clk-sunxi.c | 17 +++++++---------- For the sunxi and sunxi-ng clocks: Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] clk: Convert to using %pOF instead of full_name Rob Herring <robh@kernel.org> - 2017-07-19 00:00 +0200 Re: [PATCH] clk: Convert to using %pOF instead of full_name Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-19 08:30 +0200 Re: [PATCH] clk: Convert to using %pOF instead of full_name Geert Uytterhoeven <geert@linux-m68k.org> - 2017-07-19 09:50 +0200 Re: [PATCH] clk: Convert to using %pOF instead of full_name James Liao <jamesjj.liao@mediatek.com> - 2017-07-19 10:00 +0200 Re: [PATCH] clk: Convert to using %pOF instead of full_name Alexandre Torgue <alexandre.torgue@st.com> - 2017-07-19 11:40 +0200 Re: [PATCH] clk: Convert to using %pOF instead of full_name Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-19 12:30 +0200 Re: [PATCH] clk: Convert to using %pOF instead of full_name Stephen Boyd <sboyd@codeaurora.org> - 2017-07-22 01:00 +0200
csiph-web