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 X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE21BC433E0 for ; Fri, 8 Jan 2021 15:54:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ACDCF2388A for ; Fri, 8 Jan 2021 15:54:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727182AbhAHPyW (ORCPT ); Fri, 8 Jan 2021 10:54:22 -0500 Received: from foss.arm.com ([217.140.110.172]:53392 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbhAHPyV (ORCPT ); Fri, 8 Jan 2021 10:54:21 -0500 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 1F75831B; Fri, 8 Jan 2021 07:53:36 -0800 (PST) Received: from localhost (unknown [10.1.198.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B5ED33F70D; Fri, 8 Jan 2021 07:53:35 -0800 (PST) Date: Fri, 8 Jan 2021 15:53:34 +0000 From: Ionela Voinescu To: Viresh Kumar Cc: Catalin Marinas , Will Deacon , Vincent Guittot , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V4 0/3] arm64: topology: improvements Message-ID: <20210108155334.GA21679@arm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 08 Jan 2021 at 16:46:50 (+0530), Viresh Kumar wrote: > Hi, > > Here is the V4 with the general improvements for topology stuff. This > cleans up the code and makes it work with cpufreq modules. > > V4: > - Added Rby from Ionela. > - In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug > instead. > > Viresh Kumar (3): > arm64: topology: Avoid the have_policy check > arm64: topology: Reorder init_amu_fie() a bit > arm64: topology: Make AMUs work with modular cpufreq drivers > > arch/arm64/kernel/topology.c | 115 +++++++++++++++++------------------ > 1 file changed, 56 insertions(+), 59 deletions(-) > Tested-by: Ionela Voinescu ..for the full set. Thanks, Ionela. > -- > 2.25.0.rc1.19.g042ed3e048af >