linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: move #include <asm/cp15.h> into cacheflush.h
@ 2014-09-30  1:35 Brian Norris
  2014-09-30  1:35 ` [PATCH 1/5] ARM: include missing cp15.h header Brian Norris
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Brian Norris @ 2014-09-30  1:35 UTC (permalink / raw)
  To: linux-arm-kernel

There are several places where an explicit include of <asm/cp15.h> is needed
just because cacheflush.h uses one of its macros in v7_exit_coherency_flush().
Let's put the include in the proper header.

These obviously have some dependencies, so I'd focus on:
  (1) Is patch 1 acceptable? If so, then:
  (2) Make sure patch 1 is serialized before the rest

I did a cursory scan of every file that includes cp15.h, and these are the only
ones I found that only needed it for the sake of v7_exit_coherency_flush().

These are barely compile tested.

Thanks,
Brian

Brian Norris (5):
  ARM: include missing cp15.h header
  ARM: mvebu: drop unnecessary include
  ARM: rockchip: drop unnecessary include
  ARM: vexpress: drop unnecessary include
  ARM: brcmstb: drop unnecessary include

 arch/arm/include/asm/cacheflush.h   | 1 +
 arch/arm/mach-bcm/platsmp-brcmstb.c | 1 -
 arch/arm/mach-mvebu/pmsu.c          | 1 -
 arch/arm/mach-rockchip/platsmp.c    | 1 -
 arch/arm/mach-vexpress/dcscb.c      | 1 -
 arch/arm/mach-vexpress/tc2_pm.c     | 1 -
 6 files changed, 1 insertion(+), 5 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-09-30 10:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  1:35 [PATCH 0/5] ARM: move #include <asm/cp15.h> into cacheflush.h Brian Norris
2014-09-30  1:35 ` [PATCH 1/5] ARM: include missing cp15.h header Brian Norris
2014-09-30  1:35 ` [PATCH 2/5] ARM: mvebu: drop unnecessary include Brian Norris
2014-09-30  1:35 ` [PATCH 3/5] ARM: rockchip: " Brian Norris
2014-09-30  1:35 ` [PATCH 4/5] ARM: vexpress: " Brian Norris
2014-09-30  1:35 ` [PATCH 5/5] ARM: brcmstb: " Brian Norris
2014-09-30  4:30 ` [PATCH 0/5] ARM: move #include <asm/cp15.h> into cacheflush.h Nicolas Pitre
2014-09-30 10:03   ` Russell King - ARM Linux

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).