From patchwork Thu Jun 1 11:59:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robin Murphy X-Patchwork-Id: 13263594 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E936AC77B7A for ; Thu, 1 Jun 2023 12:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Vp7ApDFOfgjRSu4LephWdT6DYdwjHArKCnihxRSDziA=; b=lNNbBXqGWx3fO3 UDqTyZo2JUnsvPVQJwh6zSc3ih+/9+bSW1jb2/QoV9bkT1gSEGhcQGoEFgI4+7aZdVjW/td/Jry3v ixuVedeYM/NW4DQQGOD4iENWVkCz0195PFg9irivTVVb+20v9I6F766ZYwNb7sa/jB0x5B3qCCEYU rByLeu5Wo+484VAs3NImDRJfXpjfqREqeISHFKn4+ew7NmArVqJcr3VtWqn/Ne0EEIWFc6CvDpn4j S7W+7Ig3S22X8GyfSl4q8HuMeV7GxFhZWkXFxxn/5tN/2eNUYDiT9fUvlV6roRRKI9TENA+w4pxUJ Uvf3SEMt/JW/+630qeyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4gy2-003JmD-0M; Thu, 01 Jun 2023 11:59:46 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4gxz-003Jjw-0A for linux-arm-kernel@lists.infradead.org; Thu, 01 Jun 2023 11:59:44 +0000 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 D1DA01063; Thu, 1 Jun 2023 05:00:23 -0700 (PDT) Received: from e121345-lin.cambridge.arm.com (e121345-lin.cambridge.arm.com [10.1.196.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 6C8AA3F7D8; Thu, 1 Jun 2023 04:59:37 -0700 (PDT) From: Robin Murphy To: will@kernel.org Cc: mark.rutland@arm.com, suzuki.poulose@arm.com, bwicaksono@nvidia.com, ilkka@os.amperecomputing.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] perf/arm_cspmu: Fixes and cleanups Date: Thu, 1 Jun 2023 12:59:28 +0100 Message-Id: X-Mailer: git-send-email 2.39.2.101.g768bb238c484.dirty MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230601_045943_139885_5E87BA7B X-CRM114-Status: GOOD ( 10.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, I've been working on adding support for the 64-bit extension and devicetree probing[1], which I'm not posting yet since it's still untested and may need a bit more work. However I think these preparatory patches stand up well enough on their own so could land sooner. Thanks, Robin. [1] https://gitlab.arm.com/linux-arm/linux-rm/-/commits/cspmu-dev/ Robin Murphy (4): perf/arm_cspmu: Fix event attribute type ACPI/APMT: Don't register invalid resource perf/arm_cspmu: Clean up ACPI dependency perf/arm_cspmu: Decouple APMT dependency drivers/acpi/arm64/apmt.c | 10 +++-- drivers/perf/arm_cspmu/Kconfig | 3 +- drivers/perf/arm_cspmu/arm_cspmu.c | 70 +++++++++++++----------------- drivers/perf/arm_cspmu/arm_cspmu.h | 4 +- 4 files changed, 39 insertions(+), 48 deletions(-)