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 04DACC433FE for ; Fri, 14 Oct 2022 14:21:11 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=O9hLmtLy2AtWOTRpYpHNAIUQDL6Wx8FGoQoa5gl7dIA=; b=NTSqScBvJdc4oG nCpEioNDgRy5ljuFoZK0pSf8BMtAxPbqiPzphG32rJgNQSd0f7G7aw97x8WMYshr9mbbgqBsC8SkZ KLNTXd5L66bRUCHzjJqcmtgiI1m3L+vY9MVYwxda51d0aeo2rBfuG2vqXagzOsLibUQgsLr/gzPPM 8Nfi05QSGfyPVHG8weslL8GVp0JnSPm9abjDJ9pjozRu75HxIJGvXKbrG8a0iZlVhwHOpkA1CIvV2 J2vb8TarOnZjjf9IHolO+G1zrPeifziZdlKD/iHoGztX0Tcc8gMlSMQQNLhzvcdr+veZ3XxjRdsBx 0jSsUURsYrzR9JkolWCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ojLXY-00Eyjo-D2; Fri, 14 Oct 2022 14:19:58 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ojLVC-00Excd-U6 for linux-arm-kernel@lists.infradead.org; Fri, 14 Oct 2022 14:17:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4F367B82356; Fri, 14 Oct 2022 14:17:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B089C433D7; Fri, 14 Oct 2022 14:17:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665757048; bh=JblJP1Zh7eF0jAlB1IozIAlJRPymzFVB/vcSplHa0C8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nQ0srsLbX9fWWom/e+5249nsK7b7B6vnRPMA/2ri2Y7sxY4NTJdiiN1yRLoDEzb/Z yM+437kfjpdD5hBXV4x2Awn2lo/WxXDrzDnYiiV5l7C1bnwHbZCXKNFb81BWbGvZqg cjm21dtE8oQDXLMvHybfjWxsOmnTnSAvRNWIv553xZ8Lvxzbw2/qZrAeKcH4qonvnr WymE8GWkd11pz/Als463rbWbLsTEimjeh2cHKB+7h9rTgh1F+uZk7HN9iQJA1J0zfj abevo1lc3X20TGyc7O9yUSBc8KaaqUIRltMTiI9X1dPQYywM1LEvKNaEBbRMnPwW3O O4Lgso4eYl5Pw== Date: Fri, 14 Oct 2022 16:17:21 +0200 From: Lorenzo Pieralisi To: Sudeep Holla Cc: Besar Wicaksono , rafael@kernel.org, lenb@kernel.org, catalin.marinas@arm.com, will@kernel.org, lorenzo.pieralisi@arm.com, guohanjun@huawei.com, linux-tegra@vger.kernel.org, treding@nvidia.com, jonathanh@nvidia.com, vsethi@nvidia.com, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] ACPI: ARM Performance Monitoring Unit Table (APMT) initial support Message-ID: References: <20220929002834.32664-1-bwicaksono@nvidia.com> <20221014105938.fyy6jns5fsu5xd7q@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221014_071731_155058_324EACE2 X-CRM114-Status: UNSURE ( 8.56 ) 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 Fri, Oct 14, 2022 at 04:15:01PM +0200, Lorenzo Pieralisi wrote: [...] > This also requires Rafael's review - at least to acknowledge the > change. Never mind, Rafael has already acked it, so we just need to get it queued. Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel