Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755518AbdL2Kzf (ORCPT ); Fri, 29 Dec 2017 05:55:35 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:33583 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754466AbdL2Kzc (ORCPT ); Fri, 29 Dec 2017 05:55:32 -0500 From: =?UTF-8?q?Myl=C3=A8ne=20Josserand?= To: maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, robh+dt@kernel.org, mark.rutland@arm.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, clabbe.montjoie@gmail.com, thomas.petazzoni@free-electrons.com, mylene.josserand@free-electrons.com, quentin.schulz@free-electrons.com Subject: [PATCH v2 0/5] Sunxi: Add SMP support on A83T Date: Fri, 29 Dec 2017 11:55:01 +0100 Message-Id: <20171229105506.24851-1-mylene.josserand@free-electrons.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1717 Lines: 49 Hello everyone, This is a V2 of my series that adds SMP support for Allwinner sun8i-a83t with MCPM (Multi-Cluster Power Management). Based on last linux-next (next-20171222). 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: Patch from Chen Yu Tsai that adds SMP support on A80 with MCPM Patch 02: Convert the MCPM driver to use it for A83T. This SoC has a bit flip that needs to be handled. Patch 03: Add registers nodes (prcm, cpucfg and r_cpucfg) needed for MCPM. Patch 04: Add CCI-400 node for a83t. Patch 05: Fix the use of virtual timers that hangs the kernel in case of SMP support. If you have any remarks/questions, let me know. Thank you in advance, Mylène Chen-Yu Tsai (1): ARM: sun9i: Support SMP on A80 with Multi-Cluster Power Management (MCPM) Mylène Josserand (4): ARM: sunxi: mcpm: Add support for A83T arm: dts: sun8i: a83t: Add registers needed for MCPM arm: dts: sun8i: a83t: Add CCI-400 node arm: dts: sun8i: a83t: Fix undefined offset with virtual timer arch/arm/boot/dts/sun8i-a83t.dtsi | 57 +++++ arch/arm/mach-sunxi/Kconfig | 11 + arch/arm/mach-sunxi/Makefile | 1 + arch/arm/mach-sunxi/mcpm.c | 513 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 582 insertions(+) create mode 100644 arch/arm/mach-sunxi/mcpm.c -- 2.11.0