linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: Meson6: enable SMP
@ 2014-09-30  8:43 Carlo Caione
  2014-09-30  8:43 ` [PATCH 1/3] ARM: Meson6: docs: document bindings Carlo Caione
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Carlo Caione @ 2014-09-30  8:43 UTC (permalink / raw)
  To: linux-arm-kernel

Amlogic Meson6 is a dual-core Cortex-A9. This patchset adds all the necessary
pieces to boot the secondary CPU.

Carlo Caione (3):
  ARM: Meson6: docs: document bindings
  ARM: Meson6: Add SMP support for Amlogic Meson6
  ARM: Meson6: enable SMP in DTS/DTSI

 .../bindings/arm/meson/amlogic,meson6-cpuconfig    | 16 +++++
 .../bindings/arm/meson/amlogic,meson6-smp          | 26 +++++++
 arch/arm/boot/dts/meson.dtsi                       |  5 ++
 arch/arm/boot/dts/meson6.dtsi                      |  6 ++
 arch/arm/mach-meson/Kconfig                        |  1 +
 arch/arm/mach-meson/Makefile                       |  1 +
 arch/arm/mach-meson/headsmp.S                      |  7 ++
 arch/arm/mach-meson/platsmp.c                      | 80 ++++++++++++++++++++++
 8 files changed, 142 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/meson/amlogic,meson6-cpuconfig
 create mode 100644 Documentation/devicetree/bindings/arm/meson/amlogic,meson6-smp
 create mode 100644 arch/arm/mach-meson/headsmp.S
 create mode 100644 arch/arm/mach-meson/platsmp.c

-- 
1.9.1

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  8:43 [PATCH 0/3] ARM: Meson6: enable SMP Carlo Caione
2014-09-30  8:43 ` [PATCH 1/3] ARM: Meson6: docs: document bindings Carlo Caione
2014-09-30  8:43 ` [PATCH 2/3] ARM: Meson6: Add SMP support for Amlogic Meson6 Carlo Caione
2014-09-30  8:43 ` [PATCH 3/3] ARM: Meson6: enable SMP in DTS/DTSI Carlo Caione
2014-09-30  8:46 ` [PATCH 0/3] ARM: Meson6: enable SMP Carlo Caione
2014-09-30 10:22   ` Arnd Bergmann
2014-09-30 20:45     ` Carlo Caione
2014-10-02 14:44       ` Arnd Bergmann
2014-10-02 14:54         ` Maxime Ripard
2014-10-02 15:26           ` Arnd Bergmann
2014-10-02 15:38             ` Maxime Ripard
2014-10-02 15:50               ` Arnd Bergmann
2014-10-02 16:03                 ` Carlo Caione
2014-10-03  7:09                 ` Maxime Ripard
2014-10-03  7:52                   ` Carlo Caione
2014-10-03 14:55                   ` Arnd Bergmann

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