Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751193AbdL2NsD (ORCPT ); Fri, 29 Dec 2017 08:48:03 -0500 Received: from mail-wr0-f182.google.com ([209.85.128.182]:41156 "EHLO mail-wr0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750821AbdL2NsB (ORCPT ); Fri, 29 Dec 2017 08:48:01 -0500 X-Google-Smtp-Source: ACJfBotKiPPe9OEIuFUfCFlIuQad60F/hdHVD7+KHZ0Uhvslfa0WNuvF3HnJuHE+u0xuorierHeNGorlgp8VKrUFrAc= MIME-Version: 1.0 In-Reply-To: <20171229105506.24851-2-mylene.josserand@free-electrons.com> References: <20171229105506.24851-1-mylene.josserand@free-electrons.com> <20171229105506.24851-2-mylene.josserand@free-electrons.com> From: Philippe Ombredanne Date: Fri, 29 Dec 2017 14:47:19 +0100 Message-ID: Subject: Re: [PATCH v2 1/5] ARM: sun9i: Support SMP on A80 with Multi-Cluster Power Management (MCPM) To: =?UTF-8?Q?Myl=C3=A8ne_Josserand?= , Chen-Yu Tsai Cc: Maxime Ripard , Russell King , Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , LKML , clabbe.montjoie@gmail.com, Thomas Petazzoni , quentin.schulz@free-electrons.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id vBTDm6Mk008740 Content-Length: 899 Lines: 35 Mylène, Chen-Yu, On Fri, Dec 29, 2017 at 11:55 AM, Mylène Josserand wrote: > From: Chen-Yu Tsai > > The A80 is a big.LITTLE SoC with 1 cluster of 4 Cortex-A7s and > 1 cluster of 4 Cortex-A15s. > --- /dev/null > +++ b/arch/arm/mach-sunxi/mcpm.c > @@ -0,0 +1,391 @@ > +/* > + * Copyright (c) 2015 Chen-Yu Tsai > + * > + * Chen-Yu Tsai > + * > + * arch/arm/mach-sunxi/mcpm.c > + * > + * Based on arch/arm/mach-exynos/mcpm-exynos.c and Allwinner code > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ Would you mind using a concise SPDX tag instead, as documented by Thomas doc patches? Thank you for your kind consideration! -- Cordially Philippe Ombredanne