From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06014C433E0 for ; Fri, 22 May 2020 10:41:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E395720723 for ; Fri, 22 May 2020 10:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728871AbgEVKlN (ORCPT ); Fri, 22 May 2020 06:41:13 -0400 Received: from foss.arm.com ([217.140.110.172]:33040 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728703AbgEVKlM (ORCPT ); Fri, 22 May 2020 06:41:12 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 289E7D6E; Fri, 22 May 2020 03:41:12 -0700 (PDT) Received: from [10.37.8.86] (unknown [10.37.8.86]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 26D6E3F305; Fri, 22 May 2020 03:41:09 -0700 (PDT) Subject: Re: [PATCH v2] perf: arm_dsu: Support DSU ACPI devices. To: will@kernel.org, tuanphan@os.amperecomputing.com Cc: patches@amperecomputing.com, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1589229160-18558-1-git-send-email-tuanphan@os.amperecomputing.com> <20200518172132.GA2601@willie-the-truck> From: Suzuki K Poulose Message-ID: <5adeae2c-86be-6ee9-970b-aa891582c562@arm.com> Date: Fri, 22 May 2020 11:45:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20200518172132.GA2601@willie-the-truck> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Will, Thanks for the Cc. On 05/18/2020 06:21 PM, Will Deacon wrote: > On Mon, May 11, 2020 at 01:32:40PM -0700, Tuan Phan wrote: >> Add ACPI node probing device support. Each DSU ACPI node >> defines a "cpus" package with a per cpu MPIDR element. I think there is a bit of confusion around the affinity listing. I am getting this clarified with the architects. Cheers Suzuki