devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Add SMP support on sun8i-a83t
@ 2018-02-19  8:18 Mylène Josserand
  2018-02-19  8:18 ` [PATCH v3 1/7] ARM: sun8i: smp: Add support for A83T Mylène Josserand
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Mylène Josserand @ 2018-02-19  8:18 UTC (permalink / raw)
  To: maxime.ripard, wens, linux, robh+dt, mark.rutland
  Cc: devicetree, quentin.schulz, linux-kernel, clabbe.montjoie,
	thomas.petazzoni, mylene.josserand, linux-arm-kernel

Hello everyone,

This is a V3 of my series that adds SMP support for Allwinner sun8i-a83t.
Based on sunxi's tree, sunxi/for-next branch.

Changes since v2:
    - Rebased my modifications according to new Chen-Yu Tsai's patch series
    that adds SMP support for sun9i-a80 (without MCPM).
    - Split the device-tree patches into 3 patches for CPUCFG, R_CPUCFG
    and PRCM registers.
    - The hotplug of CPU0 is currently not working (even after trying what
    Allwinner's code is doing) so remove the possibility of disabling
    this CPU. Created a new patch for it.

Changes since v1:
    - Add Chen Yu's patch in my series (see path 01)
    - Add new compatibles for prcm and cpucfg registers for sun8i-a83t.
    Create two functions to separate the DT parsing of sun9i-a80 and
    sun8i-a83t.
    - Thanks to Maxime's review: order device tree's nodes according
    to physical addresses, remove unused label and fix registers' sizes.
    Update the commit log and commit title of my last patch (see
    patch 05).

Patch 01: Convert the sunxi SMP driver to add support for A83T.
This SoC has a bit flip that needs to be handled.
Patch 02-03-04: Add registers nodes (prcm, cpucfg and r_cpucfg) needed
for SMP bringup.
Patch 05: Add CCI-400 node for a83t.
Patch 06: Fix the use of virtual timers that hangs the kernel in
case of SMP support.
Patch 07: Remove the possibility to disable the CPU0 because it is
currently not working for sun8i-a83t.

If you have any remarks/questions, let me know.
Thank you in advance,
Mylène

Mylène Josserand (7):
  ARM: sun8i: smp: Add support for A83T
  ARM: dts: sun8i: Add CPUCFG device node for A83T dtsi
  ARM: dts: sun8i: Add PRCM device node for the A83T dtsi
  ARM: dts: sun8i: Add R_CPUCFG device node for the A83T dtsi
  arm: dts: sun8i: a83t: Add CCI-400 node
  arm: dts: sun8i: a83t: Fix undefined offset with virtual timer
  ARM: sun8i: smp: Remove the disabling of CPU0

 arch/arm/boot/dts/sun8i-a83t.dtsi |  57 +++++++++
 arch/arm/mach-sunxi/Kconfig       |   2 +-
 arch/arm/mach-sunxi/mc_smp.c      | 245 +++++++++++++++++++++++++++++++-------
 3 files changed, 260 insertions(+), 44 deletions(-)

-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2018-02-22  9:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19  8:18 [PATCH v3 0/7] Add SMP support on sun8i-a83t Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 1/7] ARM: sun8i: smp: Add support for A83T Mylène Josserand
2018-02-19  9:04   ` Maxime Ripard
2018-02-19 10:39     ` Mylène Josserand
2018-02-20  3:32   ` Chen-Yu Tsai
2018-02-22  7:47     ` Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 2/7] ARM: dts: sun8i: Add CPUCFG device node for A83T dtsi Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 3/7] ARM: dts: sun8i: Add PRCM device node for the " Mylène Josserand
2018-02-19  8:48   ` Maxime Ripard
2018-02-19 10:42     ` Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 4/7] ARM: dts: sun8i: Add R_CPUCFG " Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 5/7] arm: dts: sun8i: a83t: Add CCI-400 node Mylène Josserand
2018-02-19  8:49   ` Maxime Ripard
2018-02-19 10:43     ` Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 6/7] arm: dts: sun8i: a83t: Fix undefined offset with virtual timer Mylène Josserand
2018-02-19  8:52   ` Maxime Ripard
2018-02-19 10:44     ` Mylène Josserand
2018-02-20 18:07   ` Marc Zyngier
2018-02-22  9:30     ` Mylène Josserand
2018-02-19  8:18 ` [PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0 Mylène Josserand
2018-02-19  8:54   ` Maxime Ripard
2018-02-19 10:50     ` Mylène Josserand

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