LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v2 0/3] Renesas RZ/N1D SMP enabler
@ 2018-04-17 12:47 Michel Pollet
  2018-04-17 12:48 ` [PATCH v2 1/3] dt-bindings: cpu: Add Renesas RZ/N1D SMP enable method Michel Pollet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michel Pollet @ 2018-04-17 12:47 UTC (permalink / raw)
  To: linux-renesas-soc, Simon Horman
  Cc: phil.edworthy, Michel Pollet, Michel Pollet, Rob Herring,
	Mark Rutland, Magnus Damm, Russell King, Florian Fainelli,
	Frank Rowand, Maxime Ripard, Andreas Färber, Chen-Yu Tsai,
	Rajendra Nayak, Juri Lelli, Carlo Caione, devicetree,
	linux-kernel, linux-arm-kernel

*WARNING -- this requires the base RZ/N1 base patches (v5) already posted

This patch series is for enabling the second CA7 of the RZ/N1D.
It's based on a spin_table method, and it reuses the same binding
property as that driver.

v2:
  + Added suggestions from Florian Fainelli
  + Use __pa_symbol()
  + Simplified logic in prepare_cpu()
  + Reordered the patches
  + Rebased on RZN1 Base patch v5

*** BLURB HERE ***

Michel Pollet (3):
  dt-bindings: cpu: Add Renesas RZ/N1D SMP enable method.
  arm: shmobile: Add the RZ/N1D SMP enabler driver
  ARM: dts: Renesas RZ/N1D SMP enable method

 Documentation/devicetree/bindings/arm/cpus.txt |  1 +
 arch/arm/boot/dts/r9a06g032.dtsi               |  2 +
 arch/arm/mach-shmobile/Makefile                |  1 +
 arch/arm/mach-shmobile/smp-r9a06g032.c         | 85 ++++++++++++++++++++++++++
 4 files changed, 89 insertions(+)
 create mode 100644 arch/arm/mach-shmobile/smp-r9a06g032.c

-- 
2.7.4

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

end of thread, other threads:[~2018-04-17 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-17 12:47 [PATCH v2 0/3] Renesas RZ/N1D SMP enabler Michel Pollet
2018-04-17 12:48 ` [PATCH v2 1/3] dt-bindings: cpu: Add Renesas RZ/N1D SMP enable method Michel Pollet
2018-04-17 12:48 ` [PATCH v2 2/3] arm: shmobile: Add the RZ/N1D SMP enabler driver Michel Pollet
2018-04-17 12:48 ` [PATCH v2 3/3] ARM: dts: Renesas RZ/N1D SMP enable method Michel Pollet

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