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 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 43AB1C67861 for ; Tue, 9 Apr 2024 16:59:57 +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:References:In-Reply-To: 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: List-Owner; bh=2dW5dBs14U1iouvDQQxfe0IgsyP3yKjXKYigx8oiTbY=; b=YBR8aEk0WXrB7Z mCE6UjCkcy8yh2voz6EZpva5DKM/VajFKeES6c8zafEnxaQVN5dVIulJfWTBe03yRB06bYzy3pHOz gbHbapC7xuf1oP2/+tZ5IcVOVDviyKPjy+ITcJEZfRmIhiISRQm2gyb5Is7TQqztaTgdSEDQCbrYn lV+742BvuQsmrytk56Gb5KboffeGifu3A8W16glCdN7Bmi+J225EUFR3jcrZ47Nag/1Y+LW1jWkju 1Q4R/l97xgd2RkxlYPYg5h+NxtvKkdTZFX1Hj3gkyZVBepOb9sp0LPxvGGet5UqtuZpFyejXvBHBr 17REEvj2nBpqeT8hex8g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruEp0-000000031zo-1LSw; Tue, 09 Apr 2024 16:59:46 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruEow-000000031xj-3Wad for linux-arm-kernel@lists.infradead.org; Tue, 09 Apr 2024 16:59:44 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E687460F0F; Tue, 9 Apr 2024 16:59:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C3DEC433C7; Tue, 9 Apr 2024 16:59:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712681981; bh=UsQpWYzGtSSF9+Q7lnMP/WLf9cUcLF+MjUS1PhPDDV0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QP3aqCHb9iDV25lXTRi3qXU7pspAsEv+ee/feE2ig22A/xyRPa+3vIYJwTU+Rh3vl /4IBw5Ts5aazTC3trhlFylGbOBt4L1/pIqrWAMTDt3tXQ9BRE7pmKHoaqOXakUsPYu 848onB4F5+XndhQnftuLJsUXb0dc9lQczASf0lJjSGOEY0HpxZ7nxaOw4Y+QCefygK HAqXUYZZzQGNrd0HSwUlmuKp+trp/mfOVe/Z/6sWjBD2VMG3yBrSFBMdrIpkiz5dr5 RRE4bs4QtOZd2GqWWzZ1aQWdQjNQyw9ygjKAdDkmzJ2EDCQDfEB3zRQNj46z6W9+dD X/L8zlkbMSYmg== From: Will Deacon To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andy Shevchenko Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , Mark Rutland Subject: Re: [PATCH v2 1/1] drivers/perf: thunderx2_pmu: Replace open coded acpi_match_acpi_device() Date: Tue, 9 Apr 2024 17:59:32 +0100 Message-Id: <171267745568.3170287.8393944224609383968.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20240404170016.2466898-1-andriy.shevchenko@linux.intel.com> References: <20240404170016.2466898-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240409_095942_948791_7809981C X-CRM114-Status: UNSURE ( 6.28 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 04 Apr 2024 19:59:23 +0300, Andy Shevchenko wrote: > Replace open coded acpi_match_acpi_device() in get_tx2_pmu_type(). > > Applied to will (for-next/perf), thanks! [1/1] drivers/perf: thunderx2_pmu: Replace open coded acpi_match_acpi_device() https://git.kernel.org/will/c/105350fe0786 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel