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 308C8C77B7F for ; Fri, 18 Aug 2023 16:06:53 +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=liaMtqNDTQrdPl/aKGWR0ogyMi7MHticU29oofwSPH4=; b=DkWgk/FNXWxEeQ 6Jx91hLQqbEHC7W5YDnC06sL8vhwW780WqoZgScbY48N7IGFt6/NyDApxEhBJMxtHvsm+ZK9zLIP0 0TpH0yHGSpuRQA0gdZBHxlbEXNoekrai3/mWdWgM7Q2XtoefzaaihtANKHZdWpbfuZN8M8MzCuDtH nGcY0FVNKlunbTexWheTW4tcX2sKb/4EuJnyoPDr2YkYLQKXdukuAuriuNvoUZMbkveUYql6eA9bA NYzJmhgNaJeyRV+WSHF5hsHSZDY6kihglD7Yg2JdIhD8ls+SUW2e26M7+pF/EZynXVG2tXOu7aV6b Ku4axSlahCWJl91DM6wg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qX1zb-009dQt-0K; Fri, 18 Aug 2023 16:06:31 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qX1zS-009dPC-1a for linux-arm-kernel@lists.infradead.org; Fri, 18 Aug 2023 16:06:23 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EAE9061B22; Fri, 18 Aug 2023 16:06:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF042C433CD; Fri, 18 Aug 2023 16:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692374781; bh=0SQjjJQckXirGa7ysbQ98/Hd2KbW8FsPEysht4DJ/jM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bxSGqpjjfKgelks8ldEDDmfNJ3lyQl9mVYlM/cR234YGlxcXror1INI9q3KUrZ//+ aid32/046lVrF+m+TBWYJC2hyGMqMLAgAhTtTG6m3Bk6VAJs25jPJE6f13K258YhLp U3mn5sJ7+GpVAxuW3cgF4kFKjSOiH6SQN8HvEXy0kEgRQOwtIi4fA8P2FJ8DJv9Jet ohar580H491oWblRXNavfs/9McQ9Gb9djmTGA+UkZe3czHNiEjygVMNfVDkQlkQwyp HLnU93EVNsFnHp546Jfgck3eeBcm71OevNRopq062UeI24uiylFRExHee6PKQzDyjS YjZb1iqKaEV8g== Date: Fri, 18 Aug 2023 17:06:15 +0100 From: Will Deacon To: Besar Wicaksono Cc: suzuki.poulose@arm.com, robin.murphy@arm.com, ilkka@os.amperecomputing.com, catalin.marinas@arm.com, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, treding@nvidia.com, jonathanh@nvidia.com, vsethi@nvidia.com, rwiley@nvidia.com, efunsten@nvidia.com Subject: Re: [PATCH v5] perf: arm_cspmu: Separate Arm and vendor module Message-ID: <20230818160614.GB16119@willie-the-truck> References: <20230705104745.52255-1-bwicaksono@nvidia.com> <20230818160536.GA16119@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230818160536.GA16119@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230818_090622_570006_9CF65891 X-CRM114-Status: GOOD ( 16.89 ) 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, Aug 18, 2023 at 05:05:36PM +0100, Will Deacon wrote: > On Wed, Jul 05, 2023 at 05:47:45AM -0500, Besar Wicaksono wrote: > > Arm Coresight PMU driver consists of main standard code and > > vendor backend code. Both are currently built as a single module. > > This patch adds vendor registration API to separate the two to > > keep things modular. The main driver requests each known backend > > module during initialization and defer device binding process. > > The backend module then registers an init callback to the main > > driver and continue the device driver binding process. > > > > Signed-off-by: Besar Wicaksono > > --- > > > > Changes from v4: > > * Fix warning reported by kernel test robot > > v4: https://lore.kernel.org/linux-arm-kernel/20230620041438.32514-1-bwicaksono@nvidia.com/T/#u > > Do you plan to send a v5 addressing Suzuki's comments? This series is > blocking the Ampere work from Ilkka. s/v5/v6/ ! Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel