devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM: uniphier: add outer cache support and rework SMP operations
@ 2015-09-14  6:26 Masahiro Yamada
  2015-09-14  6:26 ` [PATCH v2 1/3] ARM: uniphier: add outer cache support Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Masahiro Yamada @ 2015-09-14  6:26 UTC (permalink / raw)
  To: linux-arm-kernel, arm
  Cc: Mark Rutland, Tony Lindgren, Linus Walleij, Masahiro Yamada,
	Jungseung Lee, Russell King, Arnd Bergmann, Nicolas Pitre,
	Mauro Carvalho Chehab, Jiri Slaby, Tomasz Figa, devicetree,
	Richard Woodruff, Kees Cook, Pawel Moll, Ian Campbell,
	Rob Herring, Thomas Gleixner, Paul Bolle, Greg KH, Nathan Lynch,
	linux-kernel, David S. Miller, Maxime Coquelin

Hi Olof,

Now Linux 4.3-rc1 is out, so I am back to this.

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 through ARM-SOC tree.


Changes in v2:
  - Use pr_fmt() to have pr_<level> are automatically prefixed
  - Re-design to initialize the outer cache earlier in init_IRQ()
  - Require DT properties such as "cacne-unified", "cache-size",
    "cache-sets", "cache-size", "cache-line-size".
  - Follow "next-level-cache" property to search further outer caches

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       |  48 ++
 MAINTAINERS                                        |   2 +
 arch/arm/boot/dts/uniphier-ph1-ld4.dtsi            |  13 +
 arch/arm/boot/dts/uniphier-ph1-pro4.dtsi           |  14 +
 arch/arm/boot/dts/uniphier-ph1-pro5.dtsi           |  27 +
 arch/arm/boot/dts/uniphier-ph1-sld3.dtsi           |  14 +
 arch/arm/boot/dts/uniphier-ph1-sld8.dtsi           |  13 +
 arch/arm/boot/dts/uniphier-proxstream2.dtsi        |  16 +
 arch/arm/include/asm/hardware/cache-uniphier.h     |  46 ++
 arch/arm/kernel/irq.c                              |   3 +
 arch/arm/mach-uniphier/Makefile                    |   2 +-
 arch/arm/mach-uniphier/headsmp.S                   |  43 ++
 arch/arm/mach-uniphier/platsmp.c                   | 185 +++++--
 arch/arm/mach-uniphier/uniphier.c                  |   4 +
 arch/arm/mm/Kconfig                                |  10 +
 arch/arm/mm/Makefile                               |   1 +
 arch/arm/mm/cache-uniphier.c                       | 544 +++++++++++++++++++++
 17 files changed, 954 insertions(+), 31 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] 5+ messages in thread

end of thread, other threads:[~2015-09-18  4:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14  6:26 [PATCH v2 0/3] ARM: uniphier: add outer cache support and rework SMP operations Masahiro Yamada
2015-09-14  6:26 ` [PATCH v2 1/3] ARM: uniphier: add outer cache support Masahiro Yamada
     [not found]   ` <1442211992-13177-2-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-09-18  4:14     ` Masahiro Yamada
2015-09-14  6:26 ` [PATCH v2 3/3] ARM: dts: uniphier: add outer cache controller nodes Masahiro Yamada
     [not found] ` <1442211992-13177-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-09-18  4:15   ` [PATCH v2 0/3] ARM: uniphier: add outer cache support and rework SMP operations Masahiro Yamada

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