public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] remove clk-private.h
@ 2015-01-30 21:25 Michael Turquette
  2015-01-30 21:25 ` [PATCH 1/3] arm: omap2+ remove dead clock code Michael Turquette
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Michael Turquette @ 2015-01-30 21:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Stephen Boyd, Michael Turquette

The clk-private.h header was always a nasty hack from the early days of
the common clk framework. Clock provider drivers have slowly migrated
away from it and we are now at a point to remove it completely and hide
its contents in drivers/clk/clk.c so that code outside of the core clk
framework cannot dereference these bookkeeping pointers.

This series removes the last two remaining references to the header,
migrates the struct definitions to clk.c and deletes the header.

Michael Turquette (3):
  arm: omap2+ remove dead clock code
  pci: xgene: do not use clk-private.h
  clk: remove clk-private.h

 arch/arm/mach-omap2/clock.c             |  16 ---
 arch/arm/mach-omap2/clock.h             |   5 -
 arch/arm/mach-omap2/clock_common_data.c |  14 --
 drivers/clk/clk.c                       |  45 +++++-
 drivers/pci/host/pci-xgene.c            |   2 +-
 include/linux/clk-private.h             | 243 --------------------------------
 6 files changed, 45 insertions(+), 280 deletions(-)
 delete mode 100644 include/linux/clk-private.h

-- 
1.9.1


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

end of thread, other threads:[~2015-02-02 14:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 21:25 [PATCH 0/3] remove clk-private.h Michael Turquette
2015-01-30 21:25 ` [PATCH 1/3] arm: omap2+ remove dead clock code Michael Turquette
2015-01-30 21:51   ` Tony Lindgren
2015-01-30 21:25 ` [PATCH 2/3] pci: xgene: do not use clk-private.h Michael Turquette
2015-01-30 21:32   ` Stephen Boyd
2015-01-30 21:25 ` [PATCH 3/3] clk: remove clk-private.h Michael Turquette
2015-01-30 23:48   ` Stephen Boyd
2015-01-31  1:18     ` Mike Turquette
2015-02-02 14:01   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox