From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Pollet Subject: [PATCH v5 0/3] Renesas R9A06G032 SMP enabler Date: Thu, 14 Jun 2018 11:58:55 +0100 Message-ID: <1528973943-28132-1-git-send-email-michel.pollet@bp.renesas.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-renesas-soc@vger.kernel.org, Simon Horman Cc: phil.edworthy@renesas.com, Michel Pollet , Michel Pollet , Rob Herring , Mark Rutland , Magnus Damm , Russell King , Chen-Yu Tsai , Stefan Wahren , Rajendra Nayak , Andy Gross , Frank Rowand , Carlo Caione , Florian Fainelli , =?UTF-8?q?Andreas=20F=C3=A4rber?= , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org *WARNING -- this requires the base R9A06G032 support patches already posted This patch series is for enabling the second CA7 of the R9A06G032. It's based on a spin_table method, and it reuses the same binding property as that driver. v5: + Fixed a couple of typos + Added the Reviewed-by tags where appropriate + Rebased on base patch v9 + Replaced the dts property with a 64 bits one. + Changed the driver to support 32 or 64 bits property. v4: + Geert's comments adressed. + Renamed symbols to r9a06g032 to match the rest of patchset + Rebased on base patch v8 v3: + Removed mentions of rz/?n1d? + Rebased on base patch v7 v2: + Added suggestions from Florian Fainelli + Use __pa_symbol() + Simplified logic in prepare_cpu() + Reordered the patches + Rebased on RZN1 Base patch v5 Michel Pollet (3): dt-bindings: cpu: Add Renesas R9A06G032 SMP enable method. arm: shmobile: Add the R9A06G032 SMP enabler driver ARM: dts: Renesas R9A06G032 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 | 90 ++++++++++++++++++++++++++ 4 files changed, 94 insertions(+) create mode 100644 arch/arm/mach-shmobile/smp-r9a06g032.c -- 2.7.4