From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752597AbdHJB02 (ORCPT ); Wed, 9 Aug 2017 21:26:28 -0400 Received: from mail-pg0-f52.google.com ([74.125.83.52]:34329 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752262AbdHJB01 (ORCPT ); Wed, 9 Aug 2017 21:26:27 -0400 Subject: Re: [PATCH 0/2] arm64 SMMUv3 PMU driver with IORT support To: "Leeder, Neil" , Will Deacon , Mark Rutland Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Langsdorf , Mark Salter , Jon Masters , Timur Tabi , Mark Brown , Lorenzo Pieralisi , Robin Murphy References: <1501876754-1064-1-git-send-email-nleeder@codeaurora.org> <394bd3b8-2583-01fa-02d3-6a49c2a6a6c0@linaro.org> <3eac1295-dba2-ad79-d868-b538b13de91a@codeaurora.org> From: Hanjun Guo Message-ID: Date: Thu, 10 Aug 2017 09:26:25 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <3eac1295-dba2-ad79-d868-b538b13de91a@codeaurora.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/8/9 23:48, Leeder, Neil wrote: >>> drivers/perf/Kconfig | 9 + >>> drivers/perf/Makefile | 1 + >>> drivers/perf/arm_smmuv3_pmu.c | 823 ++++++++++++++++++++++++++++++++++++++++++ >>> include/acpi/actbl2.h | 9 +- >> Do you have the acpica support code? I'm currently >> working on SMMUv3 MSI support and I would like to test >> it with MSI support for PMCG as well. > I don't have any code other than what was posted here. > What additional ACPICA support code is needed? Sorry for not clear, I mean the acpica code for iASL and other tool: github.com/acpica/acpica.git With that code, I can compile my IORT table with PMCG node. Thanks Hanjun From mboxrd@z Thu Jan 1 00:00:00 1970 From: hanjun.guo@linaro.org (Hanjun Guo) Date: Thu, 10 Aug 2017 09:26:25 +0800 Subject: [PATCH 0/2] arm64 SMMUv3 PMU driver with IORT support In-Reply-To: <3eac1295-dba2-ad79-d868-b538b13de91a@codeaurora.org> References: <1501876754-1064-1-git-send-email-nleeder@codeaurora.org> <394bd3b8-2583-01fa-02d3-6a49c2a6a6c0@linaro.org> <3eac1295-dba2-ad79-d868-b538b13de91a@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2017/8/9 23:48, Leeder, Neil wrote: >>> drivers/perf/Kconfig | 9 + >>> drivers/perf/Makefile | 1 + >>> drivers/perf/arm_smmuv3_pmu.c | 823 ++++++++++++++++++++++++++++++++++++++++++ >>> include/acpi/actbl2.h | 9 +- >> Do you have the acpica support code? I'm currently >> working on SMMUv3 MSI support and I would like to test >> it with MSI support for PMCG as well. > I don't have any code other than what was posted here. > What additional ACPICA support code is needed? Sorry for not clear, I mean the acpica code for iASL and other tool: github.com/acpica/acpica.git With that code, I can compile my IORT table with PMCG node. Thanks Hanjun