[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530173842-56851-1-git-send-email-michel.pollet@bp.renesas.com>
Date: Thu, 28 Jun 2018 09:17:11 +0100
From: Michel Pollet <michel.pollet@...renesas.com>
To: linux-renesas-soc@...r.kernel.org,
Simon Horman <horms@...ge.net.au>
Cc: phil.edworthy@...esas.com,
Michel Pollet <buserror+upstream@...il.com>,
Michel Pollet <michel.pollet@...renesas.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Magnus Damm <magnus.damm@...il.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Florian Fainelli <f.fainelli@...il.com>,
Douglas Anderson <dianders@...omium.org>,
Kevin Hilman <khilman@...libre.com>,
Chen-Yu Tsai <wens@...e.org>,
Stefan Wahren <stefan.wahren@...e.com>,
Rajendra Nayak <rnayak@...eaurora.org>,
Carlo Caione <carlo@...lessm.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v7 0/3] Renesas R9A06G032 SMP enabler
*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.
v7:
+ Moved to drivers/soc/renesas, as requested.
v6:
+ Passed scriptcheck --strict on the driver.
+ Rebased on base patchset v10
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 +
drivers/soc/renesas/Makefile | 1 +
drivers/soc/renesas/r9a06g032-smp.c | 96 ++++++++++++++++++++++++++
4 files changed, 100 insertions(+)
create mode 100644 drivers/soc/renesas/r9a06g032-smp.c
--
2.7.4
Powered by blists - more mailing lists