Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756328AbbDIVTM (ORCPT ); Thu, 9 Apr 2015 17:19:12 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:60739 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756084AbbDIVTK (ORCPT ); Thu, 9 Apr 2015 17:19:10 -0400 From: Arnd Bergmann To: Kumar Gala Cc: linux-arm-msm@vger.kernel.org, Abhimanyu Kapur , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, devicetree@vger.kernel.org, catalin.marinas@arm.com, will.deacon@arm.com Subject: Re: [RFC PATCH 5/5] arm64: qcom: add cpu operations Date: Thu, 09 Apr 2015 23:19:02 +0200 Message-ID: <2294107.GTDFpLFyzQ@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1428601031-5366-6-git-send-email-galak@codeaurora.org> References: <1428601031-5366-1-git-send-email-galak@codeaurora.org> <1428601031-5366-6-git-send-email-galak@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:yCLl3EdA2LvgvAkPyYg4bZlksTqZ+pdkHkG8C71Urk22Cqnhsul zgIee3+ij4mr97MdURfqZd3d+F+JGejrXwam2LZtNZ+RQpAOP0rnNZPb5//T3ZSk4FIhqo6 OgVhJw6t52V48GD1WfxlE8Sg/cOrLU0/1nKqM4y372XzSWzgYXF0fW+txZIArds4nCZilg4 mwSpWGyXeqXelF2GyI4gA== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 29 On Thursday 09 April 2015 12:37:11 Kumar Gala wrote: > From: Abhimanyu Kapur > > Add qcom cpu operations for arm-v8 cpus. Implement secondary cpu boot ops > As a part of this change update device tree documentation for: > > 1. Arm cortex-a ACC device which provides percpu reg > 2. Armv8 cortex-a compatible string in arm/cpus.txt > > Signed-off-by: Abhimanyu Kapur > Signed-off-by: Kumar Gala > --- > Documentation/devicetree/bindings/arm/cpus.txt | 2 + > Documentation/devicetree/bindings/arm/msm/acc.txt | 19 ++ > drivers/soc/qcom/Makefile | 1 + > drivers/soc/qcom/cpu_ops.c | 343 ++++++++++++++++++++++ > 4 files changed, 365 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/msm/acc.txt > I don't want this in drivers/soc. Please find a way to integrate it into the arch/arm64 code. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/