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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACA6EC83F12 for ; Wed, 30 Aug 2023 01:07:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241526AbjH3BGp (ORCPT ); Tue, 29 Aug 2023 21:06:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241565AbjH3BG1 (ORCPT ); Tue, 29 Aug 2023 21:06:27 -0400 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79E9DCDD; Tue, 29 Aug 2023 18:06:17 -0700 (PDT) Received: from dggpeml500019.china.huawei.com (unknown [172.30.72.53]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4Rb5fs3q1Rz1L9P7; Wed, 30 Aug 2023 09:04:37 +0800 (CST) Received: from [10.67.121.58] (10.67.121.58) by dggpeml500019.china.huawei.com (7.185.36.137) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Wed, 30 Aug 2023 09:06:15 +0800 Message-ID: Date: Wed, 30 Aug 2023 09:06:15 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH v2] cpufreq: Support per-policy performance boost To: "Rafael J. Wysocki" CC: Viresh Kumar , , , , , , , References: <20230822124837.3016641-1-zhanjie9@hisilicon.com> <20230825063926.n4o7cp6x56r5i2it@vireshk-i7> <75f04346-7776-0bd0-19c9-c63f2f329f56@hisilicon.com> From: Jie Zhan In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.121.58] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpeml500019.china.huawei.com (7.185.36.137) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/08/2023 02:52, Rafael J. Wysocki wrote: > On Tue, Aug 29, 2023 at 9:11 AM Jie Zhan wrote: >> >> >> On 25/08/2023 14:39, Viresh Kumar wrote: >>> Looks good now, thanks. >>> >>> Acked-by: Viresh Kumar >>> >> Many thanks! > Applied as 6.6-rc material, thanks! > Thanks, Rafael!