All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM: Replace <linux/clk-provider.h> by <linux/of_clk.h>
@ 2020-05-05 15:45 ` Geert Uytterhoeven
  0 siblings, 0 replies; 16+ messages in thread
From: Geert Uytterhoeven @ 2020-05-05 15:45 UTC (permalink / raw)
  To: soc
  Cc: Arnd Bergmann, Kevin Hilman, Olof Johansson, Matthias Brugger,
	Lubomir Rintel, linux-arm-kernel, linux-mediatek, linux-kernel,
	Geert Uytterhoeven

	Hi arm-soc folks,

The OF clock helpers were moved to <linux/of_clk.h> a while ago.
Hence code that is not a clock provider, but just needs to call
of_clk_init(), can (and should) include <linux/of_clk.h> instead of
<linux/clk-provider.h>.

This series contains the patches from [1] that haven't been applied yet.

Changes compared to v1:
  - Add Reviewed-by.

Thanks for applying!

[2] "[PATCH 0/7] ARM: Replace <linux/clk-provider.h> by <linux/of_clk.h>"
    https://lore.kernel.org/r/20200212100830.446-1-geert+renesas@glider.be

Geert Uytterhoeven (3):
  ARM/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>
  ARM: mediatek: Replace <linux/clk-provider.h> by <linux/of_clk.h>
  ARM: mmp: Replace <linux/clk-provider.h> by <linux/of_clk.h>

 arch/arm/kernel/time.c            | 2 +-
 arch/arm/mach-mediatek/mediatek.c | 2 +-
 arch/arm/mach-mmp/mmp-dt.c        | 2 +-
 arch/arm/mach-mmp/mmp2-dt.c       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-05-15 15:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 15:45 [PATCH v2 0/3] ARM: Replace <linux/clk-provider.h> by <linux/of_clk.h> Geert Uytterhoeven
2020-05-05 15:45 ` Geert Uytterhoeven
2020-05-05 15:45 ` Geert Uytterhoeven
2020-05-05 15:45 ` [PATCH v2 1/3] ARM/time: " Geert Uytterhoeven
2020-05-05 15:45   ` Geert Uytterhoeven
2020-05-05 15:45   ` Geert Uytterhoeven
2020-05-05 15:45 ` [PATCH v2 2/3] ARM: mediatek: " Geert Uytterhoeven
2020-05-05 15:45   ` Geert Uytterhoeven
2020-05-05 15:45   ` Geert Uytterhoeven
2020-05-15 15:20   ` Matthias Brugger
2020-05-15 15:20     ` Matthias Brugger
2020-05-15 15:20     ` Matthias Brugger
2020-05-05 15:45 ` [PATCH v2 3/3] ARM: mmp: " Geert Uytterhoeven
2020-05-05 15:45   ` Geert Uytterhoeven
2020-05-05 15:45   ` Geert Uytterhoeven
2020-05-05 15:49   ` Lubomir Rintel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.