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 DBD0DD2CDFF for ; Tue, 22 Oct 2024 16:52:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To: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=m6VRAiJ5MpMXkiOhBECEGUzTBTG5TggADbk5t+We/Lo=; b=IpG9ntbyaGdIH6NQiR+SQGujSm KFCbMi11xFJJrtXVSruziyFOal7wgIIpSQP5JphavEpFMNFEYFKUMs5bSUcU7V/V1nh3dRMXnJBsQ VrXVdX0/S7EIWZsKsGbzxhfdmntxpaAq8zC7zWPULdABqQusyrIbCryjvP1a8eYr0hKFnvx5ffE/h cuumpVw6J0X+lh8/obPJ3kDv/5tT5UEnx9YmZEvraVU2+1nDKsJUHwjfB1KVCFzL8G8bzFcxCC4DU ARp9gVzAAoY4E3krU8GTNndPFGCJzaGbLYFCcfk/6CYHx9FnBvUtkuDtbG9T/bNFofv/ZtSE6OX/t +FxUF2sQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t3I6v-0000000BY3F-2sgU; Tue, 22 Oct 2024 16:51:57 +0000 Received: from frasgout.his.huawei.com ([185.176.79.56]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t3HlC-0000000BSvC-3odF for linux-arm-kernel@lists.infradead.org; Tue, 22 Oct 2024 16:29:33 +0000 Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4XXyKP2Z8Bz6K5Ym; Wed, 23 Oct 2024 00:28:25 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id EBA8F140B2A; Wed, 23 Oct 2024 00:29:20 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 22 Oct 2024 18:29:20 +0200 Date: Tue, 22 Oct 2024 17:29:18 +0100 From: Jonathan Cameron To: Yicong Yang CC: , , , , , , , Subject: Re: [PATCH v2 1/8] drivers/perf: hisi: Define a symbol namespace for HiSilicon Uncore PMUs Message-ID: <20241022172918.00002132@Huawei.com> In-Reply-To: <20241022145305.47056-2-yangyicong@huawei.com> References: <20241022145305.47056-1-yangyicong@huawei.com> <20241022145305.47056-2-yangyicong@huawei.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.177.66] X-ClientProxiedBy: lhrpeml100001.china.huawei.com (7.191.160.183) To frapeml500008.china.huawei.com (7.182.85.71) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241022_092931_124112_4CF23181 X-CRM114-Status: UNSURE ( 6.58 ) 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 On Tue, 22 Oct 2024 22:52:58 +0800 Yicong Yang wrote: > From: Yicong Yang > > The HiSilicon Uncore PMU framework implements some common functions > and exported them to the drivers. Use a specific HISI_PMU namespace > for the exported symbols to avoid pollute the generic ones. > > Signed-off-by: Yicong Yang Reviewed-by: Jonathan Cameron