linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Remove clk.h from clk-provider.h (ARM part)
@ 2015-07-10 22:45 Stephen Boyd
  2015-07-10 22:45 ` [PATCH 1/7] ARM: at91: Remove clk-provider.h include Stephen Boyd
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Stephen Boyd @ 2015-07-10 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

This is the first set in a series of patches that removes
clk.h from clk-provider.h. This allows us to clearly see what
provider drivers are using the consumer API (clk.h) by
checking the includes. Currently clk.h is included by
clk-provider.h even though it doesn't need to so quite a few
clk provider drivers are relying on the implicit include.

Stephen Boyd (7):
  ARM: at91: Remove clk-provider.h include
  ARM: hisi: Remove clk-provider.h include
  ARM: keystone: Remove clk-provider.h include
  ARM: mvebu: Remove clk-provider.h include
  ARM: orion5x: Remove clk-provider.h include
  ARM: s3c64xx: Remove clk-provider.h include
  ARM: OMAP2+: Include clk.h

 arch/arm/mach-at91/at91rm9200.c    | 1 -
 arch/arm/mach-hisi/hisilicon.c     | 1 -
 arch/arm/mach-keystone/pm_domain.c | 1 -
 arch/arm/mach-mvebu/board-v7.c     | 1 -
 arch/arm/mach-omap2/clock.c        | 1 +
 arch/arm/mach-omap2/omap_hwmod.c   | 1 +
 arch/arm/mach-omap2/pm24xx.c       | 1 +
 arch/arm/mach-orion5x/board-dt.c   | 1 -
 arch/arm/mach-s3c64xx/common.c     | 1 -
 9 files changed, 3 insertions(+), 6 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2015-07-20  7:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 22:45 [PATCH 0/7] Remove clk.h from clk-provider.h (ARM part) Stephen Boyd
2015-07-10 22:45 ` [PATCH 1/7] ARM: at91: Remove clk-provider.h include Stephen Boyd
2015-07-20  7:29   ` Alexandre Belloni
2015-07-10 22:45 ` [PATCH 2/7] ARM: hisi: " Stephen Boyd
2015-07-10 22:45 ` [PATCH 3/7] ARM: keystone: " Stephen Boyd
2015-07-12 19:04   ` santosh.shilimkar at oracle.com
2015-07-10 22:45 ` [PATCH 4/7] ARM: mvebu: " Stephen Boyd
2015-07-10 22:45 ` [PATCH 5/7] ARM: orion5x: " Stephen Boyd
2015-07-10 22:45 ` [PATCH 6/7] ARM: s3c64xx: " Stephen Boyd
2015-07-10 22:45 ` [PATCH 7/7] ARM: OMAP2+: Include clk.h Stephen Boyd
2015-07-13  9:38   ` Tero Kristo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).