devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: uniphier: add outer cache support and rework SMP operations
@ 2015-08-24  2:18 Masahiro Yamada
  2015-08-24  2:18 ` [PATCH 1/3] ARM: uniphier: add outer cache support Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Masahiro Yamada @ 2015-08-24  2:18 UTC (permalink / raw)
  To: arm
  Cc: Mark Rutland, Linus Walleij, Masahiro Yamada, Jungseung Lee,
	Florian Fainelli, Russell King, Arnd Bergmann,
	Mauro Carvalho Chehab, Jiri Slaby, devicetree, Kees Cook,
	Pawel Moll, Ian Campbell, Uwe Kleine-König, Joe Perches,
	Rob Herring, linux-arm-kernel, Paul Bolle, Greg KH, Nathan Lynch,
	linux-kernel, Maxime Coquelin, Kumar Gala

1/3: add outer cache support
2/3: rework SMP operations
3/3: add device tree nodes

Because 2/3 highly depends on 1/3, I hope whole of this series
is applied to ARM-SOC tree.

Olof,
>From this series, I am using "ARM: uniphier:" rather than "ARM: UniPhier:"
for the subject prefixes because I noticed you often rephased so when you
applied my patches.
Are sub-arch names in lower cases preferable in subject prefixes?



Masahiro Yamada (3):
  ARM: uniphier: add outer cache support
  ARM: uniphier: rework SMP operations to use trampoline code
  ARM: dts: uniphier: add outer cache controller nodes

 .../bindings/arm/uniphier/cache-uniphier.txt       |  30 ++
 MAINTAINERS                                        |   2 +
 arch/arm/boot/dts/uniphier-ph1-ld4.dtsi            |   7 +
 arch/arm/boot/dts/uniphier-ph1-pro4.dtsi           |   7 +
 arch/arm/boot/dts/uniphier-ph1-pro5.dtsi           |  14 +
 arch/arm/boot/dts/uniphier-ph1-sld3.dtsi           |   7 +
 arch/arm/boot/dts/uniphier-ph1-sld8.dtsi           |   7 +
 arch/arm/boot/dts/uniphier-proxstream2.dtsi        |   7 +
 arch/arm/include/asm/hardware/cache-uniphier.h     |  40 ++
 arch/arm/mach-uniphier/Makefile                    |   2 +-
 arch/arm/mach-uniphier/headsmp.S                   |  43 ++
 arch/arm/mach-uniphier/platsmp.c                   | 183 ++++++--
 arch/arm/mach-uniphier/uniphier.c                  |  11 +
 arch/arm/mm/Kconfig                                |  10 +
 arch/arm/mm/Makefile                               |   1 +
 arch/arm/mm/cache-uniphier.c                       | 518 +++++++++++++++++++++
 16 files changed, 857 insertions(+), 32 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt
 create mode 100644 arch/arm/include/asm/hardware/cache-uniphier.h
 create mode 100644 arch/arm/mach-uniphier/headsmp.S
 create mode 100644 arch/arm/mm/cache-uniphier.c

-- 
1.9.1

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

end of thread, other threads:[~2015-09-09  0:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24  2:18 [PATCH 0/3] ARM: uniphier: add outer cache support and rework SMP operations Masahiro Yamada
2015-08-24  2:18 ` [PATCH 1/3] ARM: uniphier: add outer cache support Masahiro Yamada
     [not found]   ` <1440382692-3855-2-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-08-24  2:29     ` Joe Perches
     [not found]       ` <1440383359.2670.15.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2015-08-24  2:58         ` Masahiro Yamada
2015-08-24 19:59     ` Arnd Bergmann
2015-08-26  1:38       ` Masahiro Yamada
     [not found]         ` <CAK7LNAQ_oymnQNEcP+FDqyxNKtMyiCwgxSRMmg5HAKQW9C6eRg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-26 12:52           ` Arnd Bergmann
2015-08-28  8:59             ` Masahiro Yamada
2015-08-28  9:44             ` Russell King - ARM Linux
2015-08-26 13:39   ` Linus Walleij
2015-08-28 10:24     ` Masahiro Yamada
     [not found]       ` <CAK7LNATWsa8AhyFGzsR0HAODmQD8yBPidTE0Lx2ACh4_PeQW9w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-08 13:09         ` Linus Walleij
2015-09-09  0:06           ` Rob Herring
2015-08-24  2:18 ` [PATCH 3/3] ARM: dts: uniphier: add outer cache controller nodes Masahiro Yamada
     [not found] ` <1440382692-3855-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-08-24 21:47   ` [PATCH 0/3] ARM: uniphier: add outer cache support and rework SMP operations Olof Johansson
2015-08-25  1:50     ` Masahiro Yamada
2015-08-25  3:05       ` Olof Johansson
2015-08-25  3:19         ` Viresh Kumar

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