From patchwork Mon Jun 5 17:01:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robin Murphy X-Patchwork-Id: 13267804 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 61129C7EE23 for ; Mon, 5 Jun 2023 17:02:05 +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=Z4pOS1cp8fMqb9UuWoKJFLPmbZvUzqH3H3aK93vpkv4=; b=nGte02Lw1EuSFV r6K/cLmr/BniL4Rj6Nlc+ruPrjQSoP2tooc0ayvoqs7Ogb5uWcDVUqoTMTRrNzqF7r7dXoA7u88+A W2C8detf4Nyp8OgPKpFoJIu0mvAwqHJuu8jfaum/HepDXNh7TSDbdpYaG9pbYQn0WYdrU35taEI/r J/VG+I7k1hPO1WyJW+qgY7D6dKp6+agvM2LDfkEHVy2Hgkb8GN2TFBgpU2/T6Qug8vuszOVyZnThU JSl11R6cXOM0eUk6EJMXJD7vwdMuaPgZnAywADLIvwgmzRhVwdtmWSJARAFro4f3mBNtk2Nk71/L+ zIt8fy6WD+3nSI6z9KPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6DaS-00GDRj-2w; Mon, 05 Jun 2023 17:01:44 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6DaQ-00GDQq-0y for linux-arm-kernel@lists.infradead.org; Mon, 05 Jun 2023 17:01:43 +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 A693ED75; Mon, 5 Jun 2023 10:02:24 -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 1A6F83F587; Mon, 5 Jun 2023 10:01: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 v2 0/4] perf/arm_cspmu: Fixes and cleanups Date: Mon, 5 Jun 2023 18:01:30 +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-20230605_100142_384551_1ED4DD45 X-CRM114-Status: UNSURE ( 6.54 ) X-CRM114-Notice: Please train this message. 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 v1: https://lore.kernel.org/linux-arm-kernel/cover.1685619571.git.robin.murphy@arm.com/ Quick update fixing the issues in patch #4 pointed out by Ilkka. Thanks, Robin. 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 | 79 ++++++++++++++---------------- drivers/perf/arm_cspmu/arm_cspmu.h | 5 +- 4 files changed, 45 insertions(+), 52 deletions(-)