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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 100B8C433ED for ; Fri, 14 May 2021 10:37:17 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CC0A761406 for ; Fri, 14 May 2021 10:37:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC0A761406 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=U/Nhz6EOTq4pojB68BFXX4+AkK9YkH9d9QaaMEL48P8=; b=j1JbZ21Nv5jxwTOr7qmPlmxPK P6nkICTAxggKKn6tSABtKD40jKxl17tDiUtSDxFqvDmXvzcEY/MBgIuka2XTqKSifKBDvpaF56QT5 c0Ov5GSZmMeOIYvinTvKKofSWvJYdk3uEZUFlCFaAZe5/vRbgz1YfyHFBmkHQ2it1zsGqHZ8xObCH OtVLHcZMWAQJzaf8uzvacbLv9zc66QuqECfck4XB/hy4x+J/kFATIYFHRZSnMi9C94lwnQ9R4TK6I M48GiHi5hEQK1Ud0MSP7FbTQRKK53xF79wkYm3kC6Tf/ZRY6RnNfWZAdk5dOQjko+SREFT+sEdhqw E6SaRzutQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lhVA0-007mti-Ne; Fri, 14 May 2021 10:35:13 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhV9x-007mtM-Lm for linux-arm-kernel@desiato.infradead.org; Fri, 14 May 2021 10:35:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=PQsNnZxkJi4sBTtlj4dvf8i3sRyVzakWP8YfLc5a0Ms=; b=DByKOW7UIkrmaeWLR7Wcq6IX87 p88UZ+s7U6vtjdesAGqgGnkgsOkLmSV/5NVpgfpie4LF7WwxjPrCd+xxjpJzgaAEP8CnY6LSXCH5K C0tLLIX1tUmOfm9F4ckjo0oCXDVBmFi0beohFm8ar8ELB92m8Qv9PBanuUE+1imxJAjV5OS+OR0dF X/iZFztQ58Q0Wmw/aXI4U1kWcljPSjmJto2oBq6GJ4IS5X/2xyZadjRRfN8fyvW6rJG9HG98NnGI5 ivdNz0bTU+GRK05fFlJLMZnoEA8dDcCRVbr1EU02cTYZGn8ay8wIf3DI48B9I2riZxVcSfRY2zLyV Eh07TUXQ==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhV9v-00Bu1Z-93 for linux-arm-kernel@lists.infradead.org; Fri, 14 May 2021 10:35:08 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1BF2F613B5; Fri, 14 May 2021 10:35:04 +0000 (UTC) Date: Fri, 14 May 2021 11:35:02 +0100 From: Catalin Marinas To: Ionela Voinescu Cc: Sudeep Holla , "Rafael J . Wysocki" , Thomas Gleixner , Ingo Molnar , Giovanni Gherdovich , Will Deacon , Valentin Schneider , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3] arm64, topology: enable use of init_cpu_capacity_cppc() Message-ID: <20210514103502.GB855@arm.com> References: <20210514095339.12979-1-ionela.voinescu@arm.com> <20210514095339.12979-4-ionela.voinescu@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210514095339.12979-4-ionela.voinescu@arm.com> 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-20210514_033507_357636_0932F472 X-CRM114-Status: UNSURE ( 9.00 ) 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, May 14, 2021 at 10:53:39AM +0100, Ionela Voinescu wrote: > Now that the arch topology driver provides a method of setting CPU > capacity values based on information on highest performance from CPPC, > use this functionality on arm64 platforms. > > Signed-off-by: Ionela Voinescu > Cc: Catalin Marinas > Cc: Will Deacon Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel